Skip to content

Commit

Permalink
fix(deps): update graphql-mesh monorepo to v6 (major) (#199)
Browse files Browse the repository at this point in the history
* fix(deps): update graphql-mesh monorepo to v6

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Aug 19, 2022
1 parent fc3899f commit 6f79f96
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .changeset/@graphprotocol_client-apollo-199-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphprotocol/client-apollo": patch
---

dependencies updates:

- Updated dependency [`@graphql-mesh/apollo-link@6.0.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/6.0.0) (from `5.0.2`, in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphprotocol_client-urql-199-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphprotocol/client-urql": patch
---

dependencies updates:

- Updated dependency [`@graphql-mesh/urql-exchange@6.0.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/urql-exchange/v/6.0.0) (from `5.0.2`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/apollo-link": "5.0.2",
"@graphql-mesh/apollo-link": "6.0.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/urql-exchange": "5.0.2",
"@graphql-mesh/urql-exchange": "6.0.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1467,10 +1467,10 @@
object-inspect "1.10.3"
tslib "^2.0.0"

"@graphql-mesh/apollo-link@5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-5.0.2.tgz#d40d74cd872a8974d898b7dcfe9e1aad04d18255"
integrity sha512-SS2fKtLuINvv8SitvZLpNUqdZJ7yxOmZGqV5rZYk8o+zUC1S+5JAVXF14juYPwr7LujgcOb52qBCIJVCYXDKOg==
"@graphql-mesh/apollo-link@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-6.0.0.tgz#8138bc7986c23b8469b781d00c18a5e666e3c3a2"
integrity sha512-D7op94ZSeGDKefXUJqJR94Yp+CK6bjhPESaDJBVE7nBRWDefgjvb0QbHAs9Xd5BuwIWsZqVJWM26hx2vm6dFrQ==
dependencies:
"@graphql-tools/utils" "8.10.0"
tslib "^2.4.0"
Expand Down Expand Up @@ -1694,10 +1694,10 @@
"@graphql-typed-document-node/core" "3.1.1"
tslib "^2.4.0"

"@graphql-mesh/urql-exchange@5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-5.0.2.tgz#f47748c819b5710f4e19f2daa401921854f0743b"
integrity sha512-Lk2D4hGBmK6ErxqQmrow+DljjiIyTCKw6q6HjbyxB2T+uTSsb1fGrgIU1nTMWz7PIAjVgzNRGCW8vJIwfPpBjA==
"@graphql-mesh/urql-exchange@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-6.0.0.tgz#cf226b95d612d6fc2cb1d29d7c5bf49b601d2013"
integrity sha512-Arp0gXoFIggAxRkIccDpkfMTPhC0hxCT3v9e+3dKQ9tthesScejYnbUYm8td+qZC3C88tlx0Y91FRnIh9bzXjQ==
dependencies:
"@graphql-tools/utils" "8.10.0"
tslib "^2.4.0"
Expand Down

0 comments on commit 6f79f96

Please sign in to comment.