Skip to content

Commit

Permalink
chore(deps): update dependency @urql/core to v5 (#6786)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @urql/core to v5

* 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] committed Apr 3, 2024
1 parent 2e65b68 commit b5f9ebb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_urql-exchange-6786-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/urql-exchange": patch
---
dependencies updates:
- Updated dependency [`@urql/core@^2.4.3 || ^4.0.0 || ^5.0.0` ↗︎](https://www.npmjs.com/package/@urql/core/v/2.4.3) (from `^2.4.3 || ^4.0.0`, in `peerDependencies`)
4 changes: 2 additions & 2 deletions packages/legacy/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"peerDependencies": {
"@graphql-mesh/runtime": "^0.98.7",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@urql/core": "^2.4.3 || ^4.0.0",
"@urql/core": "^2.4.3 || ^4.0.0 || ^5.0.0",
"graphql": "^15.2.0 || ^16.0.0",
"tslib": "^2.4.0",
"wonka": "^6.3.1"
},
"devDependencies": {
"@urql/core": "4.3.0",
"@urql/core": "5.0.0",
"wonka": "6.3.4"
},
"publishConfig": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ __metadata:
version: 8
cacheKey: 10c0

"@0no-co/graphql.web@npm:^1.0.1":
version: 1.0.4
resolution: "@0no-co/graphql.web@npm:1.0.4"
"@0no-co/graphql.web@npm:^1.0.5":
version: 1.0.5
resolution: "@0no-co/graphql.web@npm:1.0.5"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
peerDependenciesMeta:
graphql:
optional: true
checksum: 10c0/bf63cb5b017063363c9a9e06dc17532abc1c2da402c7ebcbc7b5ab2a0601ec93b02de93af9e50d9daffb3b747eddcf0b1e5418a46d1182c5b8087b7d7a1768ad
checksum: 10c0/d3c590cd92bded1fbd15a7d33e230cb6120de8ad27c4f3f06e714ee05d0d74877d6bd2f22747541f6abdb733086daf4a8a5f7507f61dbe9e01fe515603e27e03
languageName: node
linkType: hard

Expand Down Expand Up @@ -5791,12 +5791,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@graphql-mesh/urql-exchange@workspace:packages/legacy/urql"
dependencies:
"@urql/core": "npm:4.3.0"
"@urql/core": "npm:5.0.0"
wonka: "npm:6.3.4"
peerDependencies:
"@graphql-mesh/runtime": ^0.98.7
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
"@urql/core": ^2.4.3 || ^4.0.0
"@urql/core": ^2.4.3 || ^4.0.0 || ^5.0.0
graphql: ^15.2.0 || ^16.0.0
tslib: ^2.4.0
wonka: ^6.3.1
Expand Down Expand Up @@ -11501,13 +11501,13 @@ __metadata:
languageName: node
linkType: hard

"@urql/core@npm:4.3.0":
version: 4.3.0
resolution: "@urql/core@npm:4.3.0"
"@urql/core@npm:5.0.0":
version: 5.0.0
resolution: "@urql/core@npm:5.0.0"
dependencies:
"@0no-co/graphql.web": "npm:^1.0.1"
"@0no-co/graphql.web": "npm:^1.0.5"
wonka: "npm:^6.3.2"
checksum: 10c0/25a50cd11f27abca36ba07a93a393a3b0343d8d0957bf7fef4ddcc49d7582c751bb0c86f26c4f5e9342409237b92da569cfc90745a34539dfe8b5ebc426e112a
checksum: 10c0/626b43d3a9fca239a1d120afdc2fb791c1270ac3795dc9392df52e034176796f117eb9722d134374147d9a519da12f146c0ec2c773ef945a705c08d26f1d920a
languageName: node
linkType: hard

Expand Down

0 comments on commit b5f9ebb

Please sign in to comment.