Skip to content

chore(deps): apollo client 3.14.1#1455

Merged
Tobbe merged 1 commit intomainfrom
tobbe-deps-apollo-client-3-14-1
Mar 25, 2026
Merged

chore(deps): apollo client 3.14.1#1455
Tobbe merged 1 commit intomainfrom
tobbe-deps-apollo-client-3-14-1

Conversation

@Tobbe
Copy link
Copy Markdown
Member

@Tobbe Tobbe commented Mar 24, 2026

Apollo Client 3.14 adds a bunch of deprecation warnings for things that will change in Apollo Client 4

https://github.com/apollographql/apollo-client/releases/tag/v3.14.0
https://github.com/apollographql/apollo-client/releases/tag/v3.14.1

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 24, 2026

Deploy Preview for cedarjs canceled.

Name Link
🔨 Latest commit 59d8cb5
🔍 Latest deploy log https://app.netlify.com/projects/cedarjs/deploys/69c3204cdbd7ed0008aa60f7

@github-actions github-actions Bot added this to the chore milestone Mar 24, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 24, 2026

Greptile Summary

This PR is a routine dependency bump of @apollo/client from 3.13.9 to 3.14.1 in the @cedarjs/web package, with the corresponding yarn.lock update. As noted in the description, 3.14.x introduces deprecation warnings that preview breaking changes coming in Apollo Client 4 — no functionality is changed in this PR itself.

  • packages/web/package.json: version pinned to 3.14.1
  • yarn.lock: resolution and checksum updated to match the new release
  • The existing usage in src/apollo/index.tsx (CJS deep-path imports, fetchPolicy: 'cache-and-network', InMemoryCache, suspense hooks, etc.) is not affected by any known breaking changes in this minor release
  • No source code changes are included; this is a lockfile-level update only

Confidence Score: 5/5

  • Safe to merge — purely a patch/minor version bump with no source changes.
  • The diff touches only the pinned version string in package.json and the corresponding yarn.lock entry. The APIs used in this codebase (ApolloClient, InMemoryCache, ApolloProvider, fetchPolicy: 'cache-and-network', suspense hooks) are all stable in 3.14.x and not subject to removal. The 3.14 deprecation warnings are forward-looking notices for AC4 and do not affect runtime behaviour in 3.x.
  • No files require special attention.

Important Files Changed

Filename Overview
packages/web/package.json Bumps @apollo/client from 3.13.9 to 3.14.1 in the dependencies — no other changes.
yarn.lock Lockfile updated to reflect the new @apollo/client 3.14.1 resolution and its updated integrity checksum; all other entries are unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["packages/web/package.json\n@apollo/client: 3.13.9 → 3.14.1"] --> B["yarn.lock updated\n(resolution + checksum)"]
    B --> C["No source changes"]
    C --> D["Existing Apollo usage unaffected\n(CJS deep imports, InMemoryCache,\nsuspense hooks, fetchPolicy)"]
    D --> E["3.14.x deprecation warnings\n(forward-looking for AC4 only)"]
Loading

Reviews (1): Last reviewed commit: "chore(deps): apollo client 3.14.1" | Re-trigger Greptile

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Mar 24, 2026

🤖 Nx Cloud AI Fix

Ensure the fix-ci command is configured to always run in your CI pipeline to get automatic fixes in future runs. For more information, please see https://nx.dev/ci/features/self-healing-ci


View your CI Pipeline Execution ↗ for commit 59d8cb5

Command Status Duration Result
nx run-many -t build:pack --exclude create-ceda... ✅ Succeeded 2s View ↗
nx run-many -t test --minWorkers=1 --maxWorkers=4 ✅ Succeeded 4m 10s View ↗
nx run-many -t build ✅ Succeeded 9s View ↗
nx run-many -t test:types ✅ Succeeded 12s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-25 00:02:42 UTC

@Tobbe Tobbe enabled auto-merge (squash) March 24, 2026 23:42
@Tobbe Tobbe merged commit 987f988 into main Mar 25, 2026
43 checks passed
@Tobbe Tobbe deleted the tobbe-deps-apollo-client-3-14-1 branch March 25, 2026 00:02
@github-actions
Copy link
Copy Markdown

The changes in this PR are now available on npm.

Try them out by running yarn cedar upgrade -t 4.0.0-canary.13670

Tobbe added a commit that referenced this pull request Mar 25, 2026
@Tobbe Tobbe modified the milestones: chore, v3.1.0 Mar 25, 2026
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.

1 participant