Skip to content

Commit 6f79f96

Browse files
fix(deps): update graphql-mesh monorepo to v6 (major) (#199)
* 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>
1 parent fc3899f commit 6f79f96

File tree

5 files changed

+24
-10
lines changed

5 files changed

+24
-10
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-apollo": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/6.0.0) (from `5.0.2`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-urql": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/urql-exchange/v/6.0.0) (from `5.0.2`, in `dependencies`)

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@graphql-mesh/apollo-link": "5.0.2",
49+
"@graphql-mesh/apollo-link": "6.0.0",
5050
"tslib": "^2.4.0"
5151
},
5252
"peerDependencies": {

packages/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@graphql-mesh/urql-exchange": "5.0.2",
49+
"@graphql-mesh/urql-exchange": "6.0.0",
5050
"tslib": "^2.4.0"
5151
},
5252
"peerDependencies": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,10 +1467,10 @@
14671467
object-inspect "1.10.3"
14681468
tslib "^2.0.0"
14691469

1470-
"@graphql-mesh/apollo-link@5.0.2":
1471-
version "5.0.2"
1472-
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-5.0.2.tgz#d40d74cd872a8974d898b7dcfe9e1aad04d18255"
1473-
integrity sha512-SS2fKtLuINvv8SitvZLpNUqdZJ7yxOmZGqV5rZYk8o+zUC1S+5JAVXF14juYPwr7LujgcOb52qBCIJVCYXDKOg==
1470+
"@graphql-mesh/apollo-link@6.0.0":
1471+
version "6.0.0"
1472+
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-6.0.0.tgz#8138bc7986c23b8469b781d00c18a5e666e3c3a2"
1473+
integrity sha512-D7op94ZSeGDKefXUJqJR94Yp+CK6bjhPESaDJBVE7nBRWDefgjvb0QbHAs9Xd5BuwIWsZqVJWM26hx2vm6dFrQ==
14741474
dependencies:
14751475
"@graphql-tools/utils" "8.10.0"
14761476
tslib "^2.4.0"
@@ -1694,10 +1694,10 @@
16941694
"@graphql-typed-document-node/core" "3.1.1"
16951695
tslib "^2.4.0"
16961696

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

0 commit comments

Comments
 (0)