Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2025

This PR contains the following updates:

Package Change Age Confidence
@navikt/aksel-icons (source) 7.32.5 -> 7.33.5 age confidence
@tanstack/react-query (source) 5.90.6 -> 5.90.10 age confidence
@types/node (source) 22.19.0 -> 22.19.1 age confidence
@types/react (source) 19.2.2 -> 19.2.6 age confidence
@types/react-dom (source) 19.2.2 -> 19.2.3 age confidence
@typescript-eslint/eslint-plugin (source) 8.46.2 -> 8.47.0 age confidence
@typescript-eslint/parser (source) 8.46.2 -> 8.47.0 age confidence
axios (source) 1.13.1 -> 1.13.2 age confidence
caniuse-lite 1.0.30001753 -> 1.0.30001756 age confidence
core-js (source) 3.46.0 -> 3.47.0 age confidence
cypress (source) 15.5.0 -> 15.7.0 age confidence
eslint (source) 9.39.0 -> 9.39.1 age confidence
eslint-plugin-testing-library 7.13.3 -> 7.13.4 age confidence
html-react-parser 5.2.7 -> 5.2.10 age confidence
lint-staged 16.2.6 -> 16.2.7 age confidence
marked (source) 16.4.1 -> 16.4.2 age confidence
marked-mangle 1.1.11 -> 1.1.12 age confidence
react-router-dom (source) 6.30.1 -> 6.30.2 age confidence
typescript-eslint (source) 8.46.2 -> 8.47.0 age confidence
webpack 5.102.1 -> 5.103.0 age confidence
yarn (source) 4.10.3 -> 4.11.0 age confidence

Release Notes

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

v7.33.5

Compare Source

v7.33.4

Compare Source

v7.33.3

Compare Source

v7.33.2

Compare Source

v7.33.1

Compare Source

v7.33.0

Compare Source

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

v5.90.10

Compare Source

Patch Changes

v5.90.9

Compare Source

Patch Changes

v5.90.8

Compare Source

Patch Changes

v5.90.7

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

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

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

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

v8.47.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.46.4

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

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

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release
browserslist/caniuse-lite (caniuse-lite)

v1.0.30001756

Compare Source

v1.0.30001755

Compare Source

v1.0.30001754

Compare Source

zloirock/core-js (core-js)

v3.47.0

Compare Source

cypress-io/cypress (cypress)

v15.7.0

Compare Source

v15.6.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-6-0

eslint/eslint (eslint)

v9.39.1

Compare Source

testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)

v7.13.4

Compare Source

Bug Fixes
remarkablemark/html-react-parser (html-react-parser)

v5.2.10

Compare Source

Build System

v5.2.9

Compare Source

Documentation
  • readme: replace badgen.net with shields.io status badges (5f16985)

v5.2.8

Compare Source

Build System
lint-staged/lint-staged (lint-staged)

v16.2.7

Compare Source

Patch Changes
  • #​1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.
markedjs/marked (marked)

v16.4.2

Compare Source

markedjs/marked-mangle (marked-mangle)

v1.1.12

Compare Source

Bug Fixes
remix-run/react-router (react-router-dom)

v6.30.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.47.0

Compare Source

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

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

v8.46.4

Compare Source

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

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

v8.46.3

Compare Source

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

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

webpack/webpack (webpack)

v5.103.0

Compare Source

Features
  • Added DotenvPlugin and top level dotenv option to enable this plugin
  • Added WebpackManifestPlugin
  • Added support the ignoreList option in devtool plugins
  • Allow to use custom javascript parse function
  • Added import.meta.env support for environment variables
  • Added support for import.meta.dirname and import.meta.filename
  • Added support import.defer() for statistical path
  • Handle import.meta.main
  • Added suport to setup named exports for JSON modules and disable usage named export for import file from "./file.json" with { type: "json" }
  • Added support __dirname/__filename/import.meta.dirname/import.meta.filename for universal target
  • [CSS] Added the exportType option with link (by default), "text" and css-style-sheet values
  • [CSS] Added support for composes properties
Fixes
  • The dependOn chunk must be loaded before the common chunk
  • Return to namespace import when the external request includes a specific export
  • No runtime extra runtime code for module libraries
  • Delay HMR accept dependencies to preserve import attributes
  • Properly handle external presets for universal target
  • Fixed incorrect identifier of import binding for module externals
  • Fixed when defer import and dynamic default export mixed
  • Reduce generated output when globalThis supported
  • Fixed loading async modules in defer import
  • Reexport module for default import when no used exports for systemjs library
  • Rename HarmonyExportDependencyParserPlugin exported id to CompatibilityPlugin tagged id
  • Handle __dirname and __filename for ES modules
  • Rename single nested __webpack_export__ and __webpack_require__ in already bundled code
  • [Types] webpack function type
  • [Types] NormalModule type
  • [Types] Multi compiler configuration type
  • [Types] Fixed regression in custom hashDigest type
  • [CSS] No extra runtime for initial chunk
  • [CSS] Fixed a lot of CSS modules bugs
yarnpkg/berry (yarn)

v4.11.0

Compare Source


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 Nov 13, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 13, 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 13 times, most recently from b2ae6f6 to 36c4d6a Compare November 20, 2025 19:01
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 5 times, most recently from f303af3 to 1b0ccb4 Compare November 22, 2025 22:54
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from 1b0ccb4 to 36b313b Compare November 23, 2025 09:54
@sonarqubecloud
Copy link

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.

0 participants