Update dependency @urql/core to v4.3.0 - #34
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
July 19, 2023 12:11
8b9c74e to
e283212
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
July 21, 2023 16:38
e283212 to
0bf8c9f
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
July 30, 2023 18:59
0bf8c9f to
0f33c12
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
August 9, 2023 12:53
0f33c12 to
8b28513
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
August 31, 2023 18:08
8b28513 to
c312532
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
September 18, 2023 22:25
c312532 to
c9734f4
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
October 19, 2023 20:25
c9734f4 to
0a10969
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
November 14, 2023 22:14
0a10969 to
dffa620
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
December 10, 2023 19:22
dffa620 to
0fdc7e0
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
December 12, 2023 16:08
0fdc7e0 to
f286ff1
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
January 17, 2024 20:39
f286ff1 to
2c31c17
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
March 3, 2024 13:36
2c31c17 to
63bf26e
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
June 4, 2024 15:08
63bf26e to
89505ce
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
September 25, 2025 17:29
89505ce to
ceef0f0
Compare
renovate
Bot
force-pushed
the
renovate/urql-core-4.x-lockfile
branch
from
February 12, 2026 12:38
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: (UTC)
🚦 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.