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 #9916

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.8.8 -> 3.8.10 age adoption passing confidence
@apollo/experimental-nextjs-app-support 0.5.2 -> 0.6.0 age adoption passing confidence

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.8.10

Compare Source

Patch Changes
  • #​11489 abfd02a Thanks @​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.

  • #​11483 6394dda Thanks @​pipopotamasu! - Fix cache override warning output

v3.8.9

Compare Source

Patch Changes
apollographql/apollo-client-nextjs (@​apollo/experimental-nextjs-app-support)

v0.6.0

Compare Source


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) January 28, 2024 22:57
@jtoar jtoar added the release:chore This PR is a chore (means nothing for users) label Jan 28, 2024
@jtoar jtoar added this to the v7.0.0 milestone Jan 28, 2024
@jtoar jtoar disabled auto-merge January 28, 2024 23:12
@jtoar jtoar merged commit 013f9c2 into main Jan 28, 2024
39 of 42 checks passed
@jtoar jtoar deleted the renovate/apollo-graphql-packages branch January 28, 2024 23:36
jtoar pushed a commit that referenced this pull request Jan 29, 2024
[![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/)
|

---

<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)

-
[#&#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)

-
[#&#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>

---

📅 **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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant