chore(deps): update npm non-major dependencies#1039
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
71b6c94 to
2c04083
Compare
4e44666 to
f082577
Compare
3ac7554 to
d1e4e32
Compare
5954884 to
d6fd5dd
Compare
1a71009 to
e6c6920
Compare
dbeb534 to
607b505
Compare
68e3305 to
2d3c352
Compare
c516e02 to
5db10eb
Compare
b509537 to
43189fc
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:
1.14.0→1.16.11.14.0→1.16.18.9.0→8.13.010.4.1→10.4.610.4.1→10.4.610.4.1→10.4.610.4.1→10.4.610.4.1→10.4.62.1.0→2.1.13.14.2→3.14.316.3.0→16.3.225.0.7→25.9.419.1.5→19.2.174.0.16→4.1.94.1.3→4.1.94.10.3→4.12.17.1.0→7.2.01.57.0→1.61.09.13.0→9.15.919.1.0→19.2.719.1.0→19.2.710.4.1→10.4.63.0.4→3.1.04.21.0→4.22.45.8.3→5.9.3Release Notes
digdir/designsystemet (@digdir/designsystemet-css)
v1.16.1Compare Source
@digdir/designsystemet@1.16.1
Patch Changes
fix(deps): update npm non-major dependencies (#4945)
Updated dependencies []:
@digdir/designsystemet-css@1.16.1
Patch Changes
fix(deps): update npm non-major dependencies (#4945)
base:
ds-iconno longer definesfill. 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
fix(deps): update npm non-major dependencies (#4945)
Updated dependencies [
b4a2853]:@digdir/designsystemet-types@1.16.1
@digdir/designsystemet-web@1.16.1
Patch Changes
v1.16.0Compare Source
@digdir/designsystemet@1.16.0
Patch Changes
@digdir/designsystemet-css@1.16.0
Minor Changes
--ds-icon-sizevariable for easier consistent icon sizing. Size--ds-size-6by default. (#4971)Root: Increased
read-onlyicon size from1.2emto6for consistency and configurable using--ds-icon-sizeAlert, Chip, Suggestion Chip, Search, IconButton: Decreased icon size from
7to6for consistency and configurable using--ds-icon-sizeDialog: Add missing
--dsc-dialog-icon-sizevariablePatch Changes
<button>(#4968)Button, Tabs, Tag: No longer shrink inside
display: flex, preventing unintended multi-line text wrappingButton: Added missing
--dsc-button-border-radiusCSS custom propertyButton: Added missing
--dsc-button-color--activeCSS custom propertyChip: Now correctly inherits
text-alignwhen rendered as a<button>Chip: Prevents the remove icon (
x) from shrinking whendata-variant="removable"contains long textDialog: Now centers correctly when placed inside a
display: flexcontainerField: Now uses
column-gapinstead ofpaddingto create spacing betweenradio/checkboxinputs and their labels.Heading: Prevents page breaks immediately after headings when printing
Input: Added missing
--dsc-input-border-radiusCSS custom propertyInput: Placeholder text is now styled using the
--dsc-input-color-placeholderCSS custom propertyInput: Fixes a Safari bug where
input[type="date"]placeholder text could appear cyanInput: Enforces a minimum
font-sizeof16pxto prevent mobile browser zooming, and adds--dsc-input-font-sizefor overwriting thisPagination, ToggleGroup: Interactive elements are now styled correctly regardless of
data-variantToggleGroup: Now supports
<a>elements as interactive controlsToggleGroup: Outer edge now uses
outlineinstead ofborderin bothprimaryandsecondaryvariants for consistent renderingTable: Added
--dsc-table-vertical-alignCSS custom propertyTable: Prevents page breaks within tables when printing
Tag: Added missing
--dsc-tag-border-radiusCSS custom property@digdir/designsystemet-react@1.16.0
Patch Changes
Suggestion: Better handle React async rendering child
<u-datalist>element (#4933)Dialog: do not trigger
closeevent when using controlled mode (#4965)Label: Removed unneeded default value for
weightprop. (#4955)Suggestion: Updated VoiceOver compatibility - both with and without QuickNav (#4970)
Dialog: Apply
autofocusonly for dialog-level animations, not nested element animations (#4958)Button: No longer renders a redundant
data-variantattribute in HTML when novariantis specified. (#4968)Field: Added missing TypeScript support for
data-positionwhen usingradioorcheckboxinputs.usePagination: No longer outputs redundant
variantpropsExport missing types
DefaultPropsandPlacement(#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
::beforeelement to correctly calculate arrow size (#4951)Popover: Automatically run Popover API polyfill if needed in older browsers (#4983)
v1.15.0Compare 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-radiusand--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-weighton some heading elements. (#4903)Added new export for testing experimental changes. Use this by appending
/experimental_v2to 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 withoutclass="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
roleanddata-indeterminatethat would breakSuggestion(#4883)Patch Changes
Update npm non-major dependencies (#4889)
Tooltip: deprecate
typeprop, as it no longer does anything (#4898)Tooltip: the React component will no longer override existing accessible text. It now correctly sets
aria-descriptionin that case. If there is no accessible text,aria-labelwill 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
HeadingPropsfordata-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-labelledbybased on heading element ifaria-labeloraria-labelledbyis 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 allowaria-labelledby, which is used in the component (#4895)navikt/aksel (@navikt/aksel-icons)
v8.13.0Compare Source
Minor Changes
v8.12.1Compare Source
v8.12.0Compare Source
v8.11.1Compare Source
v8.11.0Compare Source
Minor Changes
NewsletterandNewsletterFill(#4887)v8.10.6Compare Source
v8.10.5Compare Source
v8.10.4Compare Source
v8.10.3Compare Source
v8.10.2Compare Source
v8.10.1Compare Source
v8.10.0Compare Source
v8.9.1Compare Source
storybookjs/storybook (@storybook/addon-a11y)
v10.4.6Compare Source
v10.4.5Compare Source
v10.4.4Compare Source
v10.4.3Compare Source
v10.4.2Compare Source
reg-viz/storycap-testrun (@storycap-testrun/browser)
v2.1.1Compare Source
Patch Changes
#267
819f60eThanks @wadackel! - Fix bundled.d.mts/.d.ctsemittingvitestStorycapPluginOptions(the default export of@storycap-testrun/browser/vitest-plugin) as a type-only export, which causedTS1362: cannot be used as a value because it was exported using 'export type'in TypeScript consumers usingimport storycap from "@​storycap-testrun/browser/vitest-plugin"from avitest.config.ts(issue #266).The browser package build is now split into per-entry tsdown configurations (
tsdown.config.tswithdefineConfigarray) so the upstreamrolldown-plugin-dtsshared-chunk re-export bug — which incorrectly tagged runtime values with thetypemodifier in the sharedindex-XXXX.d.mtschunk — is avoided. Runtime output is unchanged.Updated dependencies []:
TanStack/virtual (@tanstack/react-virtual)
v3.14.3Compare Source
Patch Changes
#1201
2ba5eb6- MakedirectDomUpdatesa no-op for direct DOM writes whencontainerRefis omitted. Previously the virtualizer still wrote item positions while never sizing the container (a broken half-state). Now omittingcontainerRefskips all direct writes while still skipping re-renders, letting consumers own the DOM updates themselves (e.g. inonChange).Updated dependencies [
ef69ea3]:testing-library/react-testing-library (@testing-library/react)
v16.3.2Compare Source
Bug Fixes
v16.3.1Compare Source
Bug Fixes
vitest-dev/vitest (@vitest/browser-playwright)
v4.1.9Compare Source
🐞 Bug Fixes
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #10546 (a5180)View changes on GitHub
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.6Compare Source
🐞 Bug Fixes
ToMatchScreenshotResolvePath- by @macarie and @sheremet-va in #10138 (31882)sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by @hi-ogawa, Codex and @sheremet-va in #10196 (2847d)🏎 Performance
View changes on GitHub
v4.1.5Compare Source
🚀 Experimental Features
instrumenteroption - by @BartWaardenburg and @AriPerkkio in #10119 (0e0ff)🐞 Bug Fixes
vi.defineHelpercalled as object method - by @hi-ogawa in #10163 (122c2)agentreporter tominimal- by @sheremet-va in #10157 (663b9)View changes on GitHub
v4.1.4Compare Source
🚀 Experimental Features
skipFullif agent detected - by @hi-ogawa in #10018 (53757)assertionas a public field - by @sheremet-va in #10095 (a120e)🐞 Bug Fixes
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f)View changes on GitHub
v4.1.3Compare Source
🚀 Experimental Features
experimental.preParseflag - by @sheremet-va in #10070 (78273)browser.locators.exactoption - by @sheremet-va in #10013 (48799)TestAttachment.bodyEncoding- by @hi-ogawa in #9969 (89ca0)🐞 Bug Fixes
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in #10022 (3f5bf)@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in #10025 (146d4)defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in #10036 (5a5fa)JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in #9983 (66751)vitest- by @hi-ogawa and Codex in #10042 (691d3)View changes on GitHub
v4.1.2Compare Source
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (#9975).🐞 Bug Fixes
setupFilesfrom parent directory - by @hi-ogawa in #9960 (7aa93)toMatchScreenshotcan't capture a stable screenshot - by @macarie in #9847 (faace)coverageConfigDefaultsvalues and types - by @Arthie in #9940 (b3c99)View changes on GitHub
v4.1.1Compare Source
🚀 Features
matchesTagsto test if the current filter matches tags - by @sheremet-va in #9913 (eec53)experimental.vcsProvider- by @sheremet-va in #9928 (56115)🐞
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.