Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.3 -> 7.28.4 age confidence
@babel/runtime (source) 7.28.3 -> 7.28.4 age confidence
@babel/runtime-corejs3 (source) 7.28.3 -> 7.28.4 age confidence
@navikt/aksel-icons (source) 7.28.1 -> 7.30.1 age confidence
@percy/cli (source) 1.31.1 -> 1.31.2 age confidence
@tanstack/react-query (source) 5.85.5 -> 5.87.4 age confidence
@tanstack/react-query-devtools (source) 5.85.5 -> 5.87.4 age confidence
@testing-library/cypress 10.0.3 -> 10.1.0 age confidence
@types/node (source) 22.17.2 -> 22.18.3 age confidence
@types/react (source) 19.1.11 -> 19.1.13 age confidence
@types/react-dom (source) 19.1.7 -> 19.1.9 age confidence
@typescript-eslint/eslint-plugin (source) 8.40.0 -> 8.43.0 age confidence
@typescript-eslint/parser (source) 8.40.0 -> 8.43.0 age confidence
axios (source) 1.12.0 -> 1.12.2 age confidence
babel-jest (source) 30.0.5 -> 30.1.2 age confidence
caniuse-lite 1.0.30001737 -> 1.0.30001741 age confidence
cypress-axe 1.6.0 -> 1.7.0 age confidence
dotenv 17.2.1 -> 17.2.2 age confidence
eslint (source) 9.34.0 -> 9.35.0 age confidence
eslint-plugin-sonarjs (source) 3.0.4 -> 3.0.5 age confidence
eslint-plugin-testing-library 7.6.6 -> 7.7.0 age confidence
globals 16.3.0 -> 16.4.0 age confidence
immer 10.1.1 -> 10.1.3 age confidence
jest (source) 30.0.5 -> 30.1.3 age confidence
jest-environment-jsdom (source) 30.0.5 -> 30.1.2 age confidence
jest-mock-axios 4.8.0 -> 4.9.0 age confidence
lint-staged 16.1.5 -> 16.1.6 age confidence
lru-cache 11.1.0 -> 11.2.1 age confidence
marked (source) 16.2.0 -> 16.3.0 age confidence
mime 4.0.7 -> 4.1.0 age confidence
react-day-picker (source) 9.9.0 -> 9.10.0 age confidence
typescript-eslint (source) 8.40.0 -> 8.43.0 age confidence
yarn (source) 4.9.3 -> 4.9.4 age confidence
zod (source) 4.1.1 -> 4.1.8 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal
navikt/aksel (@​navikt/aksel-icons)

v7.30.1

Compare Source

v7.30.0

Compare Source

v7.29.1

Compare Source

v7.29.0

Compare Source

Minor Changes
  • Icons: 🎉 New icons CheckmarkHeavy and PageBreak. (#​4038)
percy/cli (@​percy/cli)

v1.31.2

Compare Source

What's Changed

✨ Enhancements
🏗 Maintenance
⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: percy/cli@v1.31.1...v1.31.2

TanStack/query (@​tanstack/react-query)

v5.87.4

Compare Source

Version 5.87.4 - 9/10/25, 2:09 PM

Changes
Fix
  • query-core: infinite re-renders in useQueries (#​9639) (19445a0) by Minha Kang
Test
  • svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#​9630) (ccedf33) by @​sukvvon
Packages

v5.87.1

Compare Source

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix
  • query-core: update initialData when an observer mounts while a Query without data exists (#​9620) (1c8a921) by Dominik Dorfmeister

Packages

v5.87.0

Compare Source

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat
Docs
  • angular-query: update Angular Zoneless doc (#​9616) (2283633) by Arnoud

Packages

v5.86.0

Compare Source

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery,
the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#​9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore
  • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#​9547) (7306474) by @​sukvvon
Test
Other

Packages

v5.85.9

Compare Source

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix
  • query-core: ensure combine re-executes after cache restoration with memoized combine (#​9592) (564a4f6) by Kim YoungHoon
Test
  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#​9605) (5221029) by @​sukvvon

Packages

v5.85.8

Compare Source

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor
  • react-query: replace magic number with named constant in suspense timers (#​9607) (ef0c16e) by Minha Kang
Ci
  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

v5.85.7

Compare Source

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor
Docs

Packages

v5.85.6

Compare Source

Version 5.85.6 - 8/30/25, 12:21 PM

Changes
Fix
  • core: make sure queries revert synchronously (#​9601) (379670d) by Dominik Dorfmeister
Chore
Test
Docs
Packages
testing-library/cypress-testing-library (@​testing-library/cypress)

v10.1.0

Compare Source

Features
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.43.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.42.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.41.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

axios/axios (axios)

v1.12.2

Compare Source

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

v1.12.1

Compare Source

Bug Fixes
Contributors to this release
jestjs/jest (babel-jest)

v30.1.2

Compare Source

Fixes
  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#​15803)

v30.1.1

[Compare Source](https://re


Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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.

👻 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 added backport-ignore This PR is a new feature and should not be cherry-picked onto release branches kind/dependencies Pull requests that update a dependency file labels Sep 11, 2025
Copy link

coderabbitai bot commented Sep 11, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 11 times, most recently from 97d2ff6 to eb928a9 Compare September 17, 2025 19:07
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from eb928a9 to a3fecbf Compare September 17, 2025 23:09
Copy link
Contributor Author

renovate bot commented Sep 18, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

@olemartinorg olemartinorg merged commit a86b61b into main Sep 18, 2025
16 checks passed
@olemartinorg olemartinorg deleted the renovate/npm-minor-patch branch September 18, 2025 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-ignore This PR is a new feature and should not be cherry-picked onto release branches kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant