-
Notifications
You must be signed in to change notification settings - Fork 575
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
chore(deps): update dependency @urql/core to v5 #3345
Conversation
🦋 Changeset detectedLatest commit: 0b39eea The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-yoga/apollo-link |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/graphiql |
4.3.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
5.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs-federation |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/apollo-managed-federation |
0.3.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
2.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-jwt |
2.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
5.3.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
3.8.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
3.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
5.6.1-alpha-20240701220047-0b39eeac |
npm ↗︎ unpkg ↗︎ |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
✅ Benchmark Results
|
💻 Website PreviewThe latest changes are available as preview in: https://fc4648be.graphql-yoga.pages.dev |
Apollo Federation Subgraph Compatibility Results
Learn more: |
This PR contains the following updates:
^3.0.0 || ^4.0.0
->^5.0.0
4.0.10
->5.0.4
Release Notes
urql-graphql/urql (@urql/core)
v5.0.4
Compare Source
Patch Changes
OperationKey
to take files into account, before wewould encode them to
null
resulting in every mutation with the same variables(excluding the files) to have the same key. This resulted in mutations that upload
different files at the same time to share a result in GraphCache
Submitted by @JoviDeCroock (See #3601)
v5.0.3
Compare Source
Patch Changes
documentId
from persisted documents for document keys, when it's availableSubmitted by @kitten (See #3575)
v5.0.2
Compare Source
Patch Changes
For example, this issue presents itself when Graphcache is concurrently updating multiple, inter-dependent queries with shared entities. One query completing while others are still in-flight may lead to duplicate operations being issued
Submitted by @JoviDeCroock (See #3573)
v5.0.1
Compare Source
Patch Changes
@ts-ignore
on TypeScript peer dependency import in typings not being applied due to a leading!
characterSubmitted by @kitten (See #3567)
v5.0.0
Compare Source
Major Changes
dedupExchange
Submitted by @JoviDeCroock (See #3520)
maskTypename
Submitted by @JoviDeCroock (See #3520)
Patch Changes
@0no-co/graphql.web
to1.0.5
Submitted by @kitten (See #3553)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.