Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 20, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-3.14, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-3.14 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-3.14.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@apollo/client@3.14.0-alpha.0

Minor Changes

  • #12746 0bcd2f4 Thanks @jerelmiller! - Add warnings and deprecations for options and methods for all React APIs.

  • #12746 0bcd2f4 Thanks @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 ea89440 Thanks @jerelmiller! - Add deprecations and deprecation warnings for ApolloClient options and methods.

  • #12459 1c5a031 Thanks @jerelmiller! - Reset addTypenameTransform and fragments caches when calling cache.gc() only when resetResultCache is true.

  • #12743 92ad409 Thanks @jerelmiller! - Add deprecations and warnings for addTypename in InMemoryCache and MockedProvider.

  • #12743 92ad409 Thanks @jerelmiller! - Add deprecations and warnings for canonizeResults.

Patch Changes

  • #12750 ecf3de1 Thanks @phryneas! - Prevent field policies from overwriting/merging into supertype field policies.

@svc-apollo-docs
Copy link

svc-apollo-docs commented Mar 20, 2025

⚠️ Docs preview not attached to branch

The preview was not built because the PR's base branch release-3.14 is not in the list of sources.

An Apollo team member can comment one of the following commands to dictate which branch to attach the preview to:

  • !docs set-base-branch version-2.6
  • !docs set-base-branch main

Build ID: 4ccc85e3cc74117458a9b255

@netlify
Copy link

netlify bot commented Mar 20, 2025

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 6f10acf
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/67dc2df5d6d3830008dbf016
😎 Deploy Preview https://deploy-preview-12469--apollo-client-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@apollogithubactionsbot apollogithubactionsbot bot force-pushed the changeset-release/release-3.14 branch from 6f10acf to 47a4cb8 Compare June 24, 2025 00:04
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 24, 2025

npm i https://pkg.pr.new/@apollo/client@12469

commit: 5a94a03

@github-actions
Copy link
Contributor Author

github-actions bot commented Jun 24, 2025

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 41.68 KB (+0.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (CJS) 52.73 KB (+0.05% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (production) (CJS) 48.75 KB (+0.04% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" 36.9 KB (+0.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (production) 33.92 KB (+0.03% 🔺)
import { ApolloProvider } from "@apollo/client/react" 1.26 KB (+0.47% 🔺)
import { ApolloProvider } from "@apollo/client/react" (production) 1.25 KB (+0.48% 🔺)
import { useQuery } from "@apollo/client/react" 10.55 KB (+0.05% 🔺)
import { useQuery } from "@apollo/client/react" (production) 9.16 KB (+0.07% 🔺)
import { useLazyQuery } from "@apollo/client/react" 9.74 KB (+0.08% 🔺)
import { useMutation } from "@apollo/client/react" 3.95 KB (+0.15% 🔺)
import { useMutation } from "@apollo/client/react" (production) 2.98 KB (+0.2% 🔺)
import { useSubscription } from "@apollo/client/react" 4.57 KB (+0.15% 🔺)
import { useSubscription } from "@apollo/client/react" (production) 3.62 KB (+0.19% 🔺)
import { useSuspenseQuery } from "@apollo/client/react" 6.13 KB (+0.12% 🔺)
import { useSuspenseQuery } from "@apollo/client/react" (production) 4.65 KB (+0.15% 🔺)
import { useBackgroundQuery } from "@apollo/client/react" 5.63 KB (+0.13% 🔺)
import { useBackgroundQuery } from "@apollo/client/react" (production) 4.14 KB (+0.17% 🔺)
import { useLoadableQuery } from "@apollo/client/react" 5.7 KB (+0.11% 🔺)
import { useLoadableQuery } from "@apollo/client/react" (production) 4.22 KB (+0.17% 🔺)
import { useReadQuery } from "@apollo/client/react" 3.44 KB (+0.18% 🔺)
import { useReadQuery } from "@apollo/client/react" (production) 3.38 KB (+0.18% 🔺)
import { useFragment } from "@apollo/client/react" 2.56 KB (+0.31% 🔺)
import { useFragment } from "@apollo/client/react" (production) 2.42 KB (+0.21% 🔺)

@apollo-librarian
Copy link

apollo-librarian bot commented Jun 24, 2025

❌ Docs preview failed

The preview failed to build.

Build ID: 69863bcbfd75dc7414aa2d49

Errors

General: other side closed

@apollogithubactionsbot apollogithubactionsbot bot force-pushed the changeset-release/release-3.14 branch 3 times, most recently from d083274 to 2a7a7e2 Compare June 27, 2025 17:04
@apollogithubactionsbot apollogithubactionsbot bot force-pushed the changeset-release/release-3.14 branch from 2a7a7e2 to e8ebd1a Compare June 27, 2025 18:04
@github-actions github-actions bot added the auto-cleanup 🤖 label Jun 27, 2025
@jerelmiller jerelmiller merged commit 3e7cfe8 into release-3.14 Jun 27, 2025
40 of 43 checks passed
@jerelmiller jerelmiller deleted the changeset-release/release-3.14 branch June 27, 2025 18:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants