Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apollographql/apollo-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apollographql/apollo-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: changeset-release/release-4.0
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Aug 21, 2025

  1. Version Packages (rc)

    github-actions[bot] committed Aug 21, 2025
    Copy the full SHA
    54a7377 View commit details
Showing with 9 additions and 2 deletions.
  1. +1 −0 .changeset/pre.json
  2. +1 −1 package-lock.json
  3. +6 −0 scripts/codemods/ac3-to-ac4/CHANGELOG.md
  4. +1 −1 scripts/codemods/ac3-to-ac4/package.json
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -238,6 +238,7 @@
"sour-guests-poke",
"sour-kids-deliver",
"sour-pillows-guess",
"sour-wasps-bathe",
"sour-wombats-shout",
"spotty-days-compete",
"spotty-mugs-poke",
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions scripts/codemods/ac3-to-ac4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/client-codemod-migrate-3-to-4

## 1.0.0-rc.4

### Patch Changes

- [#12858](https://github.com/apollographql/apollo-client/pull/12858) [`6440e8b`](https://github.com/apollographql/apollo-client/commit/6440e8bc6c42ed2f97ccabac987e10f3c81d90b4) Thanks [@phryneas](https://github.com/phryneas)! - adjust the `clientSetup` codemod so that it removes the `TCacheShape` type argument from all `ApolloClient` usages (types and constructor calls).

## 1.0.0-rc.3

### Major Changes
2 changes: 1 addition & 1 deletion scripts/codemods/ac3-to-ac4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client-codemod-migrate-3-to-4",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "Apollo Client Codemod to migrate from version 3 to version 4",
"keywords": [
"apollo",