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

chore(deps): update dependency @apollo/client to v3.11.8 #814

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

This PR contains the following updates:

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

Release Notes

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

v3.11.8

Compare Source

Patch Changes

v3.11.7

Compare Source

Patch Changes
  • #​12052 e471cef Thanks @​jerelmiller! - Fixes a regression from where passing an invalid identifier to from in useFragment would result in the warning TypeError: Cannot read properties of undefined (reading '__typename').

v3.11.6

Compare Source

Patch Changes

v3.11.5

Compare Source

Patch Changes

v3.11.4

Compare Source

Patch Changes
  • #​11994 41b17e5 Thanks @​jerelmiller! - Update the Modifier function type to allow cache.modify to return deeply partial data.

  • #​11989 e609156 Thanks @​phryneas! - Fix a potential crash when calling clearStore while a query was running.

    Previously, calling client.clearStore() while a query was running had one of these results:

    • useQuery would stay in a loading: true state.
    • useLazyQuery would stay in a loading: true state, but also crash with a "Cannot read property 'data' of undefined" error.

    Now, in both cases, the hook will enter an error state with a networkError, and the promise returned by the useLazyQuery execute function will return a result in an error state.

  • #​11994 41b17e5 Thanks @​jerelmiller! - Prevent accidental distribution on cache.modify field modifiers when a field is a union type array.


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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Aug 7, 2024
Copy link

changeset-bot bot commented Aug 7, 2024

⚠️ No Changeset found

Latest commit: 4cc2cdd

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 9024000 to b3bff0d Compare August 28, 2024 21:45
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.11.4 chore(deps): update dependency @apollo/client to v3.11.5 Aug 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.11.5 chore(deps): update dependency @apollo/client to v3.11.6 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from b3bff0d to f97a375 Compare September 3, 2024 17:03
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.11.6 chore(deps): update dependency @apollo/client to v3.11.7 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f97a375 to 54de97d Compare September 4, 2024 20:12
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 54de97d to 4cc2cdd Compare September 5, 2024 10:45
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.11.7 chore(deps): update dependency @apollo/client to v3.11.8 Sep 5, 2024
@saihaj saihaj merged commit 6bdb6c6 into main Sep 9, 2024
14 of 15 checks passed
@saihaj saihaj deleted the renovate/apollo-graphql-packages branch September 9, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant