Skip to content
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

Version Packages (rc) #12337

Open
wants to merge 1 commit into
base: release-3.13
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 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.13, this PR will be updated.

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

release-3.13 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.13.

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

Releases

@apollo/[email protected]

Minor Changes

  • #12066 c01da5d Thanks @jerelmiller! - Adds a new useSuspenseFragment hook.

    useSuspenseFragment suspends until data is complete. It is a drop-in replacement for useFragment when you prefer to use Suspense to control the loading state of a fragment.

  • #12174 ba5cc33 Thanks @jerelmiller! - Ensure errors thrown in the onCompleted callback from useMutation don't call onError.

  • #12174 ba5cc33 Thanks @jerelmiller! - Reject the mutation promise if errors are thrown in the onCompleted callback of useMutation.

Patch Changes

  • #12296 2422df2 Thanks @Cellule! - Deprecate option ignoreResults in useMutation.
    Once this option is removed, existing code still using it might see increase in re-renders.
    If you don't want to synchronize your component state with the mutation, please use useApolloClient to get your ApolloClient instance and call client.mutate directly.

@apollogithubactionsbot apollogithubactionsbot bot force-pushed the changeset-release/release-3.13 branch from 3efa98a to e0b5c34 Compare February 3, 2025 17:58
@svc-apollo-docs
Copy link

svc-apollo-docs commented Feb 3, 2025

⚠️ Docs preview not attached to branch

The preview was not built because the PR's base branch release-3.13 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: 26809998463d368aca9bc9a2

@apollogithubactionsbot apollogithubactionsbot bot force-pushed the changeset-release/release-3.13 branch from e0b5c34 to 337c49f Compare February 3, 2025 17:58
Copy link

pkg-pr-new bot commented Feb 3, 2025

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

commit: 7466f01

Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for apollo-client-docs ready!

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

github-actions bot commented Feb 3, 2025

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 41.19 KB (+0.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 50.63 KB (+0.03% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 47.71 KB (+0.03% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 36.19 KB (+0.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 33.58 KB (+0.02% 🔺)
import { ApolloProvider } from "dist/react/index.js" 1.26 KB (+0.32% 🔺)
import { ApolloProvider } from "dist/react/index.js" (production) 1.24 KB (+0.24% 🔺)
import { useQuery } from "dist/react/index.js" 5.21 KB (+0.08% 🔺)
import { useQuery } from "dist/react/index.js" (production) 4.3 KB (+0.1% 🔺)
import { useLazyQuery } from "dist/react/index.js" 5.71 KB (+0.06% 🔺)
import { useLazyQuery } from "dist/react/index.js" (production) 4.78 KB (+0.07% 🔺)
import { useMutation } from "dist/react/index.js" 3.62 KB (+0.09% 🔺)
import { useMutation } from "dist/react/index.js" (production) 2.84 KB (+0.14% 🔺)
import { useSubscription } from "dist/react/index.js" 4.43 KB (+0.07% 🔺)
import { useSubscription } from "dist/react/index.js" (production) 3.48 KB (+0.09% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" 5.88 KB (+0.07% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.54 KB (+0.09% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" 5.37 KB (+0.08% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" (production) 4.04 KB (+0.08% 🔺)
import { useLoadableQuery } from "dist/react/index.js" 5.46 KB (+0.08% 🔺)
import { useLoadableQuery } from "dist/react/index.js" (production) 4.11 KB (+0.1% 🔺)
import { useReadQuery } from "dist/react/index.js" 3.42 KB (+0.09% 🔺)
import { useReadQuery } from "dist/react/index.js" (production) 3.36 KB (+0.21% 🔺)
import { useFragment } from "dist/react/index.js" 2.37 KB (+0.17% 🔺)
import { useFragment } from "dist/react/index.js" (production) 2.32 KB (+0.13% 🔺)

Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 7466f01
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/67a2a11d34c3a20008783fca
😎 Deploy Preview https://deploy-preview-12337--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.13 branch from 337c49f to 7466f01 Compare February 4, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant