chore(deps): update dependency @urql/core to v4.3.0#34
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @urql/core to v4.3.0#34renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
8b9c74e to
e283212
Compare
e283212 to
0bf8c9f
Compare
0bf8c9f to
0f33c12
Compare
0f33c12 to
8b28513
Compare
8b28513 to
c312532
Compare
c312532 to
c9734f4
Compare
c9734f4 to
0a10969
Compare
0a10969 to
dffa620
Compare
dffa620 to
0fdc7e0
Compare
0fdc7e0 to
f286ff1
Compare
f286ff1 to
2c31c17
Compare
2c31c17 to
63bf26e
Compare
63bf26e to
89505ce
Compare
89505ce to
ceef0f0
Compare
ceef0f0 to
6d5008f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.0.10→4.3.0Release Notes
urql-graphql/urql (@urql/core)
v4.3.0Compare Source
Minor Changes
multipart/mixedresponses (result properties essentially are namespaced on apayloadkey)Submitted by @JoviDeCroock (See #3499)
DocumentNodewith no/empty definitions and adocumentIdproperty is considered a persisted document. When this is detected adocumentIdparameter rather than aquerystring is sent to the GraphQL API, similar to Automatic Persisted Queries (APQs). However, APQs are only supported via@urql/exchange-persisted, while support fordocumentIdis now built-inSubmitted by @kitten (See #3515)
Patch Changes
urlto be a plain, non-URL pathname (i.e./api/graphql) to be used withpreferGetMethodSubmitted by @akrantz01 (See #3514)
Headersclass being used infetchOptionsSubmitted by @JoviDeCroock (See #3505)
v4.2.3Compare Source
Patch Changes
Submitted by @JoviDeCroock (See #3464)
v4.2.2Compare Source
Patch Changes
cacheExchangecrashing oncache-onlyrequest policies with cache misses due toundefinedresultsSubmitted by @JoviDeCroock (See #3459)
v4.2.1Compare Source
Patch Changes
Submitted by @SoraKumo001 (See #3453)
v4.2.0Compare Source
Minor Changes
text/plaincontent-type as JSON before bailing out with an errorSubmitted by @JoviDeCroock (See #3430)
v4.1.4Compare Source
Patch Changes
@defer/@streamtransport protocol spec changesSubmitted by @JoviDeCroock (See #3389)
errorsbut as an object. Addinga check whether we are really dealing with an Array of errors enables this
Submitted by @JoviDeCroock (See #3395)
preferGetMethod: 'force' | 'within-url-limit'not being applied correctly by theClientSubmitted by @Burbenog (See #3403)
v4.1.3Compare Source
Patch Changes
teardownoperation handling in thessrExchange. This could lead to duplicate network operations being executedSubmitted by @kitten (See #3386)
v4.1.2Compare Source
Patch Changes
client.reexecuteOperationcalls to allow stalled operations from continuing and re-executing. Previously, this could cause@urql/exchange-graphcacheto stall if an optimistic mutation led to a cache missSubmitted by @kitten (See #3363)
v4.1.1Compare Source
Patch Changes
subscriptionExchangeto handleGraphQLError[]received in theerrorobserver callback.Note: This doesn't strictly check for the
GraphQLErrorshape and only checks for arrays and receiving errors in theExecutionResulton thenextobserver callback is preferred and recommended for transportsSubmitted by @kitten (See #3346)
v4.1.0Compare Source
Minor Changes
formatDocumentto outputFormattedNodetype mapping. The formatter will now annotate added__typenamefields with_generated: true, place selection nodes' directives onto a_directivesdictionary, and will filter directives to not include"_"underscore prefixed directives in the final query. This prepares us for a feature that allows enhanced client-side directives in GraphcacheSubmitted by @kitten (See #3317)
Patch Changes
OperationContext.optimisticflag as an internal indication on whether a mutation triggered an optimistic update in@urql/exchange-graphcache'scacheExchangeSubmitted by @kitten (See #3308)
v4.0.11Compare Source
Patch Changes
maskTypenameto apply masking earlier in the chainSubmitted by @kitten (See #3298)
ssrExchangenot formatting query documents usingformatDocument. Without this call we'd run the risk of not having__typenameavailable on the client-side when rehydratingSubmitted by @kitten (See #3288)
maskTypenameoption.Masking typenames in a result is no longer recommended. It’s only
useful when multiple pre-conditions are applied and inferior to
mapping to an input object manually
Submitted by @kitten (See #3299)
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.