chore(deps): update dependency @urql/core to v3.2.2 (master) #1127
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:
3.1.1
->3.2.2
Release Notes
urql-graphql/urql
v3.2.2
Compare Source
Patch Changes
Variables
type as passed to generics, that outputs a type of{ [var: string]: never; }
.A legacy/unsupported version of
typescript-urql
, which wrapsurql
's React hooks, generatesempty variables types as the following code snippet, which is not detected:
v3.2.1
Patch Changes
@urql/[email protected]
due to invalid3.2.0
releaseSubmitted by @kitten (See
a84268db
)v3.2.0
Minor Changes
incremental
property on execution results, as per the specification. This will expand support for newer APIs implementing the more up-to-date specificationSubmitted by @kitten (See #3007)
Accept
header to includemultipart/mixed
andapplication/graphql-response+json
. The former seems to now be a defactor standard-accepted indication for support of the "Incremental Delivery" GraphQL over HTTP spec addition/RFC, and the latter is an updated form of the olderContent-Type
of GraphQL responses, so both the old and new one should now be includedSubmitted by @kitten (See #3007)
Patch Changes
@urql/core
APIsSubmitted by @kitten (See #2962)
hasNext
isn't set. ThehasNext
field is an upcoming "Incremental Delivery" field. When a subscription result doesn't set it we now set it totrue
manually. This indicates to thededupExchange
that no duplicate subscription operations should be startedSubmitted by @kitten (See #3015)
GraphQLRequestParams
utility type from whichGraphQLRequest
s are created in all bindingsSubmitted by @kitten (See #3022)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.