Skip to content

chore(deps): update npm non-major dependencies#1039

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-minor-patch
Open

chore(deps): update npm non-major dependencies#1039
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 4, 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
@digdir/designsystemet-css (source) 1.14.01.16.1 age confidence
@digdir/designsystemet-react (source) 1.14.01.16.1 age confidence
@navikt/aksel-icons (source) 8.9.08.13.0 age confidence
@storybook/addon-a11y (source) 10.4.110.4.6 age confidence
@storybook/addon-docs (source) 10.4.110.4.6 age confidence
@storybook/addon-themes (source) 10.4.110.4.6 age confidence
@storybook/addon-vitest (source) 10.4.110.4.6 age confidence
@storybook/react-vite (source) 10.4.110.4.6 age confidence
@storycap-testrun/browser (source) 2.1.02.1.1 age confidence
@tanstack/react-virtual (source) 3.14.23.14.3 age confidence
@testing-library/react 16.3.016.3.2 age confidence
@types/node (source) 25.0.725.9.4 age confidence
@types/react (source) 19.1.519.2.17 age confidence
@vitest/browser-playwright (source) 4.0.164.1.9 age confidence
@vitest/coverage-v8 (source) 4.1.34.1.9 age confidence
axe-core (source) 4.10.34.12.1 age confidence
pixelmatch 7.1.07.2.0 age confidence
playwright (source) 1.57.01.61.0 age confidence
pnpm (source) 9.13.09.15.9 age confidence
react (source) 19.1.019.2.7 age confidence
react-dom (source) 19.1.019.2.7 age confidence
storybook (source) 10.4.110.4.6 age confidence
storybook-addon-tag-badges 3.0.43.1.0 age confidence
tsx (source) 4.21.04.22.4 age confidence
typescript (source) 5.8.35.9.3 age confidence

Release Notes

digdir/designsystemet (@​digdir/designsystemet-css)

v1.16.1

Compare Source

@​digdir/designsystemet@​1.16.1
Patch Changes
@​digdir/designsystemet-css@​1.16.1
Patch Changes
  • fix(deps): update npm non-major dependencies (#​4945)

  • base: ds-icon no longer defines fill. Users must make sure their icons inherit color the correct way for their icons. (#​5013)

  • Updated dependencies []:

@​digdir/designsystemet-react@​1.16.1
Patch Changes
@​digdir/designsystemet-types@​1.16.1
@​digdir/designsystemet-web@​1.16.1
Patch Changes
  • fix(deps): update npm non-major dependencies (#​4945)

v1.16.0

Compare Source

@​digdir/designsystemet@​1.16.0
Patch Changes
@​digdir/designsystemet-css@​1.16.0
Minor Changes
  • Root: Add --ds-icon-size variable for easier consistent icon sizing. Size --ds-size-6 by default. (#​4971)
    Root: Increased read-only icon size from 1.2em to 6 for consistency and configurable using --ds-icon-size
    Alert, Chip, Suggestion Chip, Search, IconButton: Decreased icon size from 7 to 6 for consistency and configurable using --ds-icon-size
    Dialog: Add missing --dsc-dialog-icon-size variable
Patch Changes
  • Avatar: Now fully supports rendering as a <button> (#​4968)
    Button, Tabs, Tag: No longer shrink inside display: flex, preventing unintended multi-line text wrapping
    Button: Added missing --dsc-button-border-radius CSS custom property
    Button: Added missing --dsc-button-color--active CSS custom property
    Chip: Now correctly inherits text-align when rendered as a <button>
    Chip: Prevents the remove icon (x) from shrinking when data-variant="removable" contains long text
    Dialog: Now centers correctly when placed inside a display: flex container
    Field: Now uses column-gap instead of padding to create spacing between radio/checkbox inputs and their labels.
    Heading: Prevents page breaks immediately after headings when printing
    Input: Added missing --dsc-input-border-radius CSS custom property
    Input: Placeholder text is now styled using the --dsc-input-color-placeholder CSS custom property
    Input: Fixes a Safari bug where input[type="date"] placeholder text could appear cyan
    Input: Enforces a minimum font-size of 16px to prevent mobile browser zooming, and adds --dsc-input-font-size for overwriting this
    Pagination, ToggleGroup: Interactive elements are now styled correctly regardless of data-variant
    ToggleGroup: Now supports <a> elements as interactive controls
    ToggleGroup: Outer edge now uses outline instead of border in both primary and secondary variants for consistent rendering
    Table: Added --dsc-table-vertical-align CSS custom property
    Table: Prevents page breaks within tables when printing
    Tag: Added missing --dsc-tag-border-radius CSS custom property
  • Updated dependencies []:
@​digdir/designsystemet-react@​1.16.0
Patch Changes
  • Suggestion: Better handle React async rendering child <u-datalist> element (#​4933)

  • Dialog: do not trigger close event when using controlled mode (#​4965)

  • Label: Removed unneeded default value for weight prop. (#​4955)

  • Suggestion: Updated VoiceOver compatibility - both with and without QuickNav (#​4970)

  • Dialog: Apply autofocus only for dialog-level animations, not nested element animations (#​4958)

  • Button: No longer renders a redundant data-variant attribute in HTML when no variant is specified. (#​4968)
    Field: Added missing TypeScript support for data-position when using radio or checkbox inputs.
    usePagination: No longer outputs redundant variant props

  • Export missing types DefaultProps and Placement (#​4978)

  • Updated dependencies [4e8fa0f, ae3a92b, ef2bf9c]:

@​digdir/designsystemet-types@​1.16.0
@​digdir/designsystemet-web@​1.16.0
Patch Changes
  • Suggestion: Updated VoiceOver compatibility - both with and without QuickNav (#​4970)

  • Popover, Tooltip, Dropdown: No longer requires arrow to be drawn by ::before element to correctly calculate arrow size (#​4951)

  • Popover: Automatically run Popover API polyfill if needed in older browsers (#​4983)

v1.15.0

Compare Source

@​digdir/designsystemet@​1.15.0
Patch Changes
  • Update npm non-major dependencies (#​4889)

  • Add deprecation warning for cli options --main-colors, --support-colors, --neutral-color, --font-family, --border-radius and --theme. Use JSON config file instead. (#​4912)

  • Update npm non-major dependencies (#​4910)

  • Updated dependencies []:

@​digdir/designsystemet-css@​1.15.0
Patch Changes
  • Update npm non-major dependencies (#​4889)

  • Dropdown: Removed hardcoded font-weight on some heading elements. (#​4903)

  • Added new export for testing experimental changes. Use this by appending /experimental_v2 to your package import: @digdir/designsystemet-css/experimental_v2. (#​4903)

  • Suggestion: Added --dsc-suggestion-option-checkmark-border-color. (#​4903)

  • Field: Added --dsc-field-description-color, --dsc-field-affix-background, and --dsc-field-affix-color. (#​4903)

  • Fieldset: Added --dsc-fieldset-description-color. (#​4903)

  • Card: when using a link in a Card, ensure plain <a> tags without class="ds-link" also get the correct focus styling. (#​4896)

  • Update npm non-major dependencies (#​4910)

  • Updated dependencies []:

@​digdir/designsystemet-react@​1.15.0
Minor Changes
  • SuggestionInput: Remove unsupported props role and data-indeterminate that would break Suggestion (#​4883)
Patch Changes
  • Update npm non-major dependencies (#​4889)

  • Tooltip: deprecate type prop, as it no longer does anything (#​4898)

  • Tooltip: the React component will no longer override existing accessible text. It now correctly sets aria-description in that case. If there is no accessible text, aria-label will be used as before. (#​4898)

  • useCheckboxGroup and useRadioGroup: these hooks now also accept the prop variant, which sets the variant for all the checkboxes or radios in the group. (#​4864)

  • Dialog: Fix dialog with nested dialog getting a close event when the nested one was closed (#​4899)

  • Popover: now correctly calculates width of source element also in Firefox (#​4921)

  • Popover: No longer closes with "Escape" key if a Dialog element is open above the popover (#​4788)

  • Heading: fix wrong default in HeadingProps for data-size (#​4926)

  • Update npm non-major dependencies (#​4910)

  • Updated dependencies [f54563f, dc93a59, 14975a1, dc93a59]:

@​digdir/designsystemet-types@​1.15.0
@​digdir/designsystemet-web@​1.15.0
Patch Changes
  • Update npm non-major dependencies (#​4889)

  • Error summary: Now only sets aria-labelledby based on heading element if aria-label or aria-labelledby is not already set, and logs a warning if neither of these are set and no heading element is present. (#​4895)

  • Popover: now correctly calculates width of source element also in Firefox (#​4921)

  • Error summary: Set role="group" since the implicit role "generic" does not allow aria-labelledby, which is used in the component (#​4895)

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

v8.13.0

Compare Source

Minor Changes
  • Icons: New icons Armchair, FocusRoom, PhoneRoom and Sleep (#​4979)

v8.12.1

Compare Source

v8.12.0

Compare Source

v8.11.1

Compare Source

v8.11.0

Compare Source

Minor Changes
  • Icons: New icon Newsletter and NewsletterFill (#​4887)

v8.10.6

Compare Source

v8.10.5

Compare Source

v8.10.4

Compare Source

v8.10.3

Compare Source

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10.0

Compare Source

v8.9.1

Compare Source

storybookjs/storybook (@​storybook/addon-a11y)

v10.4.6

Compare Source

v10.4.5

Compare Source

v10.4.4

Compare Source

  • Telemetry: Add timeout to event-log POST to prevent build hang - #​35085, thanks @​badams!

v10.4.3

Compare Source

v10.4.2

Compare Source

reg-viz/storycap-testrun (@​storycap-testrun/browser)

v2.1.1

Compare Source

Patch Changes
  • #​267 819f60e Thanks @​wadackel! - Fix bundled .d.mts / .d.cts emitting vitestStorycapPluginOptions (the default export of @storycap-testrun/browser/vitest-plugin) as a type-only export, which caused TS1362: cannot be used as a value because it was exported using 'export type' in TypeScript consumers using import storycap from "@&#8203;storycap-testrun/browser/vitest-plugin" from a vitest.config.ts (issue #​266).

    The browser package build is now split into per-entry tsdown configurations (tsdown.config.ts with defineConfig array) so the upstream rolldown-plugin-dts shared-chunk re-export bug — which incorrectly tagged runtime values with the type modifier in the shared index-XXXX.d.mts chunk — is avoided. Runtime output is unchanged.

  • Updated dependencies []:

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

v3.14.3

Compare Source

Patch Changes
  • #​1201 2ba5eb6 - Make directDomUpdates a no-op for direct DOM writes when containerRef is omitted. Previously the virtualizer still wrote item positions while never sizing the container (a broken half-state). Now omitting containerRef skips all direct writes while still skipping re-renders, letting consumers own the DOM updates themselves (e.g. in onChange).

  • Updated dependencies [ef69ea3]:

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

v16.3.2

Compare Source

Bug Fixes
  • Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (#​1438) (f32bd1b)

v16.3.1

Compare Source

Bug Fixes
vitest-dev/vitest (@​vitest/browser-playwright)

v4.1.9

Compare Source

🐞 Bug Fixes
  • Fix importOriginal with optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #​10546 (a5180)
  • browser:
    • Wait for orchestrator readiness before resolving browser sessions [backport to v4] - by Vladimir and Séamus O'Connor in #​10555 (7fb29)
    • Wait for iframe tester readiness before preparing [backport to v4] - by Vladimir and Séamus O'Connor in #​10497 and #​10556 (fbc62)
  • mocker:
    • Hoist vi.mock() for vite-plus/test imports [backport to v4] - by Hiroshi Ogawa, LongYinan, Claude Opus 4.8 and Vladimir in #​10548 (2c955)
  • pool:
    • Prevent test run hang on worker crash [backport to v4] - by Ari Perkkiö and Jattioui Ismail in #​10543 and #​10564 (934b0)
View changes on GitHub

v4.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.6

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

   🚀 Features
   🐞

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 07:00 on Thursday"
  • 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 force-pushed the renovate/npm-minor-patch branch 8 times, most recently from 71b6c94 to 2c04083 Compare March 11, 2026 06:28
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 9 times, most recently from 4e44666 to f082577 Compare March 19, 2026 10:39
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 8 times, most recently from 3ac7554 to d1e4e32 Compare March 28, 2026 14:13
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 5 times, most recently from 5954884 to d6fd5dd Compare April 3, 2026 14:33
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 1a71009 to e6c6920 Compare April 17, 2026 13:35
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 6 times, most recently from dbeb534 to 607b505 Compare April 27, 2026 09:27
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 6 times, most recently from 68e3305 to 2d3c352 Compare May 2, 2026 14:53
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 7 times, most recently from c516e02 to 5db10eb Compare May 12, 2026 09:36
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 5 times, most recently from b509537 to 43189fc Compare May 17, 2026 17:59
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