Skip to content

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

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

chore(deps): update dependency @apollo/client to v4#1162
renovate[bot] wants to merge 1 commit into
mainfrom
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.14.1^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


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 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.


  • 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 force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from 771f0ce to 8e978ba Compare August 31, 2025 11:15
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 472e60c to afe7111 Compare September 6, 2025 17:03
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 4 times, most recently from 77a3c0d to f59cf69 Compare September 22, 2025 18:39
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 5 times, most recently from ca2922e to 9a1191a Compare October 2, 2025 05:34
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 4 times, most recently from 499fd76 to cc2d411 Compare October 10, 2025 02:28
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from 15438e8 to a661c65 Compare October 14, 2025 16:15
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 5 times, most recently from 04c4448 to 7aba6e3 Compare October 31, 2025 00:10
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from ac51801 to 7e25282 Compare November 3, 2025 18:12
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from 8253a7f to 79077a4 Compare February 2, 2026 17:32
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 4 times, most recently from e0d0e93 to c51cebc Compare February 15, 2026 01:44
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 1435065 to fcdbbd9 Compare February 20, 2026 14:30
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 2539594 to 55a124e Compare March 3, 2026 02:11
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 4 times, most recently from b3da54d to bc274eb Compare March 14, 2026 01:31
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 7 times, most recently from c18b51d to bd1cc17 Compare March 21, 2026 22:16
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 6 times, most recently from e5d59e2 to afc87e8 Compare April 1, 2026 09:28
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from 0c458d5 to 0aa03bd Compare April 3, 2026 16:56
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