Skip to content

chore(deps): update dependency @apollo/client to v4#656

Open
renovate[bot] wants to merge 1 commit intov5from
renovate/major-apollo-graphql-packages
Open

chore(deps): update dependency @apollo/client to v4#656
renovate[bot] wants to merge 1 commit intov5from
renovate/major-apollo-graphql-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/client (source) ^3.13.8^4.1.7 age confidence

Release Notes

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

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.13

Compare Source

v4.0.12

Compare Source

v4.0.11

Compare Source

v4.0.10

Compare Source

v4.0.9

Compare Source

v4.0.8

Compare Source

v4.0.7

Compare Source

Patch Changes

v4.0.6

Compare Source

Patch Changes
  • #​12937 3b0d89b Thanks @​phryneas! - Fix a problem with fetchMore where the loading state wouldn't reset if the result wouldn't result in a data update.

v4.0.5

Compare Source

Patch Changes

v4.0.4

Compare Source

Patch Changes
  • #​12892 db8a04b Thanks @​jerelmiller! - Prevent unhandled rejections from the promise returned by calling the mutate function from the useMutation hook.

  • #​12899 5352c12 Thanks @​phryneas! - Fix an issue when invariant is called by external libraries when no dev error message handler is loaded.

  • #​12895 71f2517 Thanks @​jerelmiller! - Support skipToken with useQuery to provide a more type-safe way to skip query execution.

    import { skipToken, useQuery } from "@​apollo/client/react";
    
    // Use `skipToken` in place of `skip: true` for better type safety
    // for required variables
    const { data } = useQuery(QUERY, id ? { variables: { id } } : skipToken);

    Note: this change is provided as a patch within the 4.0 minor version because the changes to TypeScript validation with required variables in version 4.0 made using the skip option more difficult.

  • #​12900 c0d5be7 Thanks @​phryneas! - Use named export equal instead of default from "@​wry/equality"

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes

v4.0.1

Compare Source

Patch Changes
  • #​12876 b00f231 Thanks @​phryneas! - Fix CJS build output for invariantErrorCodes

  • #​12866 0d1614a Thanks @​jerelmiller! - Export isNetworkStatusInFlight from @apollo/client/utilities. Add isNetworkStatusSettled to @apollo/client/utilities and re-export it from @apollo/client with a deprecation.

v4.0.0

Compare Source

v3.14.1

Compare Source

Patch Changes
  • #​13168 6b84ec0 Thanks @​jerelmiller! - Fix issue where muting a deprecation from one entrypoint would not mute the warning when checked in a different entrypoint. This caused some rogue deprecation warnings to appear in the console even though the warnings should have been muted.

  • #​12970 f91fab5 Thanks @​acemir! - Add a deprecation message for the variableMatcher option in MockLink.

  • #​13168 6b84ec0 Thanks @​jerelmiller! - Ensure deprecation warnings are properly silenced in React hooks when globally disabled.

v3.14.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: (UTC)

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

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 21, 2025

Deploy Preview for apollo-module canceled.

Name Link
🔨 Latest commit 70e7677
🔍 Latest deploy log https://app.netlify.com/projects/apollo-module/deploys/69df97ccb5b8db00077e2227

@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from c06f65c to 81be3be Compare August 31, 2025 12:09
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 81be3be to a41dd9d Compare September 2, 2025 17:37
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from a41dd9d to 36923f3 Compare September 13, 2025 12:06
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from bd5f5b2 to c98064f Compare October 1, 2025 00:09
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 96d0f45 to b61c90a Compare October 31, 2025 18:02
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 9901628 to 548dee3 Compare December 16, 2025 20:37
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 548dee3 to b6f289b Compare December 31, 2025 18:35
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from 86e59b7 to 62f8fd7 Compare January 15, 2026 23:35
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from 9157e99 to 086964f Compare January 21, 2026 10:59
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 086964f to 004353e Compare January 28, 2026 22:47
@Anumide Anumide mentioned this pull request Feb 1, 2026
6 tasks
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 004353e to 2513b43 Compare February 5, 2026 19:56
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from dad07c3 to 823b664 Compare February 23, 2026 20:03
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 823b664 to a74f91f Compare March 5, 2026 16:47
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from a74f91f to 70e7677 Compare April 15, 2026 13:51
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.

0 participants