Skip to content

Move typename transform and fragment cache resets to resetResultCache #12459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 20, 2025

Conversation

jerelmiller
Copy link
Member

@jerelmiller jerelmiller commented Mar 19, 2025

Should address #12360

Copy link

changeset-bot bot commented Mar 19, 2025

🦋 Changeset detected

Latest commit: 37b0803

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@apollo/client Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@svc-apollo-docs
Copy link

svc-apollo-docs commented Mar 19, 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: 5e65deeb92cd4575ee1e1eac

Copy link

pkg-pr-new bot commented Mar 19, 2025

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

commit: 92e632a

Copy link

netlify bot commented Mar 19, 2025

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 37b0803
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/67dc2c87187103000808550b
😎 Deploy Preview https://deploy-preview-12459--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.

Copy link
Contributor

github-actions bot commented Mar 19, 2025

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 41.24 KB (-0.03% 🔽)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (CJS) 50.7 KB (-0.01% 🔽)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (production) (CJS) 47.78 KB (-0.02% 🔽)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" 36.24 KB (-0.03% 🔽)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (production) 33.63 KB (-0.03% 🔽)
import { ApolloProvider } from "@apollo/client/react" 1.26 KB (0%)
import { ApolloProvider } from "@apollo/client/react" (production) 1.24 KB (0%)
import { useQuery } from "@apollo/client/react" 5.21 KB (0%)
import { useQuery } from "@apollo/client/react" (production) 4.29 KB (0%)
import { useLazyQuery } from "@apollo/client/react" 4.78 KB (0%)
import { useMutation } from "@apollo/client/react" 3.62 KB (0%)
import { useMutation } from "@apollo/client/react" (production) 2.84 KB (0%)
import { useSubscription } from "@apollo/client/react" 4.42 KB (0%)
import { useSubscription } from "@apollo/client/react" (production) 3.48 KB (0%)
import { useSuspenseQuery } from "@apollo/client/react" 5.89 KB (0%)
import { useSuspenseQuery } from "@apollo/client/react" (production) 4.55 KB (0%)
import { useBackgroundQuery } from "@apollo/client/react" 5.38 KB (0%)
import { useBackgroundQuery } from "@apollo/client/react" (production) 4.04 KB (0%)
import { useLoadableQuery } from "@apollo/client/react" 5.47 KB (0%)
import { useLoadableQuery } from "@apollo/client/react" (production) 4.12 KB (0%)
import { useReadQuery } from "@apollo/client/react" 3.43 KB (0%)
import { useReadQuery } from "@apollo/client/react" (production) 3.37 KB (0%)
import { useFragment } from "@apollo/client/react" 2.36 KB (0%)
import { useFragment } from "@apollo/client/react" (production) 2.31 KB (0%)

@jerelmiller jerelmiller changed the base branch from main to release-3.14 March 19, 2025 18:21
@jerelmiller jerelmiller requested a review from phryneas March 19, 2025 18:21
Copy link
Member

@phryneas phryneas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a good solution to me.

@github-actions github-actions bot added the auto-cleanup 🤖 label Mar 20, 2025
@jerelmiller jerelmiller merged commit 1c5a031 into release-3.14 Mar 20, 2025
36 checks passed
@jerelmiller jerelmiller deleted the jerel/move-some-gc branch March 20, 2025 15:01
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 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