Skip to content

Commit 167fb04

Browse files
chore(deps-dev): bump the dev-deps group across 1 directory with 26 updates (#1728)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00b41da commit 167fb04

File tree

19 files changed

+1406
-729
lines changed

19 files changed

+1406
-729
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,27 @@
2727
},
2828
"devDependencies": {
2929
"@changesets/changelog-github": "~0.5.1",
30-
"@changesets/cli": "~2.29.4",
31-
"@eslint/js": "~9.29.0",
30+
"@changesets/cli": "~2.29.5",
31+
"@eslint/js": "~9.31.0",
3232
"@rocket.chat/prettier-config": "workspace:~",
3333
"eslint": "~9.29.0",
34-
"eslint-import-resolver-typescript": "~4.4.3",
35-
"eslint-plugin-import": "~2.31.0",
34+
"eslint-import-resolver-typescript": "~4.4.4",
35+
"eslint-plugin-import": "~2.32.0",
3636
"eslint-plugin-jsx-a11y": "~6.10.2",
37-
"eslint-plugin-mdx": "~3.5.0",
38-
"eslint-plugin-prettier": "~5.4.1",
37+
"eslint-plugin-mdx": "~3.6.2",
38+
"eslint-plugin-prettier": "~5.5.3",
3939
"eslint-plugin-react": "~7.37.5",
4040
"eslint-plugin-react-hooks": "~5.2.0",
41-
"eslint-plugin-storybook": "~9.0.11",
42-
"globals": "~16.2.0",
41+
"eslint-plugin-storybook": "~9.0.18",
42+
"globals": "~16.3.0",
4343
"husky": "~9.1.7",
4444
"hygen": "~6.2.11",
4545
"pinst": "~3.0.0",
4646
"prettier": "~3.5.3",
47-
"storybook": "~9.0.11",
47+
"storybook": "~9.0.18",
4848
"turbo": "~2.5.5",
4949
"typescript": "~5.8.3",
50-
"typescript-eslint": "~8.34.0",
50+
"typescript-eslint": "~8.38.0",
5151
"update-readme": "workspace:~"
5252
},
5353
"packageManager": "yarn@4.9.2",

packages/css-in-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@
4444
"stylis": "~4.3.6"
4545
},
4646
"devDependencies": {
47-
"@rollup/plugin-commonjs": "~28.0.5",
47+
"@rollup/plugin-commonjs": "~28.0.6",
4848
"@rollup/plugin-json": "~6.1.0",
4949
"@rollup/plugin-node-resolve": "~16.0.1",
5050
"@rollup/plugin-terser": "~0.4.4",
51-
"@rollup/plugin-typescript": "~12.1.2",
51+
"@rollup/plugin-typescript": "~12.1.4",
5252
"@types/stylis": "^4.2.7",
5353
"eslint": "~9.29.0",
5454
"jest": "~30.0.0",
5555
"lint-all": "workspace:~",
5656
"prettier": "~3.5.3",
57-
"rollup": "~4.43.0",
57+
"rollup": "~4.45.1",
5858
"ts-jest": "~29.4.0",
59-
"typedoc": "~0.28.5",
59+
"typedoc": "~0.28.7",
6060
"typescript": "~5.8.3"
6161
},
6262
"publishConfig": {

packages/css-supports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lint-all": "workspace:~",
3838
"prettier": "~3.5.3",
3939
"rimraf": "~6.0.1",
40-
"typedoc": "~0.28.5",
40+
"typedoc": "~0.28.7",
4141
"typescript": "~5.8.3"
4242
},
4343
"publishConfig": {

packages/emitter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
"docs": "typedoc"
3535
},
3636
"devDependencies": {
37-
"@rollup/plugin-commonjs": "~28.0.5",
37+
"@rollup/plugin-commonjs": "~28.0.6",
3838
"@rollup/plugin-json": "~6.1.0",
3939
"@rollup/plugin-node-resolve": "~16.0.1",
4040
"@rollup/plugin-terser": "~0.4.4",
41-
"@rollup/plugin-typescript": "~12.1.2",
41+
"@rollup/plugin-typescript": "~12.1.4",
4242
"eslint": "~9.29.0",
4343
"jest": "~30.0.0",
4444
"lint-all": "workspace:~",
4545
"npm-run-all": "^4.1.5",
4646
"prettier": "~3.5.3",
47-
"rollup": "~4.43.0",
47+
"rollup": "~4.45.1",
4848
"ts-jest": "~29.4.0",
49-
"typedoc": "~0.28.5",
49+
"typedoc": "~0.28.7",
5050
"typescript": "~5.8.3"
5151
},
5252
"publishConfig": {

packages/fuselage-forms/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"devDependencies": {
3838
"@rocket.chat/fuselage": "*",
3939
"@rocket.chat/fuselage-tokens": "workspace:~",
40-
"@storybook/addon-docs": "~9.0.9",
40+
"@storybook/addon-docs": "~9.0.18",
4141
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
42-
"@storybook/react-webpack5": "~9.0.9",
42+
"@storybook/react-webpack5": "~9.0.18",
4343
"@storybook/types": "~8.6.14",
4444
"@testing-library/jest-dom": "~6.6.3",
4545
"@testing-library/react": "~16.3.0",
@@ -51,17 +51,17 @@
5151
"eslint": "~9.23.0",
5252
"jest": "~29.7.0",
5353
"jest-axe": "~10.0.0",
54-
"jest-environment-jsdom": "~30.0.0",
54+
"jest-environment-jsdom": "~30.0.5",
5555
"lint-all": "workspace:~",
5656
"prettier": "~3.5.3",
5757
"react": "~18.3.1",
5858
"react-dom": "~18.3.1",
5959
"rimraf": "~6.0.1",
60-
"storybook": "~9.0.9",
60+
"storybook": "~9.0.18",
6161
"storybook-dark-mode": "patch:storybook-dark-mode@npm%3A4.0.2#~/.yarn/patches/storybook-dark-mode-npm-4.0.2-1acb0927fb.patch",
6262
"ts-jest": "~29.4.0",
6363
"typescript": "~5.8.3",
64-
"webpack": "~5.99.9"
64+
"webpack": "~5.100.2"
6565
},
6666
"peerDependencies": {
6767
"@rocket.chat/fuselage": "*",

packages/fuselage-hooks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"devDependencies": {
4242
"@rocket.chat/emitter": "workspace:~",
4343
"@rocket.chat/fuselage-tokens": "workspace:~",
44-
"@rollup/plugin-commonjs": "~28.0.5",
44+
"@rollup/plugin-commonjs": "~28.0.6",
4545
"@rollup/plugin-json": "~6.1.0",
4646
"@rollup/plugin-node-resolve": "~16.0.1",
4747
"@rollup/plugin-terser": "~0.4.4",
48-
"@rollup/plugin-typescript": "~12.1.2",
48+
"@rollup/plugin-typescript": "~12.1.4",
4949
"@testing-library/dom": "~10.4.0",
5050
"@testing-library/react": "~16.3.0",
5151
"@testing-library/user-event": "~14.6.1",
@@ -54,17 +54,17 @@
5454
"@types/resize-observer-browser": "~0.1.11",
5555
"eslint": "~9.29.0",
5656
"jest": "~30.0.0",
57-
"jest-environment-jsdom": "~30.0.0",
57+
"jest-environment-jsdom": "~30.0.5",
5858
"lint-all": "workspace:~",
5959
"npm-run-all": "^4.1.5",
6060
"prettier": "~3.5.3",
6161
"react": "~18.3.1",
6262
"react-dom": "~18.3.1",
6363
"rimraf": "~6.0.1",
64-
"rollup": "~4.43.0",
64+
"rollup": "~4.45.1",
6565
"testing-utils": "workspace:~",
6666
"ts-jest": "~29.4.0",
67-
"typedoc": "~0.28.5",
67+
"typedoc": "~0.28.7",
6868
"typescript": "~5.8.3"
6969
},
7070
"peerDependencies": {

packages/fuselage-toastbar/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"@rocket.chat/fuselage-tokens": "workspace:~",
5151
"@rocket.chat/layout": "workspace:~",
5252
"@rocket.chat/styled": "workspace:~",
53-
"@storybook/addon-docs": "~9.0.9",
53+
"@storybook/addon-docs": "~9.0.18",
5454
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
55-
"@storybook/react-webpack5": "~9.0.9",
55+
"@storybook/react-webpack5": "~9.0.18",
5656
"@testing-library/dom": "~10.4.0",
5757
"@testing-library/jest-dom": "~6.6.3",
5858
"@testing-library/react": "~16.3.0",
@@ -61,17 +61,17 @@
6161
"@types/react-dom": "~18.3.7",
6262
"eslint": "~9.29.0",
6363
"jest": "~30.0.0",
64-
"jest-environment-jsdom": "~30.0.0",
64+
"jest-environment-jsdom": "~30.0.5",
6565
"lint-all": "workspace:~",
6666
"npm-run-all": "^4.1.5",
6767
"prettier": "~3.5.3",
6868
"react": "~18.3.1",
6969
"react-dom": "~18.3.1",
7070
"rimraf": "~6.0.1",
71-
"storybook": "~9.0.9",
71+
"storybook": "~9.0.18",
7272
"storybook-dark-mode": "patch:storybook-dark-mode@npm%3A4.0.2#~/.yarn/patches/storybook-dark-mode-npm-4.0.2-1acb0927fb.patch",
7373
"ts-jest": "~29.4.0",
74-
"typedoc": "~0.28.5",
74+
"typedoc": "~0.28.7",
7575
"typescript": "~5.8.3"
7676
},
7777
"peerDependencies": {

packages/fuselage-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"build-design-tokens": "workspace:~",
4040
"eslint": "~9.29.0",
41-
"eslint-config-prettier": "~10.1.5",
41+
"eslint-config-prettier": "~10.1.8",
4242
"lint-all": "workspace:~",
4343
"npm-run-all": "^4.1.5",
4444
"postcss": "~8.5.6",

packages/fuselage/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@
5252
"react-stately": "~3.35.0"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "~7.27.4",
56-
"@babel/plugin-transform-runtime": "~7.27.4",
57-
"@babel/preset-env": "~7.27.2",
55+
"@babel/core": "~7.28.0",
56+
"@babel/plugin-transform-runtime": "~7.28.0",
57+
"@babel/preset-env": "~7.28.0",
5858
"@babel/preset-react": "~7.27.1",
5959
"@rocket.chat/fuselage-hooks": "workspace:~",
6060
"@rocket.chat/fuselage-polyfills": "workspace:~",
6161
"@rocket.chat/icons": "workspace:~",
62-
"@storybook/addon-a11y": "~9.0.9",
63-
"@storybook/addon-docs": "~9.0.9",
64-
"@storybook/addon-links": "~9.0.9",
62+
"@storybook/addon-a11y": "~9.0.18",
63+
"@storybook/addon-docs": "~9.0.18",
64+
"@storybook/addon-links": "~9.0.18",
6565
"@storybook/addon-styling-webpack": "~2.0.0",
6666
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
67-
"@storybook/react-webpack5": "~9.0.9",
67+
"@storybook/react-webpack5": "~9.0.18",
6868
"@testing-library/dom": "~10.4.0",
6969
"@testing-library/jest-dom": "~6.6.3",
7070
"@testing-library/react": "~16.3.0",
@@ -75,15 +75,15 @@
7575
"@types/react-dom": "~18.3.7",
7676
"autoprefixer": "~10.4.21",
7777
"babel-loader": "~10.0.0",
78-
"caniuse-lite": "~1.0.30001723",
78+
"caniuse-lite": "~1.0.30001727",
7979
"cross-env": "^7.0.3",
8080
"css-loader": "~7.1.2",
81-
"cssnano": "~7.0.7",
81+
"cssnano": "~7.1.0",
8282
"es-check": "~9.1.4",
8383
"eslint": "~9.29.0",
8484
"jest": "~30.0.0",
8585
"jest-axe": "~10.0.0",
86-
"jest-environment-jsdom": "~30.0.0",
86+
"jest-environment-jsdom": "~30.0.5",
8787
"lint-all": "workspace:~",
8888
"mini-css-extract-plugin": "~2.9.2",
8989
"normalize.css": "^8.0.1",
@@ -104,7 +104,7 @@
104104
"rimraf": "~6.0.1",
105105
"sass": "~1.89.2",
106106
"sass-loader": "~16.0.5",
107-
"storybook": "~9.0.9",
107+
"storybook": "~9.0.18",
108108
"storybook-dark-mode": "patch:storybook-dark-mode@npm%3A4.0.2#~/.yarn/patches/storybook-dark-mode-npm-4.0.2-1acb0927fb.patch",
109109
"style-loader": "~4.0.0",
110110
"stylelint": "~16.20.0",
@@ -115,7 +115,7 @@
115115
"ts-jest": "~29.4.0",
116116
"ts-loader": "~9.5.2",
117117
"typescript": "~5.8.3",
118-
"webpack": "~5.99.9",
118+
"webpack": "~5.100.2",
119119
"webpack-bundle-analyzer": "~4.10.2",
120120
"webpack-cli": "~6.0.1",
121121
"wrapper-webpack-plugin": "~2.2.2"

packages/layout/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
"devDependencies": {
3838
"@rocket.chat/fuselage": "workspace:~",
3939
"@rocket.chat/fuselage-tokens": "workspace:~",
40-
"@storybook/addon-a11y": "~9.0.9",
41-
"@storybook/addon-docs": "~9.0.9",
40+
"@storybook/addon-a11y": "~9.0.18",
41+
"@storybook/addon-docs": "~9.0.18",
4242
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
43-
"@storybook/react-webpack5": "~9.0.9",
43+
"@storybook/react-webpack5": "~9.0.18",
4444
"@testing-library/dom": "~10.4.0",
4545
"@testing-library/react": "~16.3.0",
4646
"@types/react": "~18.3.23",
4747
"@types/react-dom": "~18.3.7",
4848
"eslint": "~9.29.0",
4949
"i18next": "~23.4.9",
5050
"jest": "~30.0.0",
51-
"jest-environment-jsdom": "~30.0.0",
51+
"jest-environment-jsdom": "~30.0.5",
5252
"lint-all": "workspace:~",
5353
"npm-run-all": "^4.1.5",
5454
"prettier": "~3.5.3",
5555
"react": "~18.3.1",
5656
"react-dom": "~18.3.1",
5757
"react-i18next": "~13.2.2",
5858
"rimraf": "~6.0.1",
59-
"storybook": "~9.0.9",
59+
"storybook": "~9.0.18",
6060
"storybook-dark-mode": "patch:storybook-dark-mode@npm%3A4.0.2#~/.yarn/patches/storybook-dark-mode-npm-4.0.2-1acb0927fb.patch",
6161
"ts-jest": "~29.4.0",
62-
"typedoc": "~0.28.5",
62+
"typedoc": "~0.28.7",
6363
"typescript": "~5.8.3"
6464
},
6565
"peerDependencies": {

0 commit comments

Comments
 (0)