Skip to content

fix(deps): update all non-major dependencies - #573

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#573
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@apollo/client (source) 4.2.44.2.12 age confidence dependencies patch
@graphiql/plugin-explorer (source) 5.1.35.1.5 age confidence dependencies patch
@graphiql/react (source) 0.37.70.39.0 age confidence dependencies minor
@testing-library/jest-dom 7.0.07.0.1 age confidence devDependencies patch
@testing-library/react 16.3.216.3.3 age confidence devDependencies patch
@testing-library/user-event 14.6.114.6.7 age confidence devDependencies patch
@turf/bbox 7.3.57.4.0 age confidence dependencies minor
@turf/helpers 7.3.57.4.0 age confidence dependencies minor
@turf/line-to-polygon 7.3.57.4.0 age confidence dependencies minor
@types/node (source) 24.13.224.13.3 age confidence devDependencies patch
@types/react (source) 19.2.1719.2.18 age confidence devDependencies patch
@types/react-dom (source) 19.2.319.2.7 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.62.08.69.0 age confidence devDependencies minor 8.70.0
@typescript-eslint/parser (source) 8.62.08.69.0 age confidence devDependencies minor 8.70.0
actions/checkout v7.0.0v7.0.1 age confidence action patch
dotenv 16.4.716.6.1 age confidence dependencies minor
entur/gha-firebase v1.2.7v1.2.9 age confidence workflow patch
eslint (source) 10.6.010.10.0 age confidence devDependencies minor
graphiql (source) 5.2.45.4.0 age confidence dependencies minor
graphql 17.0.117.0.2 age confidence dependencies patch
lint-staged 17.0.817.4.1 age confidence devDependencies minor 17.5.0
monaco-editor 0.52.20.56.0 age confidence dependencies minor
monaco-graphql (source) 1.8.01.9.0 age confidence dependencies minor
node 24.18.024.20.0 age confidence uses-with minor
query-string 9.4.19.5.1 age confidence dependencies minor
react (source) 19.2.719.2.8 age confidence dependencies patch
react-dom (source) 19.2.719.2.8 age confidence dependencies patch
react-map-gl 8.1.18.1.3 age confidence dependencies patch
react-test-renderer (source) 19.2.719.2.8 age confidence dependencies patch
sass 1.101.01.104.0 age confidence dependencies minor
uuid 14.0.114.0.2 age confidence dependencies patch

Release Notes

apollographql/apollo-client (@​apollo/client)

v4.2.12

Compare Source

Patch Changes

v4.2.11

Compare Source

Patch Changes
  • #​13398 3dd3e9a Thanks @​phryneas! - Fix type signature of some DocumentationTypes to fix their display in our documentation.

  • #​13392 d4f0771 Thanks @​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 a merge or read function 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.10

Compare Source

Patch Changes
  • #​13385 bfb674e Thanks @​jerelmiller! - Fix accidental widening of the client.mutate return type when optimisticResponse was present.

  • #​13382 365373e Thanks @​jerelmiller! - Fix result types widened when a query's variables had constant types (e.g. TypedDocumentNode<Data, { type: "main" }>). This caused options such as returnPartialData or errorPolicy to be reported as their widened types (e.g. boolean, ErrorPolicy) instead of the value that was passed which returned the wrong data and dataState types.

  • #​13382 365373e Thanks @​jerelmiller! - Fix issue where unknown options were permitted by TypeScript when passed alongside a valid option to APIs with modern signatures.

  • #​13383 5840f50 Thanks @​jerelmiller! - Update the return type of refetch, fetchMore and useLazyQuery's execute function on the provided errorPolicy. Previously these APIs all used the default type which typed data as TData | undefined and error as ErrorLike | undefined.

v4.2.9

Compare Source

Patch Changes
  • #​13364 2f383e7 Thanks @​atharv-sys32! - Fix a bug where GraphQL variable default values were not applied during cache reads when variables with defaults were explicitly set to undefined. This caused @include/@skip directives to throw "Invalid variable referenced" errors when the variable was passed as undefined instead of being omitted entirely.

  • #​13367 2b39cc8 Thanks @​jerelmiller! - Fix an issue where some @export queries would not react to cache updates when the fields keyed by exported variables were updated.

v4.2.8

Compare Source

Patch Changes
  • #​13349 501a33b Thanks @​jerelmiller! - Prevent the setTimeout in connectToDevtools that shows the devtools suggestion from firing when the user agent does not match Chrome or Firefox. This check was previously done inside the setTimeout which meant the timer was scheduled for environments where we'd never show the message anyways. For test environments, this could cause flaky tests when that setTimeout outlived the tests and ran after any virtual DOM was torn down and removed.

v4.2.7

Compare Source

Patch Changes

v4.2.6

Compare Source

Patch Changes
  • #​13315 a406cc9 Thanks @​fallintoplace! - Prevent relay multipart subscriptions from issuing a fetch request after serializing the request body fails.

  • #​13307 abd0781 Thanks @​wolfie! - Speed up cache writes by avoiding a full AST visit of 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 @stream on 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.5

Compare Source

Patch Changes
graphql/graphiql (@​graphiql/plugin-explorer)

v5.1.5

Compare Source

Patch Changes

v5.1.4

Compare Source

Patch Changes
graphql/graphiql (@​graphiql/react)

v0.39.0

Compare Source

Minor Changes
  • #​4462 1cb7eba Thanks @​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 to false until server
    capabilities 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 65867b5 Thanks @​therealyo! - Keep the active tab selected when a tab to its right is closed. closeTab decremented activeTabIndex unconditionally, 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 6d57aad Thanks @​trevor-scheer! - Fix an extra empty tab being created on reload. The query/variables/headers storage 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]:

    • graphql-language-service@​5.7.0
    • monaco-graphql@​1.9.0

v0.38.0

Compare Source

Minor Changes
  • #​4448 e751f65 Thanks @​dargmuesli! - Add customScalarSchemas prop to GraphiQLProvider/GraphiQL, forwarded to monaco-graphql's per-schema customScalarSchemas config. 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. a JSON or GeoJSON scalar). graphql-language-service and monaco-graphql already supported this per-scalar override; @graphiql/react just never exposed it.
Patch Changes
  • #​4430 6090495 Thanks @​trevor-scheer! - Disable Fira Code's font ligatures in the Monaco editors. Programming ligatures rewrote valid GraphQL into misleading glyphs — most notably Int!=1 (a non-null Int with a default value of 1) rendered as Int≠1, implying an inequality that isn't there. Characters now render literally. The Windows caret fix from #​4040 is preserved.

  • Updated dependencies [0893da7]:

    • graphql-language-service@​5.6.0
testing-library/jest-dom (@​testing-library/jest-dom)

v7.0.1

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v16.3.3

Compare Source

Bug Fixes
testing-library/user-event (@​testing-library/user-event)

v14.6.7

Compare Source

v14.6.6

Compare Source

Bug Fixes
  • default pointer event pointerType to empty string instead of the string "undefined" (#​1325) (71a5475)

v14.6.5

Compare Source

Bug Fixes

v14.6.4

Compare Source

v14.6.3

Compare Source

Turfjs/turf (@​turf/bbox)

v7.4.0

Compare Source

What's Changed

⚠️ Due to correctness fixes, behavior across the boolean-* methods has changed. If you depended on the invalid behavior of these methods take extra care when upgrading.

@​turf/bearing
@​turf/bezier
@​turf/boolean-contains
@​turf/boolean-crosses
@​turf/boolean-disjoint
@​turf/boolean-point-in-polygon
  • Perf improvement & Fix issue with multiple polygons when the point is on the boundary of a polygon by @​Pitouli in #​2821
@​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
@​turf/combine
@​turf/convex
@​turf/helpers
@​turf/line-arc
@​turf/line-overlap
@​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.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#​12603)
🩹 Fixes
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#​12727)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#​12741)
  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#​12731)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.68.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.67.0

Compare 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.0

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.65.0

Compare Source

🚀 Features
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#​12578)
  • add warning when TS 7 is detected (#​12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#​12527, #​19562, #​11889)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#​12568)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#​12448)
  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#​12515)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.64.0

Compare Source

🚀 Features
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.63.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#​12426)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#​12492)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#​12491, #​12485)
  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#​12447, #​12446)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.62.1

Compare Source

🩹 Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3346556 to 0349606 Compare August 2, 2026 23:27
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from a4a00d5 to e2a579d Compare August 10, 2026 02:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e1d84f3 to 3103943 Compare August 17, 2026 03:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bb372bc to 3c5e436 Compare August 24, 2026 04:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 62e59ad to 432a2e2 Compare August 31, 2026 23:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a5197e1 to 5837541 Compare September 8, 2026 02:33
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5837541 to 336ffdf Compare September 8, 2026 17:31
@sonarqubecloud

sonarqubecloud Bot commented Sep 8, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants