Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages (#9916)
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.8`
->
`3.8.10`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.8.8/3.8.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.8.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.8.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.8.8/3.8.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.8.8/3.8.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@apollo/experimental-nextjs-app-support](https://togithub.com/apollographql/apollo-client-nextjs)
| [`0.5.2` ->
`0.6.0`](https://renovatebot.com/diffs/npm/@apollo%2fexperimental-nextjs-app-support/0.5.2/0.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fexperimental-nextjs-app-support/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fexperimental-nextjs-app-support/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fexperimental-nextjs-app-support/0.5.2/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fexperimental-nextjs-app-support/0.5.2/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;11489](https://togithub.com/apollographql/apollo-client/pull/11489)
[`abfd02a`](https://togithub.com/apollographql/apollo-client/commit/abfd02abeb8585e44377e9e87e5d20e5d95be002)
Thanks [@&#8203;gronxb](https://togithub.com/gronxb)! - Fix
`networkStatus` with `useSuspenseQuery` not properly updating to ready
state when using a `cache-and-network` fetch policy that returns data
equal to what is already in the cache.

-
[#&#8203;11483](https://togithub.com/apollographql/apollo-client/pull/11483)
[`6394dda`](https://togithub.com/apollographql/apollo-client/commit/6394dda47fa83d9ddd922e0d05e62bd872e4ea8e)
Thanks [@&#8203;pipopotamasu](https://togithub.com/pipopotamasu)! - Fix
cache override warning output

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

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

##### Patch Changes

-
[#&#8203;11472](https://togithub.com/apollographql/apollo-client/pull/11472)
[`afc844d`](https://togithub.com/apollographql/apollo-client/commit/afc844dd8d6f9f7a3e2003f9a5b541291dfe3fb4)
Thanks [@&#8203;alessbell](https://togithub.com/alessbell)! - Fix delay:
Infinity when set on a MockResponse passed to Mocked Provider so it
indefinitely enters loading state.

-
[#&#8203;11464](https://togithub.com/apollographql/apollo-client/pull/11464)
[`aac12b2`](https://togithub.com/apollographql/apollo-client/commit/aac12b221a6cb776d4941b6c8aadf04f0f0acd27)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! -
Prevent `useFragment` from excessively unsubscribing and resubscribing
the fragment with the cache on every render.

-
[#&#8203;11449](https://togithub.com/apollographql/apollo-client/pull/11449)
[`f40cda4`](https://togithub.com/apollographql/apollo-client/commit/f40cda45841e93b056c781c19651b54464f7346a)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Removes
refences to the typescript "dom" lib.

-
[#&#8203;11470](https://togithub.com/apollographql/apollo-client/pull/11470)
[`e293bc9`](https://togithub.com/apollographql/apollo-client/commit/e293bc90d6f7937a6fc7c169f7b16eeb39d5fd49)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Remove an
unnecessary check from parseAndCheckHttpResponse.

</details>

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

###
[`v0.6.0`](https://togithub.com/apollographql/apollo-client-nextjs/compare/v0.5.2...452ebc4932957e7bd05df50b31fc9493190f06ed)

[Compare
Source](https://togithub.com/apollographql/apollo-client-nextjs/compare/v0.5.2...452ebc4932957e7bd05df50b31fc9493190f06ed)

</details>

---

### Configuration

📅 **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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 28, 2024
1 parent ce0a064 commit 013f9c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.8.8",
"@apollo/client": "3.8.10",
"@babel/runtime-corejs3": "7.23.9",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.34.0",
Expand All @@ -50,7 +50,7 @@
"ts-toolbelt": "9.6.0"
},
"devDependencies": {
"@apollo/experimental-nextjs-app-support": "0.5.2",
"@apollo/experimental-nextjs-app-support": "0.6.0",
"@babel/cli": "7.23.9",
"@babel/core": "^7.22.20",
"@testing-library/jest-dom": "6.1.5",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.8.8":
version: 3.8.8
resolution: "@apollo/client@npm:3.8.8"
"@apollo/client@npm:3.8.10":
version: 3.8.10
resolution: "@apollo/client@npm:3.8.10"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/equality": "npm:^0.5.6"
Expand Down Expand Up @@ -134,13 +134,13 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: a097fb49d68fa77d59f8d63f73f0335624608102ebe2a30270d679b50f3fc2d697298fde8619571b419c93660a5ba90874d93e3b10efc8d910d752f14df1770b
checksum: 983306f61de042aca2f02e414533fbdac0c9c905648a98b42bb79bccb19012306eebb3c55c6d665523addbc1948625d1aae70bdc2dd511775b7a962a40dfc5b1
languageName: node
linkType: hard

"@apollo/experimental-nextjs-app-support@npm:0.5.2":
version: 0.5.2
resolution: "@apollo/experimental-nextjs-app-support@npm:0.5.2"
"@apollo/experimental-nextjs-app-support@npm:0.6.0":
version: 0.6.0
resolution: "@apollo/experimental-nextjs-app-support@npm:0.6.0"
dependencies:
server-only: "npm:^0.0.1"
superjson: "npm:^1.12.2"
Expand All @@ -149,7 +149,7 @@ __metadata:
"@apollo/client": ">=3.8.0-rc || ^3.8.0 || >=3.9.0-alpha || >=3.9.0-beta || >=3.9.0-rc"
next: ^13.4.1 || ^14.0.0
react: ^18
checksum: 3070a5a02dcb4b62cf813379335d1c639371ba36f8d5553af6e45201cdf6efb8fab3fcf68e74567e5110dd5b76047f5aa310b6bfef8f36a660be88de16906c95
checksum: cb99c3d14c62a5809db5d6167cdd5ea264beb7ae49cfb59e30f7e45eb05a5ebb00b3cfd45496cc40d10ba2d3af437b0f91fcd6b935a20fd9fe1a7865912b40c6
languageName: node
linkType: hard

Expand Down Expand Up @@ -8812,8 +8812,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": "npm:3.8.8"
"@apollo/experimental-nextjs-app-support": "npm:0.5.2"
"@apollo/client": "npm:3.8.10"
"@apollo/experimental-nextjs-app-support": "npm:0.6.0"
"@babel/cli": "npm:7.23.9"
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.9"
Expand Down

0 comments on commit 013f9c2

Please sign in to comment.