Skip to content

fix(deps): update dependency @apollo/client to v4#130

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/client (source) 3.14.14.1.9 age confidence

Release Notes

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

v4.1.9

Compare Source

Patch Changes
  • #​13203 099954b Thanks @​copilot-swe-agent! - Remove the workspaces field from the published package.json in dist to avoid Yarn v1 warnings about workspaces requiring private packages.

v4.1.8

Compare Source

Patch Changes

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

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 enabled auto-merge (squash) August 24, 2025 04:07
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 24, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: apollo-angular@7.0.2
npm error Found: @apollo/client@4.1.9
npm error node_modules/@apollo/client
npm error   @apollo/client@"4.1.9" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @apollo/client@"^3.0.0" from apollo-angular@7.0.2
npm error node_modules/apollo-angular
npm error   apollo-angular@"7.0.2" from the root project
npm error
npm error Conflicting peer dependency: @apollo/client@3.14.1
npm error node_modules/@apollo/client
npm error   peer @apollo/client@"^3.0.0" from apollo-angular@7.0.2
npm error   node_modules/apollo-angular
npm error     apollo-angular@"7.0.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-04-30T22_45_07_011Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-30T22_45_07_011Z-debug-0.log

@github-actions github-actions Bot added the fix label Aug 24, 2025
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 5 times, most recently from 0f04433 to ca3710c Compare August 31, 2025 14:03
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from ca3710c to 6b9883b Compare September 2, 2025 20:52
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from 6b9883b to 5c3a416 Compare September 12, 2025 23:11
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 2158f07 to 822c18c Compare September 25, 2025 16:08
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from 822c18c to 9de05f2 Compare September 30, 2025 22:17
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 3524747 to e627ec0 Compare October 31, 2025 19:37
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 7 times, most recently from a75c7fe to 5b0a47b Compare December 8, 2025 20:17
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 6540912 to b5e731a Compare December 16, 2025 18:02
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 5 times, most recently from 3b87c9f to 2abd596 Compare January 16, 2026 02:54
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from b800932 to cfdf735 Compare January 21, 2026 13:35
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from cfdf735 to 9d43c66 Compare January 28, 2026 21:38
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from 9d43c66 to d9506d0 Compare February 5, 2026 21:03
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from d9506d0 to 150a777 Compare February 19, 2026 21:40
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 19, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/major-apollo-graphql-packages

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 6 times, most recently from 9d34414 to 9e166a0 Compare February 27, 2026 01:21
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from e36a217 to 77b2712 Compare March 5, 2026 12:29
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from 77b2712 to 6613cf2 Compare March 13, 2026 00:53
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 2e5f6ea to 7bf4397 Compare March 27, 2026 13:25
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from 7bf4397 to efb6fdf Compare April 8, 2026 09:10
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 7952780 to 518f909 Compare April 18, 2026 21:09
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from 518f909 to 75e03d0 Compare April 30, 2026 10:36
@renovate renovate Bot force-pushed the renovate/major-apollo-graphql-packages branch from 75e03d0 to a2b7f87 Compare April 30, 2026 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants