Skip to content

Update npm non-major dependencies - #44

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 5, 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.7.31.22.0 age confidence
@digdir/designsystemet-react (source) 1.7.31.22.0 age confidence
@digdir/designsystemet-theme (source) 1.7.31.11.0 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.31 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-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.70.0 age confidence

Release Notes

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

v1.22.0

Compare Source

@​digdir/designsystemet@1.22.0

No changes in this release.

@​digdir/designsystemet-css@1.22.0
Minor Changes
Patch Changes
  • Tag: Now gets accessible focus outline if rendered as interactive element to support tag clouds etc. (#​5361)

  • Radio: Fixed tiny rendering glitch gap between hover outline and border at 400% zoom. (#​5341)

  • Avatar: Now scales initials text to match avatar size (#​5340)

  • Breadcrumbs: Now correctly announced as a list by VoiceOver in Safari (#​5367)

  • Chip: Improve optical spacing between input/icon and text, which leads to slightly slimmer chip width. (#​5330)

  • Dropdown: Now correctly announced as a list by VoiceOver in Safari (#​5367)

  • AvatarStack: Now correctly announced as a list by VoiceOver in Safari (#​5367)

  • Chip: Removable chips now automatically include screen reader instructions. Customize the instructions using aria-label or the new --dsc-chip-removable-label CSS custom property. (#​5330)

  • Avatar: Now supports direct text content, removing the need for inner <span> or data-initials. (#​5340)

    • deprecated data-initials will be removed in next major release.
  • Link: Adjusted the default --dsc-link-text-decoration-thickness to 0.06em (from 0.0625em) and --dsc-link-text-decoration-thickness--hover to 0.12em (from 0.125em) for slimmer, more consistent underlines across cards, headings, and links. (#​5365)

  • Card: Now supports --dsc-card-link-text-decoration-thickness and --dsc-card-link-text-decoration-thickness--hover aligning underline behaviour with link component (#​5365)

  • Pagination: Now correctly announced as a list by VoiceOver in Safari (#​5367)

@​digdir/designsystemet-react@1.22.0
Minor Changes
  • Suggestion.Clear: aria-label prop deprecated in React. Please use CSS custom properties --dsc-suggestion-sr-clear or attribute data-sr-clear on Suggestion. (#​5321)

  • Suggestion: singular and plural props deprecated in React. Please use CSS custom properties --dsc-suggestion-sr-singular and --dsc-suggestion-sr-plural or attributes data-sr-singular and data-sr-plural. (#​5321)

  • Suggestion: Now supports setting localization through CSS Custom Properties (thanks @​unekinn) (#​5321)

  • Search.Clear: aria-label prop deprecated in React. Please use CSS custom properties --dsc-suggestion-sr-clear or attribute data-sr-clear on Search. (#​5321)

Patch Changes
  • Utils: Correctly unescapes quotes in localized CSS custom property texts (thanks @​unekinn) (#​5321)

  • Search: Now correctly sets state of clear button also when programmatically changing value (thanks @​unekinn) (#​5321)

  • Suggestion: Now correctly renders focus ring in Safari (thanks @​ssb-cgn) (#​5321)

  • Suggestion: Now correctly renders clear button state when rendered asynchronously (thanks @​stianmorsund) (#​5321)

  • Search: No longer causes hydration warning when server side rendered. (#​5368)

  • Tag: Now supports asChild property (#​5361)

  • Avatar: Now supports direct text content, removing the need for inner <span> or data-initials. (#​5340)

    • deprecated data-initials will be removed in next major release.
  • Suggestion: Now correctly handles internal state when preventing a selection (thanks @​olemartinorg) (#​5321)

  • Suggestion: Now correctly renders data-empty option when not creatable (thanks @​lassopicasso) (#​5321)

@​digdir/designsystemet-types@1.22.0

No changes in this release.

@​digdir/designsystemet-web@1.22.0
Minor Changes
Patch Changes
  • Utils: Correctly unescapes quotes in localized CSS custom property texts (thanks @​unekinn) (#​5321)

  • Search: Now correctly sets state of clear button also when programmatically changing value (thanks @​unekinn) (#​5321)

  • Suggestion: Now correctly renders focus ring in Safari (thanks @​ssb-cgn) (#​5321)

  • Suggestion: Now correctly renders clear button state when rendered asynchronously (thanks @​stianmorsund) (#​5321)

  • Tooltips: Now only warns about missing tabindex if not explicitly set and not if label which has implicit interaction (#​5353)

  • Suggestion: Now correctly handles internal state when preventing a selection (thanks @​olemartinorg) (#​5321)

  • Suggestion: Now correctly renders data-empty option when not creatable (thanks @​lassopicasso) (#​5321)

v1.21.1

Compare Source

@​digdir/designsystemet@1.21.1
Patch Changes
@​digdir/designsystemet-css@1.21.1
Patch Changes
  • Update npm non-major dependencies (#​5334) by @​renovate

  • Avatar: When data-variant="square", default border-radius is adjusted to --ds-border-radius-md to harmonize with element size (#​5326)

  • Alert, Errorsummary, Table: Default border-radius adjusted to --ds-border-radius-lg to harmonize with element size (#​5326)

  • Link: Reduced the default underline offset from 27% to 24% to avoid collisions with character descenders (#​5325)

  • Update npm non-major dependencies (#​5302) by @​renovate

  • Updated dependencies []:

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

No changes in this release.

@​digdir/designsystemet-web@1.21.1
Patch Changes
  • Update npm non-major dependencies (#​5334) by @​renovate

  • Restored the framework type imports in dist/index.d.ts, so the JSX/element type augmentations for ds-* custom elements resolve again (#​5331)

  • Update npm non-major dependencies (#​5302) by @​renovate

v1.21.0

Compare Source

@​digdir/designsystemet@1.21.0
Patch Changes
@​digdir/designsystemet-css@1.21.0
Patch Changes
  • AvatarStack: overlap and --dsc-avatar-stack-overlap property now needs to be a valid CSS length (#​5234)

  • fix default icon scaling not following sizing defined by data-size. (Thanks @​Svish) (#​5281)

  • Avatar: Now supports --dsc-avatar-radius (#​5234)

  • Update npm non-major dependencies (#​5276) by @​renovate

  • Update dependency postcss-import to v17 (#​5278) by @​renovate

  • AvatarStack: Now supports --dsc-avatar-stack-radius (#​5234)

  • AvatarStack: No longer needs suffix or data-suffix; for example, you can place +10 text directly inside a trailing <li>. (#​5234)

  • AvatarStack: Now uses <ul> and needs <li> to wrap each avatar (#​5234)

  • Updated dependencies []:

@​digdir/designsystemet-react@1.21.0
Minor Changes
  • Avatar: Deprecates variant="square" prop in favour of CSS --dsc-avatar-radius (#​5234)
Patch Changes
@​digdir/designsystemet-types@1.21.0
@​digdir/designsystemet-web@1.21.0
Patch Changes

v1.20.1

Compare Source

@​digdir/designsystemet@1.20.1
Patch Changes
@​digdir/designsystemet-css@1.20.1
Patch Changes
@​digdir/designsystemet-react@1.20.1
Patch Changes
@​digdir/designsystemet-types@1.20.1
@​digdir/designsystemet-web@1.20.1
Patch Changes
  • Now bundling the ESM, CJS, and UMD formats using tsdown. (#​5222)

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

  • Suggestion: no longer moves focus to chip when clicking inside datalist (#​5216) (thanks @​AminaBre)

v1.20.0

Compare Source

@​digdir/designsystemet@1.20.0
Patch Changes
  • Reduce minimum required node version to >=22.0.0. (#​5165)

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

  • Bump minimum required Node.js version to >=22.12.0 as required by commander. (#​5212)

  • Change url for config schema on www.designsystement.no, from cli to config to better reflect which file the schema is for. (#​5211)

    "$schema": "https://designsystemet.no/schemas/config/[VERSION].json"
  • Updated dependencies []:

@​digdir/designsystemet-css@1.20.0
Minor Changes
  • Search: Search is now built on top of <ds-suggestion> supporting clear button also without React (#​5126)
Patch Changes
  • Badge: now uses --dsc-badge-size--count as minimum size when data-count is defined (#​5213)

  • Errorsummary: Now has consistent padding --ds-size-7 on all sides (#​5219)

  • file-upload: hover does not give solid border anymore (#​5182)

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

  • file-upload: block padding is now --ds-size-7 (#​5182)

  • Updated dependencies []:

@​digdir/designsystemet-react@1.20.0
Minor Changes
  • Search: Search is now built on top of <ds-suggestion> supporting clear button also without React (#​5126)
Patch Changes
@​digdir/designsystemet-types@1.20.0
@​digdir/designsystemet-web@1.20.0
Minor Changes
  • Search: Search is now built on top of <ds-suggestion> supporting clear button also without React (#​5126)
Patch Changes
  • Suggestion: Hide the empty state when options are initially available. (#​5189)

  • clickdelegatefor: Now allows native label click, avoiding duplicate input activation. (#​5201)

  • popover: Prevent ResizeObserver loop errors when positioning the option list. (#​5164)

  • popover: Won't resize overscroll on scroll while open (#​5175)

  • Suggestion: Skip unnecessary matching after clicking option in single mode (#​5207)

  • ValidationMessage: Now correctly sets aria-invalid="true" only if danger color (#​5149)

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

v1.19.1

Compare Source

@​digdir/designsystemet@1.19.1
Patch Changes
@​digdir/designsystemet-css@1.19.1
Patch Changes
@​digdir/designsystemet-react@1.19.1
Patch Changes
@​digdir/designsystemet-types@1.19.1
@​digdir/designsystemet-web@1.19.1

v1.19.0

Compare Source

@​digdir/designsystemet@1.19.0

Minor Changes
  • cli: Add support for JSONC config files. Config files may now contain comments and trailing commas, and a designsystemet.config.jsonc file is auto-detected in addition to designsystemet.config.json. (#​5051)
Patch Changes
  • Update dependency tsdown to v0.22.14 (#​5102)

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

  • fixed missing types error that might occur for @tokens-studio/types. (#​5061)

  • Update dependency colorjs.io to ^0.7.1 (#​5121)

  • Update dependency colorjs.io to ^0.7.0 (#​5108)

  • Reduced package size by removing unintended declaration map files being generated. (#​5065)

  • Clarified error message when different theme colors are detected (#​5068)

  • New exports for internal use (not documented). (#​5068)

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

  • Tailwind: --experimental-tailwind now also generates --shadow-* and --opacity-disabled config (#​5139)

  • typography and borderRadius are no longer required in the config file. If omitted, defaults will be used: typography.fontFamily = "Inter" and borderRadius = 4. (#​5099)

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

    • add option -v and --version for display version number. (#​5098)
    • add option -h and --help for display help.
  • Update npm non-major dependencies (#​5103)

  • Update dependency colorjs.io to ^0.7.1 (#​5121)

  • Updated dependencies []:

@​digdir/designsystemet-css@1.19.0

Minor Changes
  • file-upload: New experimental component. Style with the ds-file-upload class. (#​4540)

  • Suggestion: added toggle list button (#​5039)

Patch Changes
  • Update npm non-major dependencies (#​5122)

  • Dialog: now applies a z-index even when opened in non-modal mode (without a backdrop). (#​5123)

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

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

  • ds-dropdown: no longer requires the ds-popover class added on the same element. (#​5133)

  • fix loading order for popover-polyfill (#​5027)

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

  • Suggestion: Now support data-empty on option, showing empty-state text in normal mode or a create button in data-creatable mode. (#​5097)

  • Chip: now aligns checkbox, radio and x to top when multi-line text (#​5083)

  • Updated dependencies []:

@​digdir/designsystemet-react@1.19.0

Minor Changes
  • New experimental component: FileUpload. Use it by importing EXPERIMENTAL_FileUpload from @digdir/designsystemet-react. (#​4540)

  • ToggleGroup: Deprecates data-toggle-group in favor of focusgroup="radiogroup" with aria-label. (#​5095)

  • Suggestion: added toggle list button (#​5039)

Patch Changes

@​digdir/designsystemet-types@1.19.0

@​digdir/designsystemet-web@1.19.0

Minor Changes
  • focusgroup: is now automatically polyfilled according to upcoming specification (#​5095)

  • Web: All functionality now supports rendering inside Shadow DOM (#​5095)

  • ToggleGroup: Deprecates data-toggle-group in favor of focusgroup="radiogroup" with aria-label. (#​5095)

  • Suggestion: added toggle list button (#​5039)

Patch Changes
  • clickdelegatefor: Fixes an issue with using data-clickdelegatefor inside of <details> (#​5074)

  • Update dependency tsdown to v0.22.14 (#​5102)

  • Breadcrumbs, Pagination, ToggleGroup: support aria-labelledby (#​5081)

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

  • Update dependency @​oddbird/popover-polyfill to v0.7.1 (#​5101)

  • Field: now scopes internal cache to DSFieldElement class to avoid version conflicts (#​5077)

  • Tooltip: allow data-tooltip with CSS ID selector like #id to retrieve text from another element (#​5081)

  • tooltip: Now inherits nearest data-size (#​5119)

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

  • clickdelegatefor: now only skips interactive child elements (#​5080)

  • Dialog: now adds aria-haspopup on focus event to enhance performance and support Shadow DOM rendering (#​5095)

  • fix loading order for popover-polyfill (#​5027)

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

  • Suggestion: Now support data-empty on option, showing empty-state text in normal mode or a create button in data-creatable mode. (#​5097)

v1.18.0

Compare Source

@​digdir/designsystemet@1.18.0
Patch Changes
@​digdir/designsystemet-css@1.18.0
Minor Changes
  • Chip: now by default keeps text on a single line and truncates with ellipsis if needed, but allows text wrapping by adding data-wrap="wrap" (#​5040)
Patch Changes
@​digdir/designsystemet-react@1.18.0
Minor Changes
  • Chip: now by default keeps text on a single line and truncates with ellipsis if needed, but allows text wrapping by adding data-wrap="wrap" (#​5040)
Patch Changes
@​digdir/designsystemet-types@1.18.0
@​digdir/designsystemet-web@1.18.0

v1.17.0

Compare Source

@​digdir/designsystemet@1.17.0
Minor Changes
  • Removed color categories main and support. All colors are now defined in config file under themes.<name>.colors (just like neutral). (#​4917)

  • Remove UNSAFE_COLOR_GROUPS env variable as its no longer relevant (#​4917)

  • Added support for auto-migrations which checks files and prompts users about needed migrations. (#​4917)

Patch Changes
@​digdir/designsystemet-css@1.17.0
Patch Changes
  • Avatar: now scales correctly also when rendered as <button> (#​5029)

  • Field, Fieldset: disabled and read only styling is now only affected by form elements with class name set to ds-input (#​5028)

  • Updated dependencies []:

@​digdir/designsystemet-react@1.17.0
Patch Changes
  • Tabs: enhanced support for server side rendering (#​5032)

  • Avatar: now scales correctly also when rendered as <button> (#​5029)

  • Avatar, Badge, Card, Details, Paragraph, Popover, Skeleton, Tag: Remove redundant default value for variant prop: (#​4999)

    • Avatar - circle
    • Badge - base
    • Card - default
    • Details - default
    • Paragraph - default
    • Popover - default
    • Skeleton - rectangle
    • Tag - default
  • Updated dependencies [f45f4a3]:

@​digdir/designsystemet-types@1.17.0
@​digdir/designsystemet-web@1.17.0
Patch Changes
  • tooltip: Fixes a bug where tooltip would reappear on mousedown outside trigger (#​5012)

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/designsy

Important

✂ 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 3 times, most recently from 09bc3be to 107ce9d Compare June 29, 2026 15:58
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from e347df6 to d297d2c Compare July 9, 2026 18:41
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from 93a48ad to bf417ff Compare July 16, 2026 18:49
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from 39fac76 to 4fd6787 Compare July 24, 2026 22:49
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch from 4fd6787 to 302cfcd Compare July 30, 2026 19:22
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from b8d9f1a to b29cbc5 Compare August 12, 2026 02:44
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from 0003140 to cf39f60 Compare August 15, 2026 10:55
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from ca7ed2c to 7e30309 Compare August 27, 2026 22:14
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from e699f36 to 237d9da Compare September 3, 2026 23:34
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 7d6da7d to 4187bbb Compare September 13, 2026 15:00
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch from 4187bbb to 553544c Compare September 15, 2026 10:13
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