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 dependency @apollo/client to v3.9.11 #543

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v3.9.11

Compare Source

Patch Changes
  • #​11769 04132af Thanks @​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

Compare Source

Patch Changes
  • #​11738 b1a5eb8 Thanks @​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 b1a5eb8 Thanks @​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 cc5c03b Thanks @​phryneas! - Bail out of executeSubSelectedArray calls if the array has 0 elements.

v3.9.9

Compare Source

Patch Changes
  • #​11696 466ef82 Thanks @​PiR1! - Immediately dispose of the queryRef if useBackgroundQuery unmounts before the auto dispose timeout kicks in.

v3.9.8

Compare Source

Patch Changes
  • #​11706 8619bc7 Thanks @​jerelmiller! - Fix issue in all suspense hooks where returning an empty array after calling fetchMore would rerender the component with an empty list.

  • #​11694 835d5f3 Thanks @​phryneas! - Expose setErrorMessageHandler from @apollo/client/dev entrypoint.

  • #​11689 cb8ffe5 Thanks @​jerelmiller! - Fix issue where passing a new from option to useFragment would first render with the previous value before rerendering with the correct value.

  • #​11713 642092c Thanks @​jerelmiller! - Fix issue where setting a default watchQuery option in the ApolloClient constructor could break startTransition when used with suspense hooks.

v3.9.7

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


  • 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 force-pushed the renovate/apollo-graphql-packages branch from f50f10b to 6a07ca7 Compare March 20, 2024 20:59
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.9.7 fix(deps): update dependency @apollo/client to v3.9.8 Mar 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.9.8 fix(deps): update dependency @apollo/client to v3.9.9 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 6a07ca7 to dc2b2ea Compare March 22, 2024 22:56
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.9.9 fix(deps): update dependency @apollo/client to v3.9.10 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from dc2b2ea to df0a926 Compare April 1, 2024 22:45
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.9.10 fix(deps): update dependency @apollo/client to v3.9.11 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from df0a926 to daf680e Compare April 10, 2024 14:47
@znarf znarf merged commit 49a010a into main Apr 12, 2024
4 checks passed
@znarf znarf deleted the renovate/apollo-graphql-packages branch April 12, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant