Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update apollo graphql packages #11943

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@apollo/client": "3.11.1",
"@apollo/client": "3.13.1",
"@babel/runtime-corejs3": "7.25.7",
"@redwoodjs/auth": "workspace:*",
"@redwoodjs/server-store": "workspace:*",
Expand All @@ -158,7 +158,7 @@
"ts-toolbelt": "9.6.0"
},
"devDependencies": {
"@apollo/client-react-streaming": "0.10.0",
"@apollo/client-react-streaming": "0.11.9",
"@arethetypeswrong/cli": "0.16.4",
"@babel/cli": "7.25.7",
"@babel/core": "^7.22.20",
Expand Down
103 changes: 17 additions & 86 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,59 +116,23 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client-react-streaming@npm:0.10.0":
version: 0.10.0
resolution: "@apollo/client-react-streaming@npm:0.10.0"
dependencies:
superjson: "npm:^1.12.2 || ^2.0.0"
ts-invariant: "npm:^0.10.3"
peerDependencies:
"@apollo/client": ^3.9.6
react: ^18
checksum: 10c0/b960665331cf52c05e033c91635df41ee311cd910d84b9f41b59be2496760f72591610c3eb746a46f57416f29bea7e2ee47e84e81fc3f0099db5087284f00905
languageName: node
linkType: hard

"@apollo/client@npm:3.11.1":
version: 3.11.1
resolution: "@apollo/client@npm:3.11.1"
"@apollo/client-react-streaming@npm:0.11.9":
version: 0.11.9
resolution: "@apollo/client-react-streaming@npm:0.11.9"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
"@wry/equality": "npm:^0.5.6"
"@wry/trie": "npm:^0.5.0"
graphql-tag: "npm:^2.12.6"
hoist-non-react-statics: "npm:^3.3.2"
optimism: "npm:^0.18.0"
prop-types: "npm:^15.7.2"
rehackt: "npm:^0.1.0"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
ts-invariant: "npm:^0.10.3"
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
graphql: ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql-ws:
optional: true
react:
optional: true
react-dom:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/d3a1f30d44d5a84e01538772396e93db4921fcdf99919785688464d487ea00dabfb6ae63ca7e2ebd373eed5d24c134dec6eb4f4d13920044b2ea1f105fa044c4
"@apollo/client": ^3.10.4
graphql: ^16 || >=17.0.0-alpha.2
react: ^18 || >=19.0.0-rc
react-dom: ^18 || >=19.0.0-rc
checksum: 10c0/7be63a1ffebb3515bb5292a8af13913d514ca9a515fda849beb64610c50ec58f5ca427efa65be8554344456281114af26745f2feb8dc3a95bbccf3d22ccb87ac
languageName: node
linkType: hard

"@apollo/client@npm:^3.8.0":
version: 3.11.4
resolution: "@apollo/client@npm:3.11.4"
"@apollo/client@npm:3.13.1, @apollo/client@npm:^3.8.0":
version: 3.13.1
resolution: "@apollo/client@npm:3.13.1"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand All @@ -179,16 +143,15 @@ __metadata:
optimism: "npm:^0.18.0"
prop-types: "npm:^15.7.2"
rehackt: "npm:^0.1.0"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
ts-invariant: "npm:^0.10.3"
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
graphql: ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
graphql-ws: ^5.5.5 || ^6.0.3
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql-ws:
Expand All @@ -199,7 +162,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/1d0f848a68803e4987f7bceb6c4d76a1c9c584a66cefbcacfe8aebb342b68e4cca96ecb76e7a5a423f5047da8c35e52d971cad3d532248976976c32336eac7d9
checksum: 10c0/50e65f9b12e82159d50feb6ad356bbc9dc871f04d930954b3fa299d63d0d578f1be95377d2961572907e56aeaa2b7e36c1c8a6d1287ce1a85cf454ee528f1d00
languageName: node
linkType: hard

Expand Down Expand Up @@ -9030,8 +8993,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": "npm:3.11.1"
"@apollo/client-react-streaming": "npm:0.10.0"
"@apollo/client": "npm:3.13.1"
"@apollo/client-react-streaming": "npm:0.11.9"
"@arethetypeswrong/cli": "npm:0.16.4"
"@babel/cli": "npm:7.25.7"
"@babel/core": "npm:^7.22.20"
Expand Down Expand Up @@ -14747,15 +14710,6 @@ __metadata:
languageName: node
linkType: hard

"copy-anything@npm:^3.0.2":
version: 3.0.5
resolution: "copy-anything@npm:3.0.5"
dependencies:
is-what: "npm:^4.1.8"
checksum: 10c0/01eadd500c7e1db71d32d95a3bfaaedcb839ef891c741f6305ab0461398056133de08f2d1bf4c392b364e7bdb7ce498513896e137a7a183ac2516b065c28a4fe
languageName: node
linkType: hard

"core-js-compat@npm:^3.38.0, core-js-compat@npm:^3.38.1":
version: 3.38.1
resolution: "core-js-compat@npm:3.38.1"
Expand Down Expand Up @@ -20307,13 +20261,6 @@ __metadata:
languageName: node
linkType: hard

"is-what@npm:^4.1.8":
version: 4.1.15
resolution: "is-what@npm:4.1.15"
checksum: 10c0/7d9bab85977d8352684a7b046cfee8d68e23029f0d6d5b4b7f366cf6c83dee39903e412b655ebf155dc9706d4d1bce02f6351f75a1426381961b4155394082db
languageName: node
linkType: hard

"is-windows@npm:^1.0.1":
version: 1.0.2
resolution: "is-windows@npm:1.0.2"
Expand Down Expand Up @@ -26703,13 +26650,6 @@ __metadata:
languageName: node
linkType: hard

"response-iterator@npm:^0.2.6":
version: 0.2.6
resolution: "response-iterator@npm:0.2.6"
checksum: 10c0/60e6b552cd610643269d5d916d270cc8a4bea978cbe4779d6ef8083ac6b89006795508034e4c4ebe204eded75ac32bf243589ba82c1184591dde0674f6db785e
languageName: node
linkType: hard

"responselike@npm:^1.0.2":
version: 1.0.2
resolution: "responselike@npm:1.0.2"
Expand Down Expand Up @@ -28278,15 +28218,6 @@ __metadata:
languageName: node
linkType: hard

"superjson@npm:^1.12.2 || ^2.0.0":
version: 2.2.1
resolution: "superjson@npm:2.2.1"
dependencies:
copy-anything: "npm:^3.0.2"
checksum: 10c0/5d8202c955170bd98ef2647f712754ac54d2d007923cfdb53a4b035304d8964b8c41d5eff41ee277896e2ac32e06abb009b571f1589416b729fe40216320cc7a
languageName: node
linkType: hard

"supertokens-auth-react@npm:0.39.1":
version: 0.39.1
resolution: "supertokens-auth-react@npm:0.39.1"
Expand Down
Loading