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 (alpha) #12179

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 Dec 6, 2024

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

  • #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.

  • #12292 3abd944 Thanks @phryneas! - Remove unused dependency response-iterator

  • #12287 bf313a3 Thanks @phryneas! - Fixes an issue where client.watchFragment/useFragment with @includes crashes when a separate cache update writes to the conditionally included fields.

@svc-apollo-docs
Copy link

svc-apollo-docs commented Dec 6, 2024

⚠️ 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: cfa0ca700f2ece6fd11e5c45

Copy link

pkg-pr-new bot commented Dec 6, 2024

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

commit: aea5115

Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit aea5115
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/679164b51e93bc00086d4796
😎 Deploy Preview https://deploy-preview-12179--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 d822701 to 3a4b08c Compare December 19, 2024 20:41
Copy link
Contributor Author

github-actions bot commented Dec 19, 2024

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 40.67 KB (+0.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 50.1 KB (+0.05% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 47.21 KB (+0.05% 🔺)
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.47% 🔺)
import { ApolloProvider } from "dist/react/index.js" (production) 1.25 KB (+0.4% 🔺)
import { useQuery } from "dist/react/index.js" 5.22 KB (+0.14% 🔺)
import { useQuery } from "dist/react/index.js" (production) 4.3 KB (+0.14% 🔺)
import { useLazyQuery } from "dist/react/index.js" 5.71 KB (+0.11% 🔺)
import { useLazyQuery } from "dist/react/index.js" (production) 4.78 KB (+0.13% 🔺)
import { useMutation } from "dist/react/index.js" 3.62 KB (+0.17% 🔺)
import { useMutation } from "dist/react/index.js" (production) 2.85 KB (+0.21% 🔺)
import { useSubscription } from "dist/react/index.js" 4.43 KB (+0.16% 🔺)
import { useSubscription } from "dist/react/index.js" (production) 3.49 KB (+0.2% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" 5.52 KB (+0.11% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.17 KB (+0.17% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" 5.02 KB (+0.12% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.67 KB (+0.17% 🔺)
import { useLoadableQuery } from "dist/react/index.js" 5.1 KB (+0.14% 🔺)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.74 KB (+0.14% 🔺)
import { useReadQuery } from "dist/react/index.js" 3.42 KB (+0.18% 🔺)
import { useReadQuery } from "dist/react/index.js" (production) 3.36 KB (+0.3% 🔺)
import { useFragment } from "dist/react/index.js" 2.37 KB (+0.25% 🔺)
import { useFragment } from "dist/react/index.js" (production) 2.32 KB (+0.22% 🔺)

@apollogithubactionsbot apollogithubactionsbot bot force-pushed the changeset-release/release-3.13 branch 2 times, most recently from 962487b to 81f539d Compare January 11, 2025 00:48
@apollogithubactionsbot apollogithubactionsbot bot force-pushed the changeset-release/release-3.13 branch 3 times, most recently from 9771f6c to 86e3396 Compare January 22, 2025 21:26
@apollogithubactionsbot apollogithubactionsbot bot force-pushed the changeset-release/release-3.13 branch from 86e3396 to aea5115 Compare January 22, 2025 21:35
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