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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.11.1 -> 3.11.8 age adoption passing confidence
@apollo/client-react-streaming 0.10.0 -> 0.11.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

v3.11.3

Compare Source

Patch Changes
Potentially disruptive change

When calling fetchMore with a query that has a no-cache fetch policy, fetchMore will now throw if an updateQuery function is not provided. This provides a mechanism to merge the results from the fetchMore call with the query's previous result.

v3.11.2

Compare Source

Patch Changes
apollographql/apollo-client-nextjs (@​apollo/client-react-streaming)

v0.11.3

Compare Source

v0.11.2

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.1

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

@renovate renovate bot enabled auto-merge (squash) July 21, 2024 11:54
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from f849d79 to 78e53a9 Compare July 23, 2024 16:21
Josh-Walker-GM added a commit that referenced this pull request Jul 24, 2024
See: #11034. This was extracted from that one without the experimental
package upgrade.

Hmm looks like we'll have to do some refactoring due to
apollographql/apollo-client#11789.
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 78e53a9 to 6cf36d0 Compare July 24, 2024 17:02
@renovate renovate bot changed the title fix(deps): update apollo graphql packages chore(deps): update dependency @apollo/client-react-streaming to v0.11.2 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 4 times, most recently from ef8f724 to bff813d Compare July 31, 2024 17:50
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client-react-streaming to v0.11.2 fix(deps): update apollo graphql packages Jul 31, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from 9a6a5e3 to 1bc8dfd Compare August 9, 2024 22:58
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from 182c89a to 5336913 Compare August 15, 2024 16:29
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 4 times, most recently from d7e0df1 to c8842ea Compare September 4, 2024 19:25
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from 08a7b9e to 991d7d9 Compare September 9, 2024 21:06
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 991d7d9 to 2a88d91 Compare September 19, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Blocked
Development

Successfully merging this pull request may close these issues.

0 participants