Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit c93b446

Browse files
committed
chore: updated dev deps
1 parent e0bc6ac commit c93b446

File tree

10 files changed

+2895
-1370
lines changed

10 files changed

+2895
-1370
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: npm run build
4646
- run: npm run deploy
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v1
48+
uses: actions/upload-pages-artifact@v3
4949

5050
# Deployment job
5151
deploy:
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- name: Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v2
66+
uses: actions/deploy-pages@v4
6767
release:
6868
runs-on: ubuntu-latest
6969
if: "${{ github.repository_owner == 'ebay' && github.event_name == 'push' }}"

.stylelintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@
4646
],
4747
"rules": {
4848
"scss/at-mixin-argumentless-call-parentheses": null,
49+
"at-rule-descriptor-value-no-unknown": null,
4950
"scss/dollar-variable-pattern": null,
5051
"order/properties-alphabetical-order": true,
52+
"declaration-property-value-no-unknown": null,
5153
"value-keyword-case": [
5254
"lower",
5355
{

dist/infotip/infotip.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ span.infotip__mask {
4343

4444
.infotip__cell {
4545
display: flex;
46+
overflow-wrap: anywhere;
4647
padding: var(--spacing-100) var(--spacing-200);
47-
word-break: break-word;
48+
word-break: normal;
4849
}
4950

5051
.infotip__content {

dist/tooltip/tooltip.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ span.tooltip__mask {
4343

4444
.tooltip__cell {
4545
display: flex;
46+
overflow-wrap: anywhere;
4647
padding: var(--spacing-100) var(--spacing-200);
47-
word-break: break-word;
48+
word-break: normal;
4849
}
4950
.tooltip__cell a {
5051
color: var(--tooltip-foreground-color, var(--color-foreground-primary));

dist/tourtip/tourtip.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ span.tourtip__mask {
4444
.tourtip__cell {
4545
display: flex;
4646
flex-wrap: wrap;
47+
overflow-wrap: anywhere;
4748
padding: var(--spacing-200);
48-
word-break: break-word;
49+
word-break: normal;
4950
}
5051
.tourtip__cell a {
5152
color: var(--tourtip-foreground-color, var(--color-foreground-on-inverse));

package-lock.json

Lines changed: 2861 additions & 1342 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -75,32 +75,32 @@
7575
"@changesets/cli": "^2.27.11",
7676
"@commitlint/cli": "^19.6.1",
7777
"@commitlint/config-conventional": "^19.6.0",
78-
"@docsearch/js": "^3.8.2",
78+
"@docsearch/js": "^3.8.3",
7979
"@ebay/browserslist-config": "^2.10.0",
8080
"@floating-ui/dom": "^1.6.13",
8181
"@marko/run": "^0.5.15",
8282
"@marko/run-adapter-static": "^0.2.1",
83-
"@percy/cli": "^1.30.5",
83+
"@percy/cli": "^1.30.6",
8484
"@percy/storybook": "^6.0.3",
85-
"@storybook/html": "^8.4.7",
86-
"@storybook/html-webpack5": "^8.4.7",
85+
"@storybook/html": "^8.5.0",
86+
"@storybook/html-webpack5": "^8.5.0",
8787
"autoprefixer": "^10.4.20",
8888
"babel-loader": "^9.2.1",
8989
"btoa": "^1",
9090
"clean-css": "^5",
9191
"cross-env": "^7",
9292
"cssnano": "^7.0.6",
93-
"eslint": "^9.17.0",
93+
"eslint": "^9.18.0",
9494
"eslint-config-ebay": "^1",
95-
"eslint-config-prettier": "^9",
95+
"eslint-config-prettier": "^10",
9696
"eslint-plugin-prettier": "^5",
97-
"gh-pages": "^6.2.0",
97+
"gh-pages": "^6.3.0",
9898
"gulp": "^5",
9999
"husky": "^9.1.7",
100-
"jsdom": "^25.0.1",
101-
"lint-staged": "^15.2.11",
100+
"jsdom": "^26.0.0",
101+
"lint-staged": "^15.4.1",
102102
"makeup-alert-dialog": "~0.3.4",
103-
"makeup-combobox": "~0.4.5",
103+
"makeup-combobox": "~0.4.6",
104104
"makeup-confirm-dialog": "~0.3.4",
105105
"makeup-dialog": "~0.5.4",
106106
"makeup-dialog-button": "~0.4.4",
@@ -122,34 +122,34 @@
122122
"makeup-snackbar-dialog": "0.2.4",
123123
"makeup-switch": "~0.3.3",
124124
"makeup-toast-dialog": "0.2.4",
125-
"marko": "^5.37.7",
125+
"marko": "^5.37.11",
126126
"mkdirp": "^3",
127127
"ncp": "^2",
128128
"npm-run-all": "^4",
129-
"postcss": "^8.4.49",
129+
"postcss": "^8.5.1",
130130
"postcss-cli": "^11.0.0",
131131
"postcss-comment": "^2.0.0",
132132
"postcss-import": "^16.1.0",
133133
"postcss-loader": "^8.1.1",
134-
"postcss-mixins": "^10.0.1",
135-
"postcss-nested": "^6.2.0",
134+
"postcss-mixins": "^11.0.3",
135+
"postcss-nested": "^7.0.2",
136136
"postcss-simple-vars": "^7.0.1",
137137
"prettier": "^3.4.2",
138138
"prismjs": "^1.29.0",
139139
"rimraf": "^6",
140-
"sass": "^1.83.0",
140+
"sass": "^1.83.4",
141141
"sass-loader": "^16.0.4",
142-
"storybook": "^8.4.7",
143-
"stylelint": "^16.12.0",
142+
"storybook": "^8.5.0",
143+
"stylelint": "^16.13.2",
144144
"stylelint-config-prettier-scss": "^1.0.0",
145-
"stylelint-config-standard": "^36",
146-
"stylelint-config-standard-scss": "^13.1.0",
145+
"stylelint-config-standard": "^37",
146+
"stylelint-config-standard-scss": "^14.0.0",
147147
"stylelint-no-unsupported-browser-features": "^8",
148148
"stylelint-order": "^6",
149149
"stylelint-prettier": "^5",
150150
"svgo": "^3.3.2",
151151
"webpack": "^5.97.1",
152-
"webpack-cli": "^5.1.4",
152+
"webpack-cli": "^6.0.1",
153153
"winston": "^3.17.0",
154154
"xmlserializer": "^0.6.1",
155155
"yargs": "^17.7.2"

src/sass/mixins/private/_bubble-mixins.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
/* creates basic layout */
4040
@mixin bubble-cell($tourtip-spacing: var(--spacing-100) var(--spacing-200)) {
4141
display: flex;
42+
overflow-wrap: anywhere;
4243
padding: $tourtip-spacing;
43-
word-break: break-word;
44+
word-break: normal;
4445
}
4546

4647
@mixin bubble-content() {

src/sass/mixins/private/_dialog-mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "../public/utility-mixins";
1+
@use "../public/utility-mixins" as *;
22

33
:root {
44
--dialog-scrim-color-hide: rgba(17, 24, 32, 0);

src/sass/table/table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $density-relaxed-img-radius: 8px;
124124
.table-cell--numeric {
125125
text-align: right;
126126
}
127-
/* .table__cell is for backwards compatibility of first iteration of alpha
127+
/* .table__cell is for backwards compatibility of first iteration of alpha
128128
Remove in next major version
129129
*/
130130
.table__cell {

0 commit comments

Comments
 (0)