You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"]
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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