Closed renovate[bot] closed 7 months ago
Latest commit: 2569c099e274132f0d149d746375c0a46163fc2c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
This PR contains the following updates:
3.9.9
->3.9.10
Release Notes
apollographql/apollo-client (@apollo/client)
### [`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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.