Skip to content

Update npm non-major dependencies#44

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

Update npm non-major dependencies#44
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 5, 2026

ℹ️ 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.7.31.15.0 age confidence
@digdir/designsystemet-react (source) 1.7.31.15.0 age confidence
@digdir/designsystemet-theme (source) 1.7.31.11.0 age confidence
@eslint/js (source) 9.15.09.39.4 age confidence
@navikt/aksel-icons (source) 7.33.57.40.0 age confidence
@types/node (source) 18.19.6718.19.130 age confidence
@types/react (source) 18.3.1218.3.30 age confidence
@types/react-dom (source) 18.3.118.3.7 age confidence
@vitejs/plugin-react (source) 4.3.44.7.0 age confidence
eslint (source) 9.15.09.39.4 age confidence
eslint-plugin-react-hooks (source) 5.0.05.2.0 age confidence
globals 15.12.015.15.0 age confidence
typescript (source) ~5.6.2~5.9.0 age confidence
typescript-eslint (source) 8.16.08.60.1 age confidence

Release Notes

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

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)

v1.14.0

Compare Source

@​digdir/designsystemet@​1.14.0
Patch Changes
@​digdir/designsystemet-css@​1.14.0
Minor Changes
  • Field / Radio / Checkbox / Switch: Now supports data-variant="outline" for an outlined tile look. (#​4625)
Patch Changes
  • Suggestion: fixed dropdown so it no longer has a brief flash in wrong position (#​4731)

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

  • Suggestion: now uses attribute data-activedescendant under the hood to add focus styling on option elements (#​4816)

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

  • Suggestion: fixed icons being invisible in forced colors mode (#​4731)

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

  • base: added .ds-focus--middle / .ds-focus--visible--middle classes for use in the suggestion redesign (#​4731)

  • Suggestion: changes to design: (#​4731)

    • dropdown border and background-color to neutral
    • new hover styles on items
    • adjusted spacings
    • multiple now has checkboxes
    • CSS variables:
      • Added:
        • --dsc-suggestion-option-background--hover
        • --dsc-suggestion-list-padding
        • --dsc-suggestion-list-offset
        • --dsc-suggestion-option-gap
      • Removed:
        • --dsc-suggestion-option-border-color
      • Changed default value:
        • --dsc-suggestion-option-background--selected
        • --dsc-suggestion-option-border-radius
        • --dsc-suggestion-option-padding
        • --dsc-suggestion-list-background
        • --dsc-suggestion-list-gap
  • Updated dependencies []:

@​digdir/designsystemet-react@​1.14.0
Minor Changes
  • Suggestion: Suggestion.Clear underlying element changed from delto button type='reset'. This means types, props and ref are now HTMLButtonElement instead of HTMLModElement. (#​4731)

  • ErrorSummary: fix ErrorSummaryProps and ref types to use the correct type; DSErrorSummaryElement (instead of HTMLDivElement) (#​4817)

  • Field / Radio / Checkbox / Switch: added variant='outline' for an outlined tile look (#​4625)

Patch Changes
@​digdir/designsystemet-types@​1.14.0
@​digdir/designsystemet-web@​1.14.0
Patch Changes
  • Suggestion: fixed an issue where value did not properly clear when moving focus between multiple instances (#​4816)

  • Suggestion: fixed dropdown so it no longer has a brief flash in wrong position (#​4731)

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

  • Update invokers-polyfill to 1.0.3 (#​4784)

  • Tabs: fix issue where aria-controls combined with aria-selected was not respected on initial render (#​4821)

  • update dependencies to new major version: (#​4816)

  • Suggestion: fix to ensure input has role combobox (not textbox) on first render. (#​4816)

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

v1.13.3

Compare Source

@​digdir/designsystemet@​1.13.3
Patch Changes
@​digdir/designsystemet-css@​1.13.3
Patch Changes
@​digdir/designsystemet-react@​1.13.3
Patch Changes
@​digdir/designsystemet-types@​1.13.3
@​digdir/designsystemet-web@​1.13.3
Patch Changes
  • Tabs: Has improved synchronous rendering for easier snapshot testing (#​4745)

  • Field: Now respects manually set aria-invalid attribute (#​4765)

v1.13.2

Compare Source

@​digdir/designsystemet@​1.13.2
Patch Changes
@​digdir/designsystemet-css@​1.13.2
Patch Changes
  • update npm non-major dependencies (#​4694)

  • Card: ensure underline on link in heading has same thickness as in version 1.11.1 (#​4723)

  • Link: Spacing for icons in links are now the same as in version 1.11.1 (#​4722)

  • Pin @digdir dependencies (#​4725)

  • Breadcrumbs: Renders correcly as display: block (#​4672)

  • details: support details in nested cards where the inner is variant default and the outer is tinted (#​4724)

  • Link: Fix spacing when icon is present (#​4707)

  • toggle-group: fix overflow scroll and remove user-agent set inline margins (#​4702)

  • Updated dependencies []:

@​digdir/designsystemet-react@​1.13.2
Patch Changes
@​digdir/designsystemet-types@​1.13.2
@​digdir/designsystemet-web@​1.13.2
Patch Changes
  • update npm non-major dependencies (#​4694)

  • Field: <ds-field> should now respect existing aria-describedby and aria-invalid (#​4672)

  • Field: No longer uses CSS.supports to play nice with Jest + JSDOM (#​4672)

  • fixed some native keystrokes being ignored if readonly fields were focused (#​4672)

  • Pin @digdir dependencies (#​4725)

  • update npm non-major dependencies (#​4677)

  • invokers-polyfill is now bundled inline as part of source files for better compatibility with Jest module resolving. (#​4672)

  • update dependency invokers-polyfill to v1 (#​4683)

  • Remove @u-elements/u-progress as a dependency (#​4736)

  • All components: Renders instantly for easier test setup (#​4672)

  • update dependency @​u-elements/u-details to v1 (#​4734)

  • Field Counter: Now includes fallback texts to support test environments without CSS (#​4727)

v1.13.1

Compare Source

@​digdir/designsystemet@​1.13.1
Patch Changes
@​digdir/designsystemet-css@​1.13.1
Patch Changes
  • input: fix height of empty date and time inputs on iOS Safari (#​4634)

  • define browser field in package.json for easier use client-side in browser and CDN. (#​4646)

  • dropdown: don't style button, a, [role="button"] in a nested <dialog> (#​4651)

  • dropdown: selector only targeting direct children (#​4656)

  • Updated dependencies []:

@​digdir/designsystemet-react@​1.13.1
Patch Changes
@​digdir/designsystemet-types@​1.13.1
@​digdir/designsystemet-web@​1.13.1
Patch Changes
  • update npm non-major dependencies (cc33a61)

  • update dependency rolldown to v1.0.0-rc.9 (#​4642)

  • Fixed an issue in tooltip that caused delay on all touch interactions on iOS devices (#​4657)

  • dropdown: selector only targeting direct children (#​4656)

  • popover: stop positioning non-popovers. (#​4651)

    • This fixes an issue with nested <dialog>s in popovers

v1.13.0

Compare Source

@​digdir/designsystemet@​1.13.0
Patch Changes
@​digdir/designsystemet-css@​1.13.0
Patch Changes
  • Badge, Button, Spinner, Tabs, Tag: Icons now scale in Safari when zooming (#​4484)

  • update npm non-major dependencie (#​4607)

  • select: fixed missing chevron icon when readonly (#​4585)

  • badge: ensure badge is positioned above focus-ring when using .ds-badge--position (#​4511)

  • card: Fix deeply nested .ds-details removing padding (#​4576)

  • update npm non-major dependencies (#​4573)

  • Updated dependencies []:

@​digdir/designsystemet-react@​1.13.0
Patch Changes
  • Badge, Button, Spinner, Tabs, Tag: Icons now scale in Safari when zooming (#​4484)

  • ToggleGroupItem: Add missing props for backward compatibility. An internal rewrite from button to label+input in version v1.12.0 led to a lack of some props on ToggleGroupItem related to button. (#​4580)

  • update npm non-major dependencie (#​4607)

  • update npm non-major dependencies (#​4548)

  • toggle-group: re-introduce support for disabled items (#​4618)

  • update npm non-major dependencies (#​4573)

  • Details: use DetailsHTMLAttributes type to allow name attribute (#​4557)

  • Dialog: fixed non-modal Dialog not opening when using Dialog.Trigger (#​4611)

  • AvatarStack: changed underlying element from figure to span to avoid html-validation issues when used inside a span (#​4579)

  • AvatarStack: replaced tabindex="-1" with no tabindex at all when expandableis not set (#​4579)

  • Updated dependencies [5776e4b, dc023a4, 9f7d318, 303ee66, 4bd54bd]:

@​digdir/designsystemet-types@​1.13.0
@​digdir/designsystemet-web@​1.13.0
Minor Changes
Patch Changes
  • Tooltip now supports being changed programmatically (#​4562)

  • update npm non-major dependencie (#​4607)

  • toggle-group: re-introduce support for disabled items (#​4618)

  • Update dependency rolldown to v1.0.0-rc.7 (#​4606)

v1.12.1

Compare Source

@​digdir/designsystemet@​1.12.1
Patch Changes
@​digdir/designsystemet-css@​1.12.1
Patch Changes
@​digdir/designsystemet-react@​1.12.1
Patch Changes
@​digdir/designsystemet-types@​1.12.1
@​digdir/designsystemet-web@​1.12.1
Patch Changes
  • tooltip: prevent errors when pressing esc before tooltip is mounted (#​4535)

  • field: update counter when data-limit attribute changes (#​4535)

v1.12.0

Compare Source

@​digdir/designsystemet@​1.12.0
Patch Changes
@​digdir/designsystemet-css@​1.12.0
Minor Changes
  • input: add support for [aria-readonly='true'] (#​4409)

  • field: add new css variables: (#​4409)
    --dsc-field-counter-over: '%d tegn for mye';
    --dsc-field-counter-under: '%d tegn igjen';

  • Support for new package with custom elements and observers for Designsystemet. (#​4409)

  • popover: add --dsc-popover-placement with default value top (#​4409)

  • fieldset: add --dsc-fieldset-gap with default value var(--ds-size-4) (#​4409)

  • tooltip: add --dsc-tooltip-placement with default value top (#​4409)

  • dropdown: add --dsc-dropdown-placement with default value bottom (#​4409)

  • pagination: (#​4409)

    • add --dsc-pagination-ellipsis with default value '\2026'
    • set --dsc-pagination-label: 'Bla i sider'; if language is 'nn', 'nb' or 'no'
Patch Changes
  • suggestion: various changes to chip styling. You no longer need to pass a class to <data> (#​4409)

  • link: don't set :visited color and set default border-radius to 0 (#​4409)

  • dialog: style .ds-dialog button[command='close']:empty::before with X-icon (#​4409)

  • toggle-group: remove --dsc-togglegroup-text-color, as this was not used (#​4409)

  • update npm non-major dependencies (#​4517)

  • Card: fix issues with deeply nested heading links. Now uses web observer data-clickdelegatefor internally. (#​4409)

  • toggle-group: add styling for new DOM structure introduced in @digdir/designsystemet-web (#​4409)

  • field: add styling for <ds-field> counter. (#​4409)

  • tabs: add support for <ds-tabs> (#​4409)

  • breadcrumbs: don't remove underline on a[aria-current='page'], but on li:last-child a (#​4409)

  • added class ds-floating, which is used on floating elements internally (#​4409)

  • Updated dependencies []:

@​digdir/designsystemet-react@​1.12.0
Minor Changes
  • Input Support for new attribute data-indeterminate to toggle indeterminate state when type="checkbox" inside Field/ds-field. (#​4409)

  • Support for new package with custom elements and observers for Designsystemet. (#​4409)

  • ToggleGroup: Updated DOM structure and now uses new web observer data-toggle-group. (#​4409)

  • Add suppressHydrationWarning to various components. This is to support @digdir/designsystemet-web being used internally. (#​4409)

  • Field.Counter: Deprecate hint (#​4409)

  • Field: Deprecated asChild as this component now uses <ds-field> internally. (#​4409)

  • ErrorSummary: Deprecate asChild as this component now uses <ds-error-summary> internally. (#​4409)

  • Select: Deprecate readOnly. Use aria-readonly instead. (#​4409)

  • RovingFocus: Deprecate component. This will be removed in the next major version (#​4409)

  • Tooltip: Deprecate open. This should not be used on Tooltip. Use a Popover instead. (#​4409)

  • Dialog: Deprecate data-command="close". Use command="close" and commandfor="DIALOG-ID" instead. (#​4409)

Patch Changes
  • Breadcrumbs: Now uses <ds-breadcrumbs> internally. (#​4409)

  • Card: Fix deeply nested anchors in headings causing navigation (#​4409)

  • update npm non-major dependencies (#​4517)

  • Card: fix issues with deeply nested heading links. Now uses web observer data-clickdelegatefor internally. (#​4409)

  • Pagination: Now uses <ds-pagination> internally. (#​4409)

  • update npm non-major dependencies (#​4497)

  • Tabs: Now uses <ds-tabs> and related web components internally (#​4409)

  • Tooltip: Now uses data-tooltip from @digdir/designsystemet-web internally (#​4409)

  • Details: Use <details> and <summary> internally. (#​4409)

  • Updated dependencies [6bde739, 34c1ca7]:

@​digdir/designsystemet-types@​1.12.0
@​digdir/designsystemet-web@​1.12.0
Minor Changes
  • New package with custom elements and observers for Designsystemet. (#​4409)

    Custom elements
    ds-breadcrumbs
    ds-error-summary
    ds-field
    ds-pagination
    ds-suggestion
    ds-tabs
    ds-tablist
    ds-tab
    ds-tabpanel
    Observer
    data-clickdelegatefor Used for delegating click event
    data-toggle-group Used for adding arrow navigation plus Enter-key support
    data-tooltip Used for adding tooltip text on element
    readonly Used for fixing readonly support on select and input elements
    popover Event listnener on popovertarget for placement of ds-floating elements.
    Polyfill
    details & summary Bugfix for Firefox.
    dialog Support for closedby="any".
    command & commandfor Support for invokers.
Patch Changes
  • update npm non-major dependencies (#​4517)

v1.11.1

Compare Source

@​digdir/designsystemet@​1.11.1
Patch Changes
@​digdir/designsystemet-css@​1.11.1
Patch Changes
  • update npm non-major dependencies (#​4469)

  • AvatarStack: override user-agent margins on figure (#​4431)

  • update dependency postcss-nesting to v14 (#​4424)

  • Removed browserlist entry "cover 90% in NO" due to an apparent error in the dataset causing excessive irrelevant prefixing. This reduces the size of index.css from 157 to 113kb. (#​4434)

  • Updated dependencies []:

@​digdir/designsystemet-react@​1.11.1
Patch Changes
@​digdir/designsystemet-types@​1.11.1

v1.11.0

@​digdir/designsystemet@​1.11.0
Minor Changes
  • Version 1.10.0 was released by accident, and we are skipping to 1.11.0 (#​4392)
    • Version 1.10.0 is deprecated on npm, and not accessible on Github. Use 1.11.0 or newer.
Patch Changes
  • update npm non-major dependencies (#​4373)

  • Update dependency zod-validation-error to v5 (#​4401)

  • Update dependency colorjs.io to ^0.6.0 (#​4372)

  • Remove change-case as depend

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 2 times, most recently from 809949b to ce014f7 Compare March 9, 2026 23:19
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 46199e8 to 89e384a Compare March 19, 2026 18:35
@renovate renovate Bot changed the title chore(deps): update npm non-major dependencies Update npm non-major dependencies Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 5 times, most recently from fbf6e3c to 5ff3e29 Compare April 1, 2026 21:55
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from b0b8308 to c1c6992 Compare April 8, 2026 15:44
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from 48575b9 to 31a53b8 Compare April 17, 2026 12:55
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 5 times, most recently from 7ff1d4c to 09f5aac Compare April 29, 2026 17:16
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch from 09f5aac to 40cae28 Compare April 30, 2026 20:41
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from f80e248 to ff3ae7d Compare May 14, 2026 19:15
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from a7515c1 to b08abce Compare May 23, 2026 00:14
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 5a94631 to 1d11069 Compare June 4, 2026 18:31
@renovate renovate Bot force-pushed the renovate/npm-minor-patch branch from 1d11069 to c9909a0 Compare June 4, 2026 23:39
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