Skip to content
New issue

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

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

Already on GitHub? # to your account

Version Packages #11855

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Version Packages #11855

merged 1 commit into from
Jun 12, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 17, 2024

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

Releases

@apollo/client@3.10.5

Patch Changes

  • #11888 7fb7939 Thanks @phryneas! - switch useRenderGuard to an approach not accessing React's internals

  • #11511 6536369 Thanks @phryneas! - useLoadableQuery: ensure that loadQuery is updated if the ApolloClient instance changes

  • #11860 8740f19 Thanks @alessbell! - Fixes #11849 by reevaluating window.fetch each time BatchHttpLink uses it, if not configured via options.fetch. Takes the same approach as PR #8603 which fixed the same issue in HttpLink.

  • #11852 d502a69 Thanks @phryneas! - Fix a bug where calling the useMutation reset function would point the hook to an outdated client reference.

  • #11329 3d164ea Thanks @PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string

  • #11852 d502a69 Thanks @phryneas! - Prevent writing to a ref in render in useMutation.
    As a result, you might encounter problems in the future if you call the mutation's execute function during render. Please note that this was never supported behavior, and we strongly recommend against it.

  • #11848 ad63924 Thanks @phryneas! - Ensure covariant behavior: MockedResponse<X,Y> should be assignable to MockedResponse

  • #11851 45c47be Thanks @phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.

  • #11877 634d91a Thanks @phryneas! - Add missing name to tuple member (fix TS5084)

  • #11851 45c47be Thanks @phryneas! - Fix a bug where useLazyQuery would not pick up a client change.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 64f0abe to 12b7169 Compare May 17, 2024 16:43
Copy link

netlify bot commented May 17, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 4ec2798
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/6669e61e3628680008799cfb
😎 Deploy Preview https://deploy-preview-11855--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.

@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 845a893 to 3c47e25 Compare May 21, 2024 09:34
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from de4fc97 to 52cfe73 Compare June 7, 2024 09:22
@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from 2d16002 to 826d23f Compare June 12, 2024 18:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from 826d23f to 4ec2798 Compare June 12, 2024 18:17
@github-actions github-actions bot added the auto-cleanup 🤖 label Jun 12, 2024
@jerelmiller
Copy link
Member

Tests pass but for whatever reason the status isn't reported, so I'm going to go ahead and merge 🙂

@jerelmiller jerelmiller merged commit a739dfd into main Jun 12, 2024
35 of 38 checks passed
@jerelmiller jerelmiller deleted the changeset-release/main branch June 12, 2024 18:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 13, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BatchHTTPLink is not monitoring friendly
1 participant