Skip to content

Commit c10265a

Browse files
fix(deps): update graphql-mesh monorepo to v8 (major) (#229)
* fix(deps): update graphql-mesh monorepo to v8 * 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 7ac3002 commit c10265a

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/8.0.0) (from `7.0.1`, 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/8.0.0) (from `7.0.1`, 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": "7.0.1",
49+
"@graphql-mesh/apollo-link": "8.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": "7.0.1",
49+
"@graphql-mesh/urql-exchange": "8.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
@@ -1474,10 +1474,10 @@
14741474
object-inspect "1.10.3"
14751475
tslib "^2.0.0"
14761476

1477-
"@graphql-mesh/apollo-link@7.0.1":
1478-
version "7.0.1"
1479-
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-7.0.1.tgz#7fab8f0dae7e3637d4e9915563afd72ba6f3826e"
1480-
integrity sha512-b6uQKIbt0dJoo0SDEDfbJjWiTjMoRFwVQAC6s3zPByYrY2M3edIPFs0lFaovKAB9AUh8vV7rpaQzM/7ZMfdtUg==
1477+
"@graphql-mesh/apollo-link@8.0.0":
1478+
version "8.0.0"
1479+
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-8.0.0.tgz#49dae834cbcc1696643859fe6cff797a8ab69a7a"
1480+
integrity sha512-Zxy9TUkgk9nUQGXmLsT6neZEmeAuCoDPmcMNYR634NsG1VSfBAfPh7DcgbyZtvt2yR1U4lrqK3A3on7WHTE3bQ==
14811481
dependencies:
14821482
"@graphql-tools/utils" "8.11.0"
14831483
tslib "^2.4.0"
@@ -1722,10 +1722,10 @@
17221722
"@graphql-typed-document-node/core" "3.1.1"
17231723
tslib "^2.4.0"
17241724

1725-
"@graphql-mesh/urql-exchange@7.0.1":
1726-
version "7.0.1"
1727-
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-7.0.1.tgz#49f69d961645d3f19111f4768c2a82d5a6b57793"
1728-
integrity sha512-iKKFnk1F0GZ/sjvpmfRFuZKnaihAj8lt+8t40AUg1oc4RtPickptheUBHagPN7xYhtgUUcr7ykFQBU1bd/R5rg==
1725+
"@graphql-mesh/urql-exchange@8.0.0":
1726+
version "8.0.0"
1727+
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-8.0.0.tgz#e0c5dc481def31815273f52edff727a131df4b15"
1728+
integrity sha512-lON2FWCXcd43Hq+0pKigyoX3Ix8Lbz/bMuC2Fpg+ng9NefdkOeT+LFaR9NSHOj01I/TOt9fHeQnaydT8Nzl98w==
17291729
dependencies:
17301730
"@graphql-tools/utils" "8.11.0"
17311731
tslib "^2.4.0"

0 commit comments

Comments
 (0)