From 573a46ab4a8f5a5d79c520b9639a6d94582cc7e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 03:51:13 +0000 Subject: [PATCH] Version Packages --- .changeset/breezy-lions-rule.md | 5 ----- .changeset/chilled-cameras-scream.md | 5 ----- .changeset/great-jobs-fetch.md | 5 ----- .changeset/great-suns-cover.md | 5 ----- .changeset/perfect-donuts-roll.md | 5 ----- .changeset/popular-waves-drop.md | 5 ----- .changeset/shy-boxes-exercise.md | 5 ----- .changeset/shy-dragons-tease.md | 5 ----- .changeset/smooth-countries-cough.md | 5 ----- .changeset/spotty-walls-repair.md | 5 ----- .changeset/tidy-bulldogs-exercise.md | 5 ----- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 14 files changed, 31 insertions(+), 58 deletions(-) delete mode 100644 .changeset/breezy-lions-rule.md delete mode 100644 .changeset/chilled-cameras-scream.md delete mode 100644 .changeset/great-jobs-fetch.md delete mode 100644 .changeset/great-suns-cover.md delete mode 100644 .changeset/perfect-donuts-roll.md delete mode 100644 .changeset/popular-waves-drop.md delete mode 100644 .changeset/shy-boxes-exercise.md delete mode 100644 .changeset/shy-dragons-tease.md delete mode 100644 .changeset/smooth-countries-cough.md delete mode 100644 .changeset/spotty-walls-repair.md delete mode 100644 .changeset/tidy-bulldogs-exercise.md diff --git a/.changeset/breezy-lions-rule.md b/.changeset/breezy-lions-rule.md deleted file mode 100644 index 8f5190d5536..00000000000 --- a/.changeset/breezy-lions-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Add deprecations and warnings to remaining APIs changed in Apollo Client 4.0. diff --git a/.changeset/chilled-cameras-scream.md b/.changeset/chilled-cameras-scream.md deleted file mode 100644 index bb46bfd3aff..00000000000 --- a/.changeset/chilled-cameras-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Add warnings and deprecations for options and methods for all React APIs. diff --git a/.changeset/great-jobs-fetch.md b/.changeset/great-jobs-fetch.md deleted file mode 100644 index 14142939a6a..00000000000 --- a/.changeset/great-jobs-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Add `@deprecated` tags to all properties returned from any query API (e.g. `client.query`, `observableQuery.refetch`, etc.), `client.mutate`, and `client.subscribe` that are no longer available in Apollo Client 4.0. diff --git a/.changeset/great-suns-cover.md b/.changeset/great-suns-cover.md deleted file mode 100644 index b2d5b896878..00000000000 --- a/.changeset/great-suns-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Prevent field policies from overwriting/merging into supertype field policies. diff --git a/.changeset/perfect-donuts-roll.md b/.changeset/perfect-donuts-roll.md deleted file mode 100644 index 8b783a44789..00000000000 --- a/.changeset/perfect-donuts-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Add `preloadQuery.toPromise(queryRef)` as a replacement for `queryRef.toPromise()`. `queryRef.toPromise()` has been removed in Apollo Client 4.0 in favor of `preloadQuery.toPromise` and is now considered deprecated. diff --git a/.changeset/popular-waves-drop.md b/.changeset/popular-waves-drop.md deleted file mode 100644 index f2d2e178676..00000000000 --- a/.changeset/popular-waves-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Add deprecations and deprecation warnings for `ApolloClient` options and methods. diff --git a/.changeset/shy-boxes-exercise.md b/.changeset/shy-boxes-exercise.md deleted file mode 100644 index e8166f86f2d..00000000000 --- a/.changeset/shy-boxes-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Version bump only to release latest as `rc`. diff --git a/.changeset/shy-dragons-tease.md b/.changeset/shy-dragons-tease.md deleted file mode 100644 index 7f21da5c690..00000000000 --- a/.changeset/shy-dragons-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Reset `addTypenameTransform` and `fragments` caches when calling `cache.gc()` only when `resetResultCache` is `true`. diff --git a/.changeset/smooth-countries-cough.md b/.changeset/smooth-countries-cough.md deleted file mode 100644 index 374af89f715..00000000000 --- a/.changeset/smooth-countries-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Add deprecations and warnings for `addTypename` in `InMemoryCache` and `MockedProvider`. diff --git a/.changeset/spotty-walls-repair.md b/.changeset/spotty-walls-repair.md deleted file mode 100644 index 4a5d6a20be6..00000000000 --- a/.changeset/spotty-walls-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Add deprecations and warnings for `canonizeResults`. diff --git a/.changeset/tidy-bulldogs-exercise.md b/.changeset/tidy-bulldogs-exercise.md deleted file mode 100644 index cb3d14a3a6a..00000000000 --- a/.changeset/tidy-bulldogs-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": minor ---- - -Warn when using a `standby` fetch policy with `client.query`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 000e6e9f6bc..47252be0139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # @apollo/client +## 3.14.0 + +### Minor Changes + +- [#12752](https://github.com/apollographql/apollo-client/pull/12752) [`8b779b4`](https://github.com/apollographql/apollo-client/commit/8b779b428b9dc9dad3e78f02bba6646ff415631d) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add deprecations and warnings to remaining APIs changed in Apollo Client 4.0. + +- [#12746](https://github.com/apollographql/apollo-client/pull/12746) [`0bcd2f4`](https://github.com/apollographql/apollo-client/commit/0bcd2f4ead372eb5928bbd5c00b0bd48e497a5e1) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add warnings and deprecations for options and methods for all React APIs. + +- [#12751](https://github.com/apollographql/apollo-client/pull/12751) [`567cad8`](https://github.com/apollographql/apollo-client/commit/567cad8fcc30ac3b82560abc24970d33f160622e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add `@deprecated` tags to all properties returned from any query API (e.g. `client.query`, `observableQuery.refetch`, etc.), `client.mutate`, and `client.subscribe` that are no longer available in Apollo Client 4.0. + +- [#12746](https://github.com/apollographql/apollo-client/pull/12746) [`0bcd2f4`](https://github.com/apollographql/apollo-client/commit/0bcd2f4ead372eb5928bbd5c00b0bd48e497a5e1) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add `preloadQuery.toPromise(queryRef)` as a replacement for `queryRef.toPromise()`. `queryRef.toPromise()` has been removed in Apollo Client 4.0 in favor of `preloadQuery.toPromise` and is now considered deprecated. + +- [#12736](https://github.com/apollographql/apollo-client/pull/12736) [`ea89440`](https://github.com/apollographql/apollo-client/commit/ea8944013278060ef87dfa4de6663a21b5204880) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add deprecations and deprecation warnings for `ApolloClient` options and methods. + +- [#12763](https://github.com/apollographql/apollo-client/pull/12763) [`5de6a3d`](https://github.com/apollographql/apollo-client/commit/5de6a3d3189afa2a7c3bb2eb08d3c4394ae4a16d) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Version bump only to release latest as `rc`. + +- [#12459](https://github.com/apollographql/apollo-client/pull/12459) [`1c5a031`](https://github.com/apollographql/apollo-client/commit/1c5a0313d388945aeda93b2c1992ad77f4416fa1) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Reset `addTypenameTransform` and `fragments` caches when calling `cache.gc()` only when `resetResultCache` is `true`. + +- [#12743](https://github.com/apollographql/apollo-client/pull/12743) [`92ad409`](https://github.com/apollographql/apollo-client/commit/92ad4097e5c83e0a780ede20db34e9e63fb98e8b) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add deprecations and warnings for `addTypename` in `InMemoryCache` and `MockedProvider`. + +- [#12743](https://github.com/apollographql/apollo-client/pull/12743) [`92ad409`](https://github.com/apollographql/apollo-client/commit/92ad4097e5c83e0a780ede20db34e9e63fb98e8b) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add deprecations and warnings for `canonizeResults`. + +- [#12751](https://github.com/apollographql/apollo-client/pull/12751) [`567cad8`](https://github.com/apollographql/apollo-client/commit/567cad8fcc30ac3b82560abc24970d33f160622e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Warn when using a `standby` fetch policy with `client.query`. + +### Patch Changes + +- [#12750](https://github.com/apollographql/apollo-client/pull/12750) [`ecf3de1`](https://github.com/apollographql/apollo-client/commit/ecf3de1cc9a2cf3aaeba0c945909324b9e4b478a) Thanks [@phryneas](https://github.com/phryneas)! - Prevent field policies from overwriting/merging into supertype field policies. + ## 3.14.0-rc.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index a3e00c341d0..66e4219dc01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.13.9", + "version": "3.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.13.9", + "version": "3.14.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ad00a801d19..a1a882601d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.13.9", + "version": "3.14.0", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [