fix(deps): update dependency urql to v4 #66
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.3
->4.2.1
Release Notes
urql-graphql/urql (urql)
v4.2.1
Compare Source
Patch Changes
hasNext
to the query and mutation resultsSubmitted by @JoviDeCroock (See #3703)
v4.2.0
Compare Source
Minor Changes
Submitted by @AndrewIngram (See #3687)
v4.1.0
Compare Source
Minor Changes
@urql/core
as a peer dependency as well as a regular dependencySubmitted by @kitten (See #3579)
Patch Changes
null
valuesSubmitted by @kitten (See #3581)
v4.0.7
Compare Source
Patch Changes
v4.0.6
Compare Source
Patch Changes
context.suspense
and fallback to checkingclient.suspense
Submitted by @JoviDeCroock (See #3427)
v4.0.5
Compare Source
Patch Changes
useQuery
anduseSubscription
to fail when they’re called in their state after a render that changespause
. This would previously cause internal dependencies to be outdated and the source to be discarded immediately in some casesSubmitted by @kitten (See #3323)
v4.0.4
Compare Source
Patch Changes
react
imports to namespace imports, and update build process for CommonJS outputs to interoperate with__esModule
marked modules againSubmitted by @kitten (See #3251)
v4.0.3
Compare Source
Patch Changes
Submitted by @kitten (See #3201)
v4.0.2
Compare Source
Patch Changes
Submitted by @nathan-knight (See #3195)
v4.0.1
Compare Source
Patch Changes
Submitted by @kitten (See #3180)
v4.0.0
Compare Source
Major Changes
Client
fromContext
. Previously,urql
kept a legacy default client in its context, with default exchanges and calling an API at/graphql
. This has now been removed and you will have to create your ownClient
if you were relying on this behaviourSubmitted by @JoviDeCroock (See #3033)
Minor Changes
hasNext: true
is set, which indicates deferred or streamed resultsSubmitted by @kitten (See #3103)
Patch Changes
sourcesContent
, including additional source files, and had incorrect paths in some of themSubmitted by @kitten (See #3053)
wonka@^6.3.0
Submitted by @kitten (See #3104)
Submitted by @kitten (See #3095)
urql
bindings packagesSubmitted by @kitten (See #3079)
v3.0.4
Compare Source
Patch Changes
variables
properties optional when a type fromTypedDocumentNode
has noVariables
or all optionalVariables
. Previously this would break for wrappers, e.g. in code generators, or when the type didn't quite match what we'd expectSubmitted by @kitten (See #3022)
v3.0.3
Compare Source
Patch Changes
fetching
going tofalse
after changing variables in a subscription, by @JoviDeCroock (See #2667)v3.0.2
Compare Source
Patch Changes
v3.0.1
Compare Source
Patch Changes
v3.0.0
Compare Source
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.