Skip to content

Update npm non-major dependencies - #18

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

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

Conversation

@renovate

@renovate renovate Bot commented Jan 7, 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
@azure/msal-browser 4.25.04.30.0 age confidence
@azure/msal-react 3.0.203.0.29 age confidence
@digdir/designsystemet-css (source) 1.14.01.18.0 age confidence
@digdir/designsystemet-react (source) 1.14.01.18.0 age confidence
@eslint/js (source) 9.28.09.39.5 age confidence
@navikt/aksel-icons (source) 7.22.07.40.0 age confidence
@tanstack/react-query (source) 5.80.75.101.4 age confidence
@tanstack/react-query-devtools (source) 5.80.75.101.4 age confidence
@types/node (source) 20.19.020.19.43 age confidence
@types/react (source) 19.1.819.2.18 age confidence
@types/react-dom (source) 19.1.619.2.4 age confidence
@vitejs/plugin-react (source) 4.5.24.7.0 age confidence
eslint (source) 9.28.09.39.5 age confidence
globals 16.2.016.5.0 age confidence
react (source) 19.1.019.2.8 age confidence
react-dom (source) 19.1.019.2.8 age confidence
react-router-dom (source) 6.30.16.30.4 age confidence
typescript (source) ~5.8.3~5.9.0 age confidence
typescript-eslint (source) 8.34.08.65.0 age confidence

Release Notes

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

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

eslint/eslint (@​eslint/js)

v9.39.5

Compare Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)

Build Related

Chores

v9.39.1

Compare Source

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#​20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#​20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

v9.39.0

Compare Source

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#​20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#​20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#​20245) (jaymarvelz)

Bug Fixes

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#​20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#​20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#​20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#​20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#​20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#​20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#​20222) (sethamus)

Chores

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

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 5 times, most recently from b5dae08 to 5224951 Compare January 14, 2026 04:10
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from b37bc81 to 586bd3f Compare January 20, 2026 19:38
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 7c107b3 to 566bbd0 Compare January 30, 2026 15:38
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 517abb8 to 7afd96a Compare February 8, 2026 07:33
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 9d407f7 to 38435dc Compare February 14, 2026 12:04
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from fcc72dd to 2791b12 Compare February 20, 2026 09:16
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from 6150024 to 0ba7992 Compare March 8, 2026 07:14
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from ee3bddc to 32a350e Compare March 18, 2026 18:04
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from a1077d1 to 650a8b8 Compare March 31, 2026 11:43
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch from 230c606 to c856a4d Compare April 19, 2026 07:39
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 25f14cd to 3f52528 Compare May 7, 2026 20:03
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 12afc21 to 24c0679 Compare May 16, 2026 12:08
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from 050feb0 to 772fbbf Compare May 24, 2026 14:57
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from 67c540a to 4f7b525 Compare June 1, 2026 14:09
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 5 times, most recently from 4d3314f to 2e7105a Compare June 9, 2026 15:34
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from 08d0b94 to 1e0c7d6 Compare June 14, 2026 11:25
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from 48d959e to de64a1d Compare June 25, 2026 03:55
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from b2fa622 to e007380 Compare July 4, 2026 02:56
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from 9ff9f01 to be11c77 Compare July 18, 2026 03:38
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch from be11c77 to ed493bd Compare July 25, 2026 19:00
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch from ed493bd to 5a6dcca Compare August 2, 2026 23:12
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