Skip to content

Commit 8cab043

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 22 updates (#5163)
* chore(deps): bump the all-dependencies group across 1 directory with 22 updates --- updated-dependencies: - dependency-name: "@equinor/eds-mobile-components" dependency-version: 0.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@figma/code-connect" dependency-version: 1.4.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@figma/rest-api-spec" dependency-version: 0.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@next/eslint-plugin-next" dependency-version: 16.2.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@next/mdx" dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@tailwindcss/postcss" dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: browserslist dependency-version: 4.28.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: downshift dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: lucide-react dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: next dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: prettier dependency-version: 3.9.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: react-hook-form dependency-version: 7.81.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: react-router-dom dependency-version: 7.18.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: styled-components dependency-version: 6.4.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: stylelint dependency-version: 17.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tailwindcss dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tsc-watch dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tsx dependency-version: 4.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typescript-eslint dependency-version: 8.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: vite dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: vitest dependency-version: 4.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * test: update Autocomplete snapshot after dependency bumps * style: apply prettier 3.9 formatting * test: tidy stray blank lines and stale comment after removed eslint directives --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frida <fridaerdal@hotmail.no>
1 parent a42930d commit 8cab043

47 files changed

Lines changed: 1182 additions & 1247 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/eds-color-palette-generator/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@
2929
"@equinor/eds-tokens": "workspace:^",
3030
"@equinor/eds-utils": "workspace:^",
3131
"colorjs.io": "^0.6.1",
32-
"lucide-react": "^1.21.0",
33-
"next": "16.2.9",
32+
"lucide-react": "^1.23.0",
33+
"next": "16.2.10",
3434
"react": "^19.2.6",
3535
"react-dom": "^19.2.6"
3636
},
3737
"devDependencies": {
3838
"@eslint/eslintrc": "^3.3.5",
3939
"@microsoft/api-extractor": "^7.58.9",
40-
"@next/eslint-plugin-next": "16.2.9",
40+
"@next/eslint-plugin-next": "16.2.10",
4141
"@playwright/test": "^1.61.1",
42-
"@tailwindcss/postcss": "^4.3.1",
42+
"@tailwindcss/postcss": "^4.3.2",
4343
"@types/node": "^25.5.2",
4444
"@types/react": "^19.2.15",
4545
"@types/react-dom": "^19.2.3",
4646
"dotenv": "^17.4.0",
4747
"eslint": "^9.38.0",
4848
"eslint-config-next": "16.2.10",
49-
"tailwindcss": "^4.3.1",
50-
"tsx": "^4.22.4",
49+
"tailwindcss": "^4.3.2",
50+
"tsx": "^4.23.0",
5151
"typescript": "^5.9.3",
52-
"vite": "^8.1.0",
52+
"vite": "^8.1.3",
5353
"vite-plugin-dts": "^5.0.3",
54-
"vitest": "^4.1.9"
54+
"vitest": "^4.1.10"
5555
}
5656
}

apps/eds-demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
"@equinor/eds-tokens": "workspace:^",
1717
"@mdx-js/loader": "^3.1.1",
1818
"@mdx-js/react": "^3.1.1",
19-
"@next/mdx": "^16.2.9",
19+
"@next/mdx": "^16.2.10",
2020
"@types/mdx": "^2.0.14",
2121
"github-markdown-css": "^5.9.0",
22-
"next": "16.2.9",
22+
"next": "16.2.10",
2323
"react": "^19.2.6",
2424
"react-dom": "^19.2.6",
2525
"remark-gfm": "^4.0.1"
2626
},
2727
"devDependencies": {
2828
"@playwright/test": "^1.61.1",
29-
"@tailwindcss/postcss": "^4.3.1",
29+
"@tailwindcss/postcss": "^4.3.2",
3030
"@types/node": "^25.5.2",
3131
"@types/react": "^19.2.15",
3232
"@types/react-dom": "^19.2.3",
3333
"autoprefixer": "^10.5.1",
3434
"eslint": "^9.38.0",
3535
"eslint-config-next": "16.2.10",
3636
"postcss": "^8.5.17",
37-
"tailwindcss": "^4.3.1",
37+
"tailwindcss": "^4.3.2",
3838
"typescript": "^5.9.3"
3939
},
4040
"prettier": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@
8989
"eslint-plugin-storybook": "^10.4.6",
9090
"eslint-plugin-testing-library": "^7.16.2",
9191
"globals": "^17.7.0",
92-
"typescript-eslint": "^8.62.0",
92+
"typescript-eslint": "^8.63.0",
9393
"jest-axe": "^10.0.0",
94-
"stylelint": "^17.13.0",
94+
"stylelint": "^17.14.0",
9595
"stylelint-config-clean-order": "^10.0.0",
9696
"stylelint-config-standard": "^40.0.0",
9797
"stylelint-order": "^8.1.1",
98-
"prettier": "3.8.4",
98+
"prettier": "3.9.4",
9999
"typescript": "^5.9.3"
100100
},
101101
"browserslist": "last 2 Chrome versions, last 2 firefox versions, last 2 safari versions, last 2 edge versions, not dead",

packages/eds-core-react/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"react"
5555
],
5656
"devDependencies": {
57-
"@equinor/eds-mobile-components": "^0.2.0",
58-
"@figma/code-connect": "^1.4.8",
57+
"@equinor/eds-mobile-components": "^0.3.0",
58+
"@figma/code-connect": "^1.4.9",
5959
"@playwright/test": "^1.61.1",
6060
"@rollup/plugin-babel": "^7.1.0",
6161
"@rollup/plugin-commonjs": "^29.0.3",
@@ -75,7 +75,7 @@
7575
"@types/react": "^19.2.15",
7676
"@types/react-dom": "^19.2.3",
7777
"babel-plugin-styled-components": "^2.3.0",
78-
"browserslist": "^4.28.4",
78+
"browserslist": "^4.28.5",
7979
"eslint-plugin-storybook": "10.4.6",
8080
"lightningcss": "^1.32.0",
8181
"jest": "^30.4.2",
@@ -87,16 +87,16 @@
8787
"ramda": "^0.32.0",
8888
"react": "^19.2.6",
8989
"react-dom": "^19.2.6",
90-
"react-hook-form": "^7.80.0",
91-
"react-router-dom": "^7.18.0",
90+
"react-hook-form": "^7.81.0",
91+
"react-router-dom": "^7.18.1",
9292
"remark-gfm": "^4.0.1",
9393
"rollup": "^4.62.2",
9494
"rollup-plugin-delete": "^3.0.2",
9595
"rollup-plugin-postcss": "^4.0.2",
9696
"rollup-preserve-directives": "^1.1.3",
9797
"storybook": "^10.4.6",
98-
"styled-components": "6.4.2",
99-
"tsc-watch": "^7.2.0",
98+
"styled-components": "6.4.3",
99+
"tsc-watch": "^7.2.1",
100100
"typescript": "^5.9.3"
101101
},
102102
"peerDependencies": {
@@ -116,7 +116,7 @@
116116
"@react-stately/datepicker": "^3.17.1",
117117
"@react-types/shared": "^3.36.0",
118118
"@tanstack/react-virtual": "3.14.5",
119-
"downshift": "9.3.6",
119+
"downshift": "9.4.0",
120120
"react-aria": "^3.50.0"
121121
}
122122
}

packages/eds-core-react/src/components/Accordion/AccordionHeader.tsx

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,22 @@ const StyledAccordionHeader = styled.div<StyledAccordionHeaderButtonProps>(
4343
background-color: ${header.background};
4444
${bordersTemplate(border)}
4545
border-top: ${$parentIndex === 0 ? null : 'none'};
46-
${disabled
47-
? css`
48-
color: ${header.states.disabled.typography.color};
49-
cursor: not-allowed;
50-
`
51-
: css`
52-
color: ${header.typography.color};
53-
cursor: pointer;
54-
@media (hover: hover) and (pointer: fine) {
55-
&:hover {
56-
background: ${header.states.hover.background};
46+
${
47+
disabled
48+
? css`
49+
color: ${header.states.disabled.typography.color};
50+
cursor: not-allowed;
51+
`
52+
: css`
53+
color: ${header.typography.color};
54+
cursor: pointer;
55+
@media (hover: hover) and (pointer: fine) {
56+
&:hover {
57+
background: ${header.states.hover.background};
58+
}
5759
}
58-
}
59-
`}
60+
`
61+
}
6062
`
6163
},
6264
)
@@ -100,15 +102,17 @@ const StyledAccordionHeaderButton =
100102
display: flex;
101103
align-items: center;
102104
flex-grow: 1;
103-
${disabled
104-
? css({
105-
color: header.states.disabled.typography.color,
106-
cursor: 'not-allowed',
107-
})
108-
: css({
109-
color: header.typography.color,
110-
cursor: 'pointer',
111-
})}
105+
${
106+
disabled
107+
? css({
108+
color: header.states.disabled.typography.color,
109+
cursor: 'not-allowed',
110+
})
111+
: css({
112+
color: header.typography.color,
113+
cursor: 'pointer',
114+
})
115+
}
112116
> svg {
113117
color: ${iconToken.typography.color};
114118
}
@@ -120,9 +124,11 @@ const StyledIcon = styled(Icon)<{ $chevronPosition: 'left' | 'right' }>(({
120124
}) => {
121125
return css`
122126
flex-shrink: 0;
123-
${$chevronPosition === 'left'
124-
? css({ marginRight: '32px' })
125-
: css({ marginLeft: '16px' })}
127+
${
128+
$chevronPosition === 'left'
129+
? css({ marginRight: '32px' })
130+
: css({ marginLeft: '16px' })
131+
}
126132
`
127133
})
128134

packages/eds-core-react/src/components/Accordion/AccordionHeaderActions.tsx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,22 @@ const StyledAccordionHeaderActions =
2626
align-items: center;
2727
justify-content: flex-end;
2828
padding-right: ${header.spacings.right};
29-
${disabled
30-
? css({
31-
color: header.states.disabled.typography.color,
32-
cursor: 'not-allowed',
33-
})
34-
: css({
35-
color: header.typography.color,
36-
cursor: 'pointer',
37-
})}
38-
color: ${$isExpanded && !disabled
39-
? header.states.active.typography?.color
40-
: 'inherit'};
29+
${
30+
disabled
31+
? css({
32+
color: header.states.disabled.typography.color,
33+
cursor: 'not-allowed',
34+
})
35+
: css({
36+
color: header.typography.color,
37+
cursor: 'pointer',
38+
})
39+
}
40+
color: ${
41+
$isExpanded && !disabled
42+
? header.states.active.typography?.color
43+
: 'inherit'
44+
};
4145
`
4246
},
4347
)

packages/eds-core-react/src/components/Accordion/AccordionHeaderTitle.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ const StyledAccordionHeaderTitle = styled.span<StyledAccordionHeaderTitleProps>(
2525
flex-grow: 1;
2626
overflow: hidden;
2727
text-align: left;
28-
color: ${$isExpanded && !$disabled
29-
? header.states.active.typography?.color
30-
: 'inherit'};
28+
color: ${
29+
$isExpanded && !$disabled
30+
? header.states.active.typography?.color
31+
: 'inherit'
32+
};
3133
`
3234
},
3335
)

packages/eds-core-react/src/components/Autocomplete/Option.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ export const StyledListItem = styled.li<StyledListItemType>(
3333
cursor: ${$highlighted === 'true' ? 'pointer' : 'default'};
3434
${typographyTemplate(theme.typography)}
3535
${spacingsTemplate(theme.spacings)}
36-
${$isdisabled === 'true'
37-
? css`
38-
color: ${theme.states.disabled.typography.color};
39-
`
40-
: ''}
36+
${
37+
$isdisabled === 'true'
38+
? css`
39+
color: ${theme.states.disabled.typography.color};
40+
`
41+
: ''
42+
}
4143
`
4244
},
4345
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

3-
exports[`Autocomplete Matches snapshot 1`] = `"<div class="Autocomplete__Container-sc-yvif0e-0 jbta-dK"><label id="downshift-test-id" for="downshift-test-id" class="Label__LabelBase-sc-1gi2bcn-0 eAoEZ"><span class="Label__Text-sc-1gi2bcn-1 bfxypJ">Select label test</span></label><div class="Autocomplete__Container-sc-yvif0e-0 jbta-dK"><div class="Input__Container-sc-1ykv024-0 AXbry"><input style="resize: none;" aria-activedescendant="downshift-test-id-item-0" aria-autocomplete="list" aria-controls="downshift-test-controls" aria-expanded="true" aria-labelledby="downshift-test-label-id" autocomplete="off" id="downshift-test-id" role="combobox" class="Input__StyledInput-sc-1ykv024-1 PNbWN" type="text" value=""><div class="Input__Adornments-sc-1ykv024-2 Input__RightAdornments-sc-1ykv024-4 gaMPHY jlsbaY"><button type="button" tabindex="-1" aria-controls="downshift-test-controls" aria-expanded="true" id="downshift-test-id" aria-label="toggle options" title="open" class="Button__ButtonBase-sc-1hs0myn-1 ihPuWg Autocomplete__StyledButton-sc-yvif0e-2 VsFWL"><span class="Button__Inner-sc-1hs0myn-0 jNcrVQ"><svg fill="currentColor" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" class="Icon__StyledSvg-sc-6evbi1-0 iMSGDw"><path data-testid="eds-icon-path" d="m7 14.5 5-5 5 5z" fill-rule="evenodd" clip-rule="evenodd" class="Icon__StyledPath-sc-6evbi1-1"></path></svg></span></button></div></div></div><div popover="manual" tabindex="-1" data-floating-ui-focusable="" style="position: absolute; top: -4px; left: 0px; width: auto;" class="OptionList__StyledPopover-sc-t6tp7k-0 khmzGM"><ul id="downshift-test-id" role="listbox" aria-labelledby="downshift-test-label-id" style="max-height: 300px;" class="List__StyledList-sc-v9d2hy-0 XoHCf OptionList__StyledList-sc-t6tp7k-1 cngwDH"><li role="presentation" style="height: 144px; margin: 0px; grid-area: 1 / -1;"></li><li aria-hidden="false" aria-setsize="3" data-index="0" aria-posinset="1" aria-disabled="false" aria-selected="true" id="downshift-test-id" role="option" style="transform: translateY(0px); height: 48px;" class="Option__StyledListItem-sc-1ly11zu-0 cfTdi"><span class="Option__AutocompleteOptionLabel-sc-1ly11zu-1 kUIzPD">One</span></li><li aria-hidden="false" aria-setsize="3" data-index="1" aria-posinset="2" aria-disabled="false" aria-selected="false" id="downshift-test-id" role="option" style="transform: translateY(48px); height: 48px;" class="Option__StyledListItem-sc-1ly11zu-0 iCVNuq"><span class="Option__AutocompleteOptionLabel-sc-1ly11zu-1 kUIzPD">Two</span></li><li aria-hidden="false" aria-setsize="3" data-index="2" aria-posinset="3" aria-disabled="false" aria-selected="false" id="downshift-test-id" role="option" style="transform: translateY(96px); height: 48px;" class="Option__StyledListItem-sc-1ly11zu-0 iCVNuq"><span class="Option__AutocompleteOptionLabel-sc-1ly11zu-1 kUIzPD">Three</span></li></ul></div></div>"`;
3+
exports[`Autocomplete Matches snapshot 1`] = `"<div class="Autocomplete__Container-sc-yvif0e-0 eokfcP"><label id="downshift-test-id" for="downshift-test-id" class="Label__LabelBase-sc-1gi2bcn-0 ivpBtE"><span class="Label__Text-sc-1gi2bcn-1 jEcoFI">Select label test</span></label><div class="Autocomplete__Container-sc-yvif0e-0 eokfcP"><div class="Input__Container-sc-1ykv024-0 fQOoUL"><input style="resize: none;" aria-activedescendant="downshift-test-id-item-0" aria-autocomplete="list" aria-controls="downshift-test-controls" aria-expanded="true" aria-labelledby="downshift-test-label-id" autocomplete="off" id="downshift-test-id" role="combobox" class="Input__StyledInput-sc-1ykv024-1 edvZcE" type="text" value=""><div class="Input__Adornments-sc-1ykv024-2 Input__RightAdornments-sc-1ykv024-4 brsBdR kqoRit"><button type="button" tabindex="-1" aria-controls="downshift-test-controls" aria-expanded="true" id="downshift-test-id" aria-label="toggle options" title="open" class="Button__ButtonBase-sc-1hs0myn-1 dKnLGx Autocomplete__StyledButton-sc-yvif0e-2 dmlTjq"><span class="Button__Inner-sc-1hs0myn-0 ULafd"><svg fill="currentColor" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" class="Icon__StyledSvg-sc-6evbi1-0 bRHOEJ"><path data-testid="eds-icon-path" d="m7 14.5 5-5 5 5z" fill-rule="evenodd" clip-rule="evenodd" class="Icon__StyledPath-sc-6evbi1-1"></path></svg></span></button></div></div></div><div popover="manual" tabindex="-1" data-floating-ui-focusable="" style="position: absolute; top: -4px; left: 0px; width: auto;" class="OptionList__StyledPopover-sc-t6tp7k-0 ibHgmN"><ul id="downshift-test-id" role="listbox" aria-labelledby="downshift-test-label-id" style="max-height: 300px;" class="List__StyledList-sc-v9d2hy-0 dRuIXW OptionList__StyledList-sc-t6tp7k-1 EyjYS"><li role="presentation" style="height: 144px; margin: 0px; grid-area: 1 / -1;"></li><li aria-hidden="false" aria-setsize="3" data-index="0" aria-posinset="1" aria-disabled="false" aria-selected="true" id="downshift-test-id" role="option" style="transform: translateY(0px); height: 48px;" class="Option__StyledListItem-sc-1ly11zu-0 hdFAKf"><span class="Option__AutocompleteOptionLabel-sc-1ly11zu-1 guBBIO">One</span></li><li aria-hidden="false" aria-setsize="3" data-index="1" aria-posinset="2" aria-disabled="false" aria-selected="false" id="downshift-test-id" role="option" style="transform: translateY(48px); height: 48px;" class="Option__StyledListItem-sc-1ly11zu-0 hiyYmH"><span class="Option__AutocompleteOptionLabel-sc-1ly11zu-1 guBBIO">Two</span></li><li aria-hidden="false" aria-setsize="3" data-index="2" aria-posinset="3" aria-disabled="false" aria-selected="false" id="downshift-test-id" role="option" style="transform: translateY(96px); height: 48px;" class="Option__StyledListItem-sc-1ly11zu-0 hiyYmH"><span class="Option__AutocompleteOptionLabel-sc-1ly11zu-1 guBBIO">Three</span></li></ul></div></div>"`;

packages/eds-core-react/src/components/Banner/BannerActions.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ const StyledBannerActions = styled.div<StyledBannerActionsProps>(
1515
margin-left: ${theme.spacings.left};
1616
grid-gap: 8px;
1717
grid-column: ${$placement === 'bottom' ? '1/-1' : 'auto'};
18-
${$placement === 'bottom' && {
19-
marginTop: theme.spacings.top,
20-
marginLeft: '0',
21-
}}
18+
${
19+
$placement === 'bottom' && {
20+
marginTop: theme.spacings.top,
21+
marginLeft: '0',
22+
}
23+
}
2224
`
2325
},
2426
)

0 commit comments

Comments
 (0)