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 #2154

Merged
merged 1 commit into from
Jan 30, 2022
Merged

Version Packages #2154

merged 1 commit into from
Jan 30, 2022

Conversation

urql-ci
Copy link
Contributor

@urql-ci urql-ci commented Dec 16, 2021

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

@urql/[email protected]

Minor Changes

  • Allow for repeated mutations that have similar inputs which results in the same key, this is for instance the case with file uploads, by @JoviDeCroock (See #2189)

Patch Changes

  • Bump @graphql-typed-document-node/core to 3.1.1 for graphql@16 support, by @JoviDeCroock (See #2153)
  • ⚠️ Fix error bubbling, when an error happened in the exchange-pipeline we would treat it as a GraphQL-error, by @JoviDeCroock (See #2210)
  • Filter network-only requests from the ssrExchange, this is to enable staleWhileRevalidated queries to successfully dispatch their queries, by @JoviDeCroock (See #2198)

[email protected]

Minor Changes

  • Leverage the new use-sync-external-store package and useSyncExternalStore hook in useQuery implementation to bring the state synchronisation in React in line with React v18. While the current implementation works already with React Suspense and React Concurrent this will reduce the maintenance burden of our implementation and ensure certain guarantees so that React doesn't break us, by @JoviDeCroock (See #2164)

Patch Changes

@urql/[email protected]

Patch Changes

  • ⚠️ Fix issue where the in-memory cache would not be cleared, by @benmechen (See #2222)

@urql-ci urql-ci force-pushed the changeset-release/main branch 3 times, most recently from a540921 to 4b4a4a7 Compare January 10, 2022 10:18
@urql-ci urql-ci force-pushed the changeset-release/main branch 2 times, most recently from be17c73 to a78d933 Compare January 21, 2022 20:49
@no-itsbackpack
Copy link

👋🏾 hey friends, any update on getting this version merged ❤️

@kitten
Copy link
Member

kitten commented Jan 28, 2022

We're unlikely to merge it until #2164 is actually complete and merged

@kitten kitten merged commit 4d4827c into main Jan 30, 2022
@kitten kitten deleted the changeset-release/main branch January 30, 2022 13:24
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.

4 participants