fix(deps): update npm non-major dependencies#4336
Merged
Conversation
🦋 Changeset detectedLatest commit: f8aef8d The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
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 |
Contributor
|
Preview deployments for this pull request: storybook - themebuilder - www - |
c63a328 to
54a7cab
Compare
54a7cab to
9e8e5d3
Compare
oddvernes
approved these changes
Dec 18, 2025
Collaborator
oddvernes
left a comment
There was a problem hiding this comment.
LGTM altough a couple of actions are timing out, perhaps we should wait a bit and see if they stsart working again later
Barsnes
approved these changes
Dec 18, 2025
Member
I think it's fine. It's just infra network errors. Edit: I can't event run the CodeQL action again 🤷🏻 |
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:
^7.35.1->^7.35.2^3.13.12->^3.13.13^22.19.1->^22.19.3^10.4.22->^10.4.23^25.7.1->^25.7.310.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a->10.25.0^19.2.1->^19.2.3^19.2.1->^19.2.3^16.4.0->^16.5.0^4.20.2->^4.21.0^7.2.7->^7.3.0^4.1.13->^4.2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
navikt/aksel (@navikt/aksel-icons)
v7.35.2Compare Source
TanStack/virtual (@tanstack/react-virtual)
v3.13.13Compare Source
Patch Changes
Fix: Notify framework when count changes to update getTotalSize() (#1085)
Fixed an issue where
getTotalSize()would return stale values when thecountoption changed (e.g., during filtering or search operations). The virtualizer now automatically notifies the framework when measurement-affecting options change, ensuring the UI updates correctly without requiring manualuseMemoworkarounds.Before: When filtering items, the list container would maintain its previous height, causing excessive blank space (when count decreased) or inaccessible items (when count increased).
After: Height updates automatically when count changes, providing the correct user experience.
This fix applies to all framework adapters and has minimal performance impact (< 0.1ms per change).
Updated dependencies [
2542c5a,96e32a6]:postcss/autoprefixer (autoprefixer)
v10.4.23Compare Source
i18next/i18next (i18next)
v25.7.3Compare Source
pnpm/pnpm (pnpm)
v10.25.0Compare Source
facebook/react (react)
v19.2.3: 19.2.3 (December 11th, 2025)Compare Source
React Server Components
v19.2.2: 19.2.2 (December 11th, 2025)Compare Source
React Server Components
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lon #35290)i18next/react-i18next (react-i18next)
v16.5.0Compare Source
transDefaultPropsto set default props for the Trans component (e.g.tOptions,shouldUnescape,values) 1895v16.4.1Compare Source
&quot;/&#​39;. #1893vitejs/vite (vite)
v7.3.0Compare Source
Please refer to CHANGELOG.md for details.
colinhacks/zod (zod)
v4.2.0Compare Source
Features
Implement Standard JSON Schema
standard-schema/standard-schema#134
Implement
z.fromJSONSchema()Implement
z.xor()Implement
z.looseRecord()Commits:
af49c08Update docs for JSON Schema conversion ofz.undefined()(#5504)767f320Add.toJSONSchema()method (#5477)e17dcb6Addz.fromJSONSchema(),z.looseRecord(),z.xor()(#5534)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.
This PR was generated by Mend Renovate. View the repository job log.