Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to v3.8.3 (#9123)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@apollo/client](https://www.apollographql.com/docs/react/)
([source](https://togithub.com/apollographql/apollo-client)) | [`3.8.1`
->
`3.8.3`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.8.1/3.8.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.8.1/3.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.8.1/3.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

<details>
<summary>apollographql/apollo-client (@&#8203;apollo/client)</summary>

[`v3.8.3`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#383)

[Compare
Source](https://togithub.com/apollographql/apollo-client/compare/v3.8.2...v3.8.3)

-
[#&#8203;11193](https://togithub.com/apollographql/apollo-client/pull/11193)
[`fd2a4cf0c`](https://togithub.com/apollographql/apollo-client/commit/fd2a4cf0c3ada968df3f9814d87dedaaa8eddb5e)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Call
devtools registration after ApolloClient is fully set up.

[`v3.8.2`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#382)

[Compare
Source](https://togithub.com/apollographql/apollo-client/compare/v3.8.1...v3.8.2)

-
[#&#8203;10072](https://togithub.com/apollographql/apollo-client/pull/10072)
[`51045c336`](https://togithub.com/apollographql/apollo-client/commit/51045c336ff86befbdd598af6e7104ffe0d419d0)
Thanks [@&#8203;Huulivoide](https://togithub.com/Huulivoide)! - Fixes
race conditions in useReactiveVar that may prevent updates to the
reactive variable from propagating through the hook.

-
[#&#8203;11162](https://togithub.com/apollographql/apollo-client/pull/11162)
[`d9685f53c`](https://togithub.com/apollographql/apollo-client/commit/d9685f53c34483245e6ea21e91b669ef1180ae97)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! -
Ensures GraphQL errors returned in subscription payloads adhere to the
`errorPolicy` set in `client.subscribe(...)` calls.

-
[#&#8203;11134](https://togithub.com/apollographql/apollo-client/pull/11134)
[`96492e142`](https://togithub.com/apollographql/apollo-client/commit/96492e14279d78e2613c1381d31f88cdf5816f45)
Thanks [@&#8203;alessbell](https://togithub.com/alessbell)! - Use
separate type imports in useSuspenseQuery and useBackgroundQuery to
workaround SWC compiler issue.

-
[#&#8203;11117](https://togithub.com/apollographql/apollo-client/pull/11117)
[`6b8198109`](https://togithub.com/apollographql/apollo-client/commit/6b8198109bd9fe5eedf352421a0a773ac0acfb18)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Adds a new
devtools registration mechanism and tweaks the mechanism behind the
    "devtools not found" mechanic.

-
[#&#8203;11186](https://togithub.com/apollographql/apollo-client/pull/11186)
[`f1d429f32`](https://togithub.com/apollographql/apollo-client/commit/f1d429f32ae8e896155b50f1fc7c51dfeb06c3ba)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Fix an
issue where race conditions when rapidly switching between variables
would sometimes result in the wrong `data` returned from the query.
Specifically this occurs when a query is triggered with an initial set
of variables (`VariablesA`), then triggers the same query with another
set of variables (`VariablesB`) but switches back to the `VariablesA`
before the response for `VariablesB` is returned. Previously this would
result in the data for `VariablesB` to be displayed while `VariablesA`
was active. The data is for `VariablesA` is now properly returned.

-
[#&#8203;11163](https://togithub.com/apollographql/apollo-client/pull/11163)
[`a8a9e11e9`](https://togithub.com/apollographql/apollo-client/commit/a8a9e11e917716538206eb7d5de21dbfd09630bd)
Thanks [@&#8203;bignimbus](https://togithub.com/bignimbus)! - Fix typo
in error message: "occured" -> "occurred"

-
[#&#8203;11180](https://togithub.com/apollographql/apollo-client/pull/11180)
[`7d9c481e5`](https://togithub.com/apollographql/apollo-client/commit/7d9c481e53f3c9577ec6ed6231c9e3db8c8b374b)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Fixes
an issue where refetching from `useBackgroundQuery` via `refetch` with
an error after an error was already fetched would get stuck in a loading
state.

</details>

---

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
  • Loading branch information
2 people authored and jtoar committed Sep 13, 2023
1 parent 2d26a9b commit 32f16be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 65 deletions.
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@apollo/client": "3.8.1",
"@apollo/client": "3.8.3",
"@babel/cli": "7.22.10",
"@babel/core": "7.22.11",
"@graphiql/plugin-explorer": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.7.17",
"@apollo/client": "3.8.3",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/auth": "6.2.0",
"core-js": "3.32.0",
Expand Down
71 changes: 8 additions & 63 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,45 +124,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.7.17":
version: 3.7.17
resolution: "@apollo/client@npm:3.7.17"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
"@wry/equality": ^0.5.0
"@wry/trie": ^0.4.0
graphql-tag: ^2.12.6
hoist-non-react-statics: ^3.3.2
optimism: ^0.16.2
prop-types: ^15.7.2
response-iterator: ^0.2.6
symbol-observable: ^4.0.0
ts-invariant: ^0.10.3
tslib: ^2.3.0
zen-observable-ts: ^1.2.5
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.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: 53c7aaa273a557d68f2931625565c24fc548f3e8852a1e6f1f7589f872218e561f3c0457bd582cb64fd6634dc02769ac66af0f3cca810616f5e49617fd92dd6d
languageName: node
linkType: hard

"@apollo/client@npm:3.8.1":
version: 3.8.1
resolution: "@apollo/client@npm:3.8.1"
"@apollo/client@npm:3.8.3":
version: 3.8.3
resolution: "@apollo/client@npm:3.8.3"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.3
Expand Down Expand Up @@ -192,7 +156,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 28dd6c1c7ffaea1dc7ded61c79754ef6443031d752507a368dc91145374ca31084a87d1ae243a922ab5dda88d744e0586d63af88b4001d07d3c87b1997b1383a
checksum: f622299670fbd895ec6b3960560829b1575fcfc733dffe967afe6ebba17796b6c2d4f8fac5686761a24c394f99270877190914c7161bce9b4ea0e76e12d33de2
languageName: node
linkType: hard

Expand Down Expand Up @@ -9028,7 +8992,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/studio@workspace:packages/studio"
dependencies:
"@apollo/client": 3.8.1
"@apollo/client": 3.8.3
"@babel/cli": 7.22.10
"@babel/core": 7.22.11
"@babel/runtime-corejs3": 7.22.11
Expand Down Expand Up @@ -9229,7 +9193,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.7.17
"@apollo/client": 3.8.3
"@babel/cli": 7.22.10
"@babel/core": 7.22.11
"@babel/runtime-corejs3": 7.22.11
Expand Down Expand Up @@ -12930,7 +12894,7 @@ __metadata:
languageName: node
linkType: hard

"@wry/equality@npm:^0.5.0, @wry/equality@npm:^0.5.6":
"@wry/equality@npm:^0.5.6":
version: 0.5.6
resolution: "@wry/equality@npm:0.5.6"
dependencies:
Expand All @@ -12939,16 +12903,7 @@ __metadata:
languageName: node
linkType: hard

"@wry/trie@npm:^0.3.0":
version: 0.3.2
resolution: "@wry/trie@npm:0.3.2"
dependencies:
tslib: ^2.3.0
checksum: c27a46592c4c418ad9de596b4f53bcac748585db8b4deab262bf5ab71ec15b9ea09d522e765c4fa05e831176cea1b94220151315b4c542abee40541a26aaf7c0
languageName: node
linkType: hard

"@wry/trie@npm:^0.4.0, @wry/trie@npm:^0.4.3":
"@wry/trie@npm:^0.4.3":
version: 0.4.3
resolution: "@wry/trie@npm:0.4.3"
dependencies:
Expand Down Expand Up @@ -27868,16 +27823,6 @@ __metadata:
languageName: node
linkType: hard

"optimism@npm:^0.16.2":
version: 0.16.2
resolution: "optimism@npm:0.16.2"
dependencies:
"@wry/context": ^0.7.0
"@wry/trie": ^0.3.0
checksum: 06c1e6ab5e7b0c19f69fd7d7959a33122647ae49355233259e4cca505661f36c52a57eca2fc798be56d74eded2a952f50873d9a330064e1e65c19d4d6c8e3f41
languageName: node
linkType: hard

"optimism@npm:^0.17.5":
version: 0.17.5
resolution: "optimism@npm:0.17.5"
Expand Down

0 comments on commit 32f16be

Please sign in to comment.