fix(deps): update npm non-major dependencies - #25
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
7 times, most recently
from
May 14, 2026 10:58
cbf329c to
03455ec
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
5 times, most recently
from
May 21, 2026 16:12
7ae385b to
1651b49
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
4 times, most recently
from
May 28, 2026 22:45
c27a055 to
0acb0a0
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
4 times, most recently
from
June 4, 2026 03:13
0634e8a to
d19f0c5
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
7 times, most recently
from
June 12, 2026 20:50
c6463d0 to
832f38d
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
3 times, most recently
from
June 16, 2026 03:14
79ab48b to
220fe13
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
3 times, most recently
from
July 6, 2026 19:41
a6451c0 to
2eee343
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
4 times, most recently
from
July 16, 2026 07:06
eb1a436 to
585f7bf
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
4 times, most recently
from
July 28, 2026 03:46
727b966 to
7436c7d
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
6 times, most recently
from
August 4, 2026 09:34
e28407c to
677b086
Compare
renovate
Bot
force-pushed
the
renovate/npm-minor-patch
branch
11 times, most recently
from
August 10, 2026 11:06
07f81e2 to
27067b3
Compare
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:
4.13.1→4.13.31.18.0→1.22.01.18.0→1.22.01.18.0→1.22.03.3.5→3.3.73.85.2→3.89.03.85.2→3.89.03.85.2→3.89.03.85.2→3.89.022.20.0→22.20.319.2.17→19.3.019.2.3→19.3.09.39.4→9.39.516.2.11→16.3.516.3.3→16.3.53.85.2→3.89.010.22.0→10.34.519.2.7→19.3.019.2.7→19.3.04.22.4→4.23.132.9.0→2.9.14.4.3→4.6.5Release Notes
Azure/azure-sdk-for-js (@azure/identity)
v4.13.3Compare Source
v4.13.2Compare Source
digdir/designsystemet (@digdir/designsystemet)
v1.22.0Compare 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-labelor the new--dsc-chip-removable-labelCSS custom property. (#5330)Avatar: Now supports direct text content, removing the need for inner
<span>ordata-initials. (#5340)data-initialswill be removed in next major release.Link: Adjusted the default
--dsc-link-text-decoration-thicknessto0.06em(from0.0625em) and--dsc-link-text-decoration-thickness--hoverto0.12em(from0.125em) for slimmer, more consistent underlines across cards, headings, and links. (#5365)Card: Now supports
--dsc-card-link-text-decoration-thicknessand--dsc-card-link-text-decoration-thickness--hoveraligning 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-labelprop deprecated in React. Please use CSS custom properties--dsc-suggestion-sr-clearor attributedata-sr-clearon Suggestion. (#5321)Suggestion:
singularandpluralprops deprecated in React. Please use CSS custom properties--dsc-suggestion-sr-singularand--dsc-suggestion-sr-pluralor attributesdata-sr-singularanddata-sr-plural. (#5321)Suggestion: Now supports setting localization through CSS Custom Properties (thanks @unekinn) (#5321)
Search.Clear:
aria-labelprop deprecated in React. Please use CSS custom properties--dsc-suggestion-sr-clearor attributedata-sr-clearon 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
asChildproperty (#5361)Avatar: Now supports direct text content, removing the need for inner
<span>ordata-initials. (#5340)data-initialswill be removed in next major release.Suggestion: Now correctly handles internal state when preventing a selection (thanks @olemartinorg) (#5321)
Suggestion: Now correctly renders
data-emptyoption 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
tabindexif 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-emptyoption when not creatable (thanks @lassopicasso) (#5321)v1.21.1Compare Source
@digdir/designsystemet@1.21.1
Patch Changes
Update npm non-major dependencies (#5334) by @renovate
Update npm non-major dependencies (#5302) by @renovate
Updated dependencies []:
@digdir/designsystemet-css@1.21.1
Patch Changes
Update npm non-major dependencies (#5334) by @renovate
Avatar: When
data-variant="square", defaultborder-radiusis adjusted to--ds-border-radius-mdto harmonize with element size (#5326)Alert, Errorsummary, Table: Default
border-radiusadjusted to--ds-border-radius-lgto 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
d722297,efad10b,58f75a2]:@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 fords-*custom elements resolve again (#5331)Update npm non-major dependencies (#5302) by @renovate
v1.21.0Compare Source
@digdir/designsystemet@1.21.0
Patch Changes
fix color generation for severity colors defined in
colorswhich were previously ignored. (#5239)Update npm non-major dependencies (#5276) by @renovate
Updated dependencies []:
@digdir/designsystemet-css@1.21.0
Patch Changes
AvatarStack:
overlapand--dsc-avatar-stack-overlapproperty 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
suffixordata-suffix; for example, you can place+10text 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
variant="square"prop in favour of CSS--dsc-avatar-radius(#5234)Patch Changes
AvatarStack:
overlapand--dsc-avatar-stack-overlapproperty now needs to be a valid CSS length (#5234)Update npm non-major dependencies (#5276) by @renovate
AvatarStack: Deprecates
gap,overlapandavatarSizeprops in favour of CSS custom properties (#5234)AvatarStack: No longer needs
suffixordata-suffix; for example, you can place+10text directly inside a trailing<li>. (#5234)AvatarStack: Now uses
<ul>and needs<li>to wrap each avatar (#5234)Updated dependencies [
28eb1b9]:@digdir/designsystemet-types@1.21.0
@digdir/designsystemet-web@1.21.0
Patch Changes
v1.20.1Compare Source
@digdir/designsystemet@1.20.1
Patch Changes
@digdir/designsystemet-css@1.20.1
Patch Changes
Update npm non-major dependencies (#5242)
Updated dependencies []:
@digdir/designsystemet-react@1.20.1
Patch Changes
Dialog: no longer blocks content when controlled and closed programatically (#5252) (thanks @geirsagberg-udir)
Button:
loading={true}no longer setsaria-disabled="true"internally (#5248)Now bundled using
tsdowninstead ofrollup(#5215)Suggestion: No longer gives hydration warning when
selectedprop is provided (#5236) (thanks @john-melin)Update npm non-major dependencies (#5242)
Suggestion: no longer moves focus to chip when clicking inside datalist (#5216) (thanks @AminaBre)
Updated dependencies [
a29dcc7,89361a6,96d15d1]:@digdir/designsystemet-types@1.20.1
@digdir/designsystemet-web@1.20.1
Patch Changes
Now bundling the
ESM,CJS, andUMDformats usingtsdown. (#5222)Update npm non-major dependencies (#5242)
Suggestion: no longer moves focus to chip when clicking inside datalist (#5216) (thanks @AminaBre)
v1.20.0Compare 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.0as required bycommander. (#5212)Change url for config schema on www.designsystement.no, from
clitoconfigto better reflect which file the schema is for. (#5211)Updated dependencies []:
@digdir/designsystemet-css@1.20.0
Minor Changes
Searchis now built on top of<ds-suggestion>supporting clear button also without React (#5126)Patch Changes
Badge: now uses
--dsc-badge-size--countas minimum size whendata-countis defined (#5213)Errorsummary: Now has consistent padding
--ds-size-7on 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
Searchis now built on top of<ds-suggestion>supporting clear button also without React (#5126)Patch Changes
Suggestion: Skip unnecessary matching after clicking option in single mode (#5207)
ValidationMessage: Now correctly sets
aria-invalid="true"only ifdangercolor (#5149)Update npm non-major dependencies (#5174)
Updated dependencies [
22039ea,6a14e88,e9ed8d2,e55de64,7fcc452,8208147,262f229,9946c52]:@digdir/designsystemet-types@1.20.0
@digdir/designsystemet-web@1.20.0
Minor Changes
Searchis 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 ifdangercolor (#5149)Update npm non-major dependencies (#5174)
v1.19.1Compare Source
@digdir/designsystemet@1.19.1
Patch Changes
@digdir/designsystemet-css@1.19.1
Patch Changes
Fix missing tailwind variables (opacity and shadow) in default theme that was introduced in #5139 (#5162)
Updated dependencies []:
@digdir/designsystemet-react@1.19.1
Patch Changes
@digdir/designsystemet-types@1.19.1
@digdir/designsystemet-web@1.19.1
v1.19.0Compare Source
@digdir/designsystemet@1.19.0
Minor Changes
designsystemet.config.jsoncfile is auto-detected in addition todesignsystemet.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-tailwindnow also generates--shadow-*and--opacity-disabledconfig (#5139)typographyandborderRadiusare no longer required in the config file. If omitted, defaults will be used:typography.fontFamily = "Inter"andborderRadius = 4. (#5099)Update npm non-major dependencies (#5057)
-vand--versionfor display version number. (#5098)-hand--helpfor 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-uploadclass. (#4540)Suggestion: added toggle list button (#5039)
Patch Changes
Update npm non-major dependencies (#5122)
Dialog: now applies a
z-indexeven 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-popoverclass added on the same element. (#5133)fix loading order for popover-polyfill (#5027)
Update npm non-major dependencies (#5103)
Suggestion: Now support
data-emptyon option, showing empty-state text in normal mode or a create button indata-creatablemode. (#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 importingEXPERIMENTAL_FileUploadfrom@digdir/designsystemet-react. (#4540)ToggleGroup: Deprecates
data-toggle-groupin favor offocusgroup="radiogroup"witharia-label. (#5095)Suggestion: added toggle list button (#5039)
Patch Changes
Update npm non-major dependencies (#5122)
Update npm non-major dependencies (#5072)
Update npm non-major dependencies (#5136)
React types: allow all values of
data-colorin all components (#5082)fix component types for
data-coloranddata-sizeto behave the same on components as globally (#5156)Update npm non-major dependencies (#5057)
Global types: added
focusgroupandfocusgroupstartto the global HTML attribute types. (#5133)Dialog: now adds
aria-haspopupon focus event to enhance performance and support Shadow DOM rendering (#5095)Update npm non-major dependencies (#5103)
Suggestion: Now support
data-emptyon option, showing empty-state text in normal mode or a create button indata-creatablemode. (#5097)Updated dependencies [
69e17d0,5894236,6182865,8390111,92922af,8390111,74fb48c,703abc1,6182865,99265a3,9434ea7,a519003,8390111,a398b3a,8390111,22bdfeb,a685ffd,2eb9e66]:@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-groupin favor offocusgroup="radiogroup"witharia-label. (#5095)Suggestion: added toggle list button (#5039)
Patch Changes
clickdelegatefor: Fixes an issue with using
data-clickdelegateforinside 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-tooltipwith CSS ID selector like#idto 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-haspopupon 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-emptyon option, showing empty-state text in normal mode or a create button indata-creatablemode. (#5097)eslint/eslintrc (@eslint/eslintrc)
v3.3.7Compare Source
Bug Fixes
v3.3.6Compare Source
Bug Fixes
js-yamlto 4.3.0 to address security vulnerability (#235) (0c5de74)payloadcms/payload (@payloadcms/db-postgres)
v3.89.0Compare Source
🚀 Features
🐛 Bug Fixes
🛠 Refactors
📚 Documentation
improve access defaults for jobs (#17867) (4379bf0)
This backports the v4 jobs access changes to Payload v3.
🤝 Contributors
Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 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.