daniel-ac-martin / NotGovUK

An implementation of the GOV.UK Design System in React that provides support for writing internal applications in addition to public ones.
https://not-gov.uk/
MIT License
27 stars 8 forks source link

Update dependency @apollo/client to v3.9.11 #970

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.9.9 -> 3.9.11 age adoption passing confidence
@apollo/client (source) ^3.9.9 -> ^3.9.11 age adoption passing confidence

Release Notes

apollographql/apollo-client (@​apollo/client) ### [`v3.9.11`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3911) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.9.10...v3.9.11) ##### Patch Changes - [#​11769](https://togithub.com/apollographql/apollo-client/pull/11769) [`04132af`](https://togithub.com/apollographql/apollo-client/commit/04132af121c9b48d6e03eb733b9b91f825defbac) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Fix an issue where using `skipToken` or the `skip` option with `useSuspenseQuery` in React's strict mode would perform a network request. ### [`v3.9.10`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3910) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.9.9...v3.9.10) ##### Patch Changes - [#​11738](https://togithub.com/apollographql/apollo-client/pull/11738) [`b1a5eb8`](https://togithub.com/apollographql/apollo-client/commit/b1a5eb80cae8bdf2e9d8627f1eab65e088c43438) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Fix an issue where rerendering `useBackgroundQuery` after the `queryRef` had been disposed, either via the auto dispose timeout or by unmounting `useReadQuery`, would cause the `queryRef` to be recreated potentially resulting in another network request. - [#​11738](https://togithub.com/apollographql/apollo-client/pull/11738) [`b1a5eb8`](https://togithub.com/apollographql/apollo-client/commit/b1a5eb80cae8bdf2e9d8627f1eab65e088c43438) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Allow queryRefs to be disposed of synchronously when a suspense hook unmounts. This prevents some situations where using a suspense hook with the same query/variables as the disposed queryRef accidentally used the disposed queryRef rather than creating a new instance. - [#​11670](https://togithub.com/apollographql/apollo-client/pull/11670) [`cc5c03b`](https://togithub.com/apollographql/apollo-client/commit/cc5c03b2690f452483d83eecb68611a23055d99e) Thanks [@​phryneas](https://togithub.com/phryneas)! - Bail out of `executeSubSelectedArray` calls if the array has 0 elements.

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



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

cypress[bot] commented 3 months ago

Passing run #4864 ↗︎

0 1 0 0 Flakiness 0
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.

Details:

Update dependency @apollo/client to v3.9.11
Project: NotGovUK Commit: f805e99898
Status: Passed Duration: 12:07 💡
Started: Apr 13, 2024 2:36 PM Ended: Apr 13, 2024 2:48 PM

Review all test suite changes for PR #970 ↗︎