Update dependency @apollo/client to v4.2.9 - #1329
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/apollo-graphql-packages
branch
from
July 7, 2026 04:08
4ca178a to
8c867ff
Compare
renovate
Bot
force-pushed
the
renovate/apollo-graphql-packages
branch
13 times, most recently
from
July 12, 2026 09:49
80da1c4 to
e41ccfd
Compare
renovate
Bot
force-pushed
the
renovate/apollo-graphql-packages
branch
8 times, most recently
from
July 20, 2026 07:43
4ce254e to
3c3c053
Compare
renovate
Bot
force-pushed
the
renovate/apollo-graphql-packages
branch
3 times, most recently
from
July 22, 2026 16:03
c9ab443 to
fdb4c25
Compare
renovate
Bot
force-pushed
the
renovate/apollo-graphql-packages
branch
2 times, most recently
from
July 27, 2026 16:26
3f71756 to
71414ef
Compare
renovate
Bot
force-pushed
the
renovate/apollo-graphql-packages
branch
3 times, most recently
from
July 29, 2026 23:04
2a470a5 to
202bc16
Compare
renovate
Bot
force-pushed
the
renovate/apollo-graphql-packages
branch
2 times, most recently
from
July 31, 2026 23:13
f6c7bd2 to
d0ea7b8
Compare
renovate
Bot
force-pushed
the
renovate/apollo-graphql-packages
branch
from
July 31, 2026 23:46
d0ea7b8 to
432db1b
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.2.3→4.2.9Release Notes
apollographql/apollo-client (@apollo/client)
v4.2.9Compare Source
Patch Changes
#13364
2f383e7Thanks @atharv-sys32! - Fix a bug where GraphQL variable default values were not applied during cache reads when variables with defaults were explicitly set toundefined. This caused@include/@skipdirectives to throw "Invalid variable referenced" errors when the variable was passed asundefinedinstead of being omitted entirely.#13367
2b39cc8Thanks @jerelmiller! - Fix an issue where some@exportqueries would not react to cache updates when the fields keyed by exported variables were updated.v4.2.8Compare Source
Patch Changes
501a33bThanks @jerelmiller! - Prevent thesetTimeoutinconnectToDevtoolsthat shows the devtools suggestion from firing when the user agent does not match Chrome or Firefox. This check was previously done inside thesetTimeoutwhich meant the timer was scheduled for environments where we'd never show the message anyways. For test environments, this could cause flaky tests when thatsetTimeoutoutlived the tests and ran after any virtual DOM was torn down and removed.v4.2.7Compare Source
Patch Changes
538c906Thanks @jerelmiller! - Cleanup some unused internals. Please file an issue if you notice anything change.v4.2.6Compare Source
Patch Changes
#13315
a406cc9Thanks @fallintoplace! - Prevent relay multipart subscriptions from issuing a fetch request after serializing the request body fails.#13307
abd0781Thanks @wolfie! - Speed up cache writes by avoiding a full ASTvisitof every written field to detect@stream. The check now runs only when the result carries stream info, and only inspects the field node's own directives. As a result, fields that merely contain@streamon a nested field are no longer treated as streamed themselves and now overwrite existing lists like regular fields instead of merging chunk-wise.v4.2.5Compare Source
Patch Changes
bb75dd3Thanks @tpict! - ExportKeyArgsFunctionandRelayFieldPolicytypes from public entrypoints.v4.2.4Compare Source
Patch Changes
e4df809Thanks @jerelmiller! - Fixes an issue whereclient.readFragmentandclient.readQueryignored theoptimisticoption when passed in the options object.Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.