Skip to content

fix(deps): update npm non-major dependencies#4308

Merged
oddvernes merged 2 commits intomainfrom
renovate/npm-minor-patch
Dec 11, 2025
Merged

fix(deps): update npm non-major dependencies#4308
oddvernes merged 2 commits intomainfrom
renovate/npm-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@navikt/aksel-icons (source) ^7.35.0 -> ^7.35.1 age confidence
@react-router/dev (source) ^7.10.0 -> ^7.10.1 age confidence
@react-router/express (source) ^7.10.0 -> ^7.10.1 age confidence
@react-router/node (source) ^7.10.0 -> ^7.10.1 age confidence
@react-router/serve (source) ^7.10.0 -> ^7.10.1 age confidence
@u-elements/u-combobox (source) ^1.0.4 -> ^1.0.5 age confidence
@vitest/browser (source) 4.0.14 -> 4.0.15 age confidence
@vitest/browser-playwright (source) 4.0.14 -> 4.0.15 age confidence
@vitest/coverage-v8 (source) 4.0.14 -> 4.0.15 age confidence
@vitest/ui (source) 4.0.14 -> 4.0.15 age confidence
htmlfy ^1.0.0 -> ^1.0.1 age confidence
i18next (source) ^25.6.3 -> ^25.7.1 age confidence
prettier (source) ^3.7.3 -> ^3.7.4 age confidence
react-i18next ^16.3.5 -> ^16.4.0 age confidence
react-router (source) ^7.10.0 -> ^7.10.1 age confidence
react-router-dom (source) ^7.9.6 -> ^7.10.1 age confidence
vite (source) ^7.2.6 -> ^7.2.7 age confidence
vitest (source) 4.0.14 -> 4.0.15 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v7.35.1

Compare Source

remix-run/react-router (@​react-router/dev)

v7.10.1

Compare Source

Patch Changes
  • Import ESM package pkg-types with a dynamic import() to fix issues on Node 20.18 (#​14624)
  • Update valibot dependency to ^1.2.0 to address GHSA-vqpr-j7v3-hqw9 (#​14608)
  • Updated dependencies:
    • react-router@7.10.1
    • @react-router/node@7.10.1
    • @react-router/serve@7.10.1
remix-run/react-router (@​react-router/express)

v7.10.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.1
    • @react-router/node@7.10.1
remix-run/react-router (@​react-router/node)

v7.10.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.1
remix-run/react-router (@​react-router/serve)

v7.10.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.1
    • @react-router/node@7.10.1
    • @react-router/express@7.10.1
u-elements/u-elements (@​u-elements/u-combobox)

v1.0.5

Compare Source

vitest-dev/vitest (@​vitest/browser)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
j4w8n/htmlfy (htmlfy)

v1.0.1

Compare Source

i18next/i18next (i18next)

v25.7.1

Compare Source

  • TS: remove wrong signature 2372.

v25.7.0

Compare Source

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.
i18next/react-i18next (react-i18next)

v16.4.0

Compare Source

  • <Trans count> prop: optional - infer count from children 1891
remix-run/react-router (react-router)

v7.10.1

Compare Source

Patch Changes
  • Update the useOptimistic stub we provide for React 18 users to use a stable setter function to avoid potential useEffect loops - specifically when using <Link viewTransition> (#​14628)
remix-run/react-router (react-router-dom)

v7.10.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.1

v7.10.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.0
vitejs/vite (vite)

v7.2.7

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.

@changeset-bot
Copy link

changeset-bot bot commented Dec 11, 2025

🦋 Changeset detected

Latest commit: e4d53a2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@digdir/designsystemet-react Patch
@digdir/designsystemet Patch
@digdir/designsystemet-css Patch
@digdir/designsystemet-theme Patch
@digdir/designsystemet-types Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Dec 11, 2025

Preview deployments for this pull request:

storybook - 11. Dec 2025 - 08:12

themebuilder - 11. Dec 2025 - 08:12

www - 11. Dec 2025 - 08:17

@renovate
Copy link
Contributor Author

renovate bot commented Dec 11, 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
Collaborator

@oddvernes oddvernes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. There is an update to u-combobox thast fixes a bug (1.0.5: Allow clicks even when ctrlKey, altKey or shiftKey) Don't know if this is relevant for us to mention, don't think it has been reported to us?

@oddvernes oddvernes merged commit d9888dd into main Dec 11, 2025
25 checks passed
@oddvernes oddvernes deleted the renovate/npm-minor-patch branch December 11, 2025 11:40
@github-actions github-actions bot mentioned this pull request Dec 11, 2025
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.

2 participants