fix(deps): update all non-major dependencies - #573
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
8 times, most recently
from
August 2, 2026 23:27
3346556 to
0349606
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
11 times, most recently
from
August 10, 2026 02:52
a4a00d5 to
e2a579d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
August 17, 2026 03:53
e1d84f3 to
3103943
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
August 24, 2026 04:29
bb372bc to
3c5e436
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
August 31, 2026 23:42
62e59ad to
432a2e2
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
8 times, most recently
from
September 8, 2026 02:33
a5197e1 to
5837541
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 8, 2026 17:31
5837541 to
336ffdf
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.4→4.2.125.1.3→5.1.50.37.7→0.39.07.0.0→7.0.116.3.2→16.3.314.6.1→14.6.77.3.5→7.4.07.3.5→7.4.07.3.5→7.4.024.13.2→24.13.319.2.17→19.2.1819.2.3→19.2.78.62.0→8.69.08.70.08.62.0→8.69.08.70.0v7.0.0→v7.0.116.4.7→16.6.1v1.2.7→v1.2.910.6.0→10.10.05.2.4→5.4.017.0.1→17.0.217.0.8→17.4.117.5.00.52.2→0.56.01.8.0→1.9.024.18.0→24.20.09.4.1→9.5.119.2.7→19.2.819.2.7→19.2.88.1.1→8.1.319.2.7→19.2.81.101.0→1.104.014.0.1→14.0.2Release Notes
apollographql/apollo-client (@apollo/client)
v4.2.12Compare Source
Patch Changes
56ca81bThanks @QiRaining! - Preserve multi-byte UTF-8 characters split across multipart response chunks.v4.2.11Compare Source
Patch Changes
#13398
3dd3e9aThanks @phryneas! - Fix type signature of someDocumentationTypesto fix their display in our documentation.#13392
d4f0771Thanks @jerelmiller! - Add a development-only warning when a network result is written to the cache but reading the query back from the cache returns a partial result. This usually points at amergeorreadfunction that did not repair missing fields in the cache, which prevents Apollo Client from applying the cache result to the data received by the network.v4.2.10Compare Source
Patch Changes
#13385
bfb674eThanks @jerelmiller! - Fix accidental widening of theclient.mutatereturn type whenoptimisticResponsewas present.#13382
365373eThanks @jerelmiller! - Fix result types widened when a query's variables had constant types (e.g.TypedDocumentNode<Data, { type: "main" }>). This caused options such asreturnPartialDataorerrorPolicyto be reported as their widened types (e.g.boolean,ErrorPolicy) instead of the value that was passed which returned the wrongdataanddataStatetypes.#13382
365373eThanks @jerelmiller! - Fix issue where unknown options were permitted by TypeScript when passed alongside a valid option to APIs with modern signatures.#13383
5840f50Thanks @jerelmiller! - Update the return type ofrefetch,fetchMoreanduseLazyQuery'sexecutefunction on the providederrorPolicy. Previously these APIs all used the default type which typeddataasTData | undefinedanderrorasErrorLike | undefined.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.graphql/graphiql (@graphiql/plugin-explorer)
v5.1.5Compare Source
Patch Changes
65867b5,6d57aad,1cb7eba]:v5.1.4Compare Source
Patch Changes
6090495,e751f65]:graphql/graphiql (@graphiql/react)
v0.39.0Compare Source
Minor Changes
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation,type information, autocomplete, hover, and editor integrations. Enable it with
experimentalFragmentArguments: true; it defaults tofalseuntil servercapabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while
including variables from operations that spread the current fragment.
Patch Changes
#4468
65867b5Thanks @therealyo! - Keep the active tab selected when a tab to its right is closed.closeTabdecrementedactiveTabIndexunconditionally, without comparing it to the index of the closed tab.Closing a tab positioned after the active one does not shift the active tab
Closing the active tab, or a tab before it, is unchanged.
#4476
6d57aadThanks @trevor-scheer! - Fix an extra empty tab being created on reload. Thequery/variables/headersstorage keys are only written on edit, so reloading a session that never touched the editors found no stored editor state matching any tab and pushed a new empty one.Updated dependencies [
d0a34f4,1cb7eba,296214d]:v0.38.0Compare Source
Minor Changes
e751f65Thanks @dargmuesli! - AddcustomScalarSchemasprop toGraphiQLProvider/GraphiQL, forwarded tomonaco-graphql's per-schemacustomScalarSchemasconfig. Without it, the variable editor's live JSON Schema linter assumes every custom scalar only accepts primitives (string, number, boolean, integer) and reports a spurious "Incorrect type" error for scalars that legitimately accept objects or arrays (e.g. aJSONorGeoJSONscalar).graphql-language-serviceandmonaco-graphqlalready supported this per-scalar override;@graphiql/reactjust never exposed it.Patch Changes
#4430
6090495Thanks @trevor-scheer! - Disable Fira Code's font ligatures in the Monaco editors. Programming ligatures rewrote valid GraphQL into misleading glyphs — most notablyInt!=1(a non-nullIntwith a default value of1) rendered asInt≠1, implying an inequality that isn't there. Characters now render literally. The Windows caret fix from #4040 is preserved.Updated dependencies [
0893da7]:testing-library/jest-dom (@testing-library/jest-dom)
v7.0.1Compare Source
testing-library/react-testing-library (@testing-library/react)
v16.3.3Compare Source
Bug Fixes
testing-library/user-event (@testing-library/user-event)
v14.6.7Compare Source
v14.6.6Compare Source
Bug Fixes
v14.6.5Compare Source
Bug Fixes
v14.6.4Compare Source
v14.6.3Compare Source
Turfjs/turf (@turf/bbox)
v7.4.0Compare Source
What's Changed
@turf/bearing
@turf/bezier
@turf/boolean-contains
@turf/boolean-crosses
@turf/boolean-disjoint
@turf/boolean-point-in-polygon
@turf/boolean-valid
@turf/boolean-within
Internally this has been rewritten to use @turf/boolean-contains. This increases correctness, but the additional checks may have regressed performance slightly depending on inputs (it is actually faster for some inputs).
@turf/clusters-dbscan
unitsoption by @mradlinski in #3026@turf/combine
@turf/convex
@turf/helpers
@turf/line-arc
@turf/line-overlap
tolerance(#2582) by @jonovotny in #3071@turf/polygonize
@turf/projection
@turf/transform-scale, @turf/transform-translate, @turf/transform-rotate
Internal:
New Contributors
Full Changelog: Turfjs/turf@v7.3.5...v7.4.0
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.69.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.68.0Compare Source
🚀 Features
🩹 Fixes
ignoreVoid: falseresults in false negative in ArrowFunctionExpression (#12646)❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.67.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.66.0Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.65.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.64.0Compare Source
🚀 Features
using/await usingdeclarations and deprecate the rule (#12500)🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.63.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.62.1Compare Source
🩹 Fixes
Configuration
📅 Schedule: (in timezone Europe/Oslo)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.