Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-deps group with 46 updates (#1501)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dougfabris <[email protected]>
  • Loading branch information
dependabot[bot] and dougfabris authored Dec 13, 2024
1 parent 1a4e891 commit e274cae
Show file tree
Hide file tree
Showing 24 changed files with 2,407 additions and 1,612 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
],
"devDependencies": {
"@changesets/changelog-github": "~0.5.0",
"@changesets/cli": "~2.27.9",
"@eslint/js": "~9.14.0",
"@changesets/cli": "~2.27.10",
"@eslint/js": "~9.16.0",
"@rocket.chat/prettier-config": "workspace:~",
"@types/eslint__js": "~8.42.3",
"eslint": "~9.14.0",
"eslint-import-resolver-typescript": "~3.6.3",
"eslint-import-resolver-typescript": "~3.7.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-mdx": "~3.1.5",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "~5.0.0",
"globals": "~15.12.0",
"husky": "~9.1.6",
"eslint-plugin-react-hooks": "~5.1.0",
"globals": "~15.13.0",
"husky": "~9.1.7",
"hygen": "~6.2.11",
"pinst": "~3.0.0",
"prettier": "~3.3.3",
"turbo": "~2.2.3",
"typescript": "~5.6.3",
"typescript-eslint": "~8.13.0",
"turbo": "~2.3.3",
"typescript": "~5.7.2",
"typescript-eslint": "~8.18.0",
"update-readme": "workspace:~"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/css-in-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.14",
"@types/stylis": "^4.0.2",
"eslint": "~9.14.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"prettier": "~3.3.3",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
"ts-jest": "~29.2.4",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
"ts-jest": "~29.2.5",
"typedoc": "~0.27.4",
"typescript": "~5.7.2"
},
"dependencies": {
"@emotion/hash": "^0.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/css-supports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"lint-all": "workspace:~",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
"typedoc": "~0.27.4",
"typescript": "~5.7.2"
},
"dependencies": {
"@rocket.chat/memo": "workspace:~"
Expand Down
8 changes: 4 additions & 4 deletions packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.14",
"eslint": "~9.14.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.3.3",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
"ts-jest": "~29.2.4",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
"ts-jest": "~29.2.5",
"typedoc": "~0.27.4",
"typescript": "~5.7.2"
}
}
12 changes: 6 additions & 6 deletions packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-typescript": "~8.3.4",
"@testing-library/react": "~16.0.1",
"@testing-library/react": "~16.1.0",
"@testing-library/user-event": "~14.5.2",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.14",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"@types/resize-observer-browser": "~0.1.7",
"@types/resize-observer-browser": "~0.1.11",
"@types/use-sync-external-store": "~0.0.3",
"eslint": "~9.14.0",
"jest": "~29.7.0",
Expand All @@ -68,9 +68,9 @@
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
"testing-utils": "workspace:~",
"ts-jest": "~29.2.4",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
"ts-jest": "~29.2.5",
"typedoc": "~0.27.4",
"typescript": "~5.7.2"
},
"peerDependencies": {
"@rocket.chat/fuselage-tokens": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-toastbar/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
plugins: [
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-transform-private-property-in-object', { loose: true }],
['@babel/plugin-transform-private-methods', { loose: true }],
['@babel/plugin-transform-class-properties', { loose: true }],
],
};
24 changes: 12 additions & 12 deletions packages/fuselage-toastbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/layout": "workspace:~",
"@rocket.chat/styled": "workspace:~",
"@storybook/addon-essentials": "~8.4.1",
"@storybook/addon-essentials": "~8.4.7",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/preview-api": "~8.4.1",
"@storybook/react": "~8.4.1",
"@storybook/react-webpack5": "~8.4.1",
"@storybook/theming": "~8.4.1",
"@testing-library/jest-dom": "~6.4.8",
"@testing-library/react": "~16.0.0",
"@storybook/preview-api": "~8.4.7",
"@storybook/react": "~8.4.7",
"@storybook/react-webpack5": "~8.4.7",
"@storybook/theming": "~8.4.7",
"@testing-library/jest-dom": "~6.6.3",
"@testing-library/react": "~16.1.0",
"@testing-library/user-event": "~14.5.2",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.14",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"eslint": "~9.14.0",
Expand All @@ -70,11 +70,11 @@
"prettier": "~3.3.3",
"react-dom": "~17.0.2",
"rimraf": "~3.0.2",
"storybook": "~8.4.1",
"storybook": "~8.4.7",
"storybook-dark-mode": "~4.0.2",
"ts-jest": "~29.2.4",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
"ts-jest": "~29.2.5",
"typedoc": "~0.27.4",
"typescript": "~5.7.2"
},
"peerDependencies": {
"@rocket.chat/fuselage": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"eslint-config-prettier": "~8.8.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"postcss-scss": "~4.0.6",
"postcss-scss": "~4.0.9",
"prettier": "~3.3.3",
"rimraf": "^3.0.2",
"style-dictionary": "~4.1.4",
"style-dictionary": "~4.3.0",
"stylelint": "~16.10.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.8.1"
"stylelint-scss": "~6.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/fuselage/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ module.exports = (api) => ({
],
plugins: [
'@babel/plugin-transform-runtime',
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-transform-class-properties', { loose: true }],
['@babel/plugin-transform-private-methods', { loose: true }],
['@babel/plugin-transform-private-property-in-object', { loose: true }],
],
});
64 changes: 32 additions & 32 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,77 +63,77 @@
"react-stately": "~3.17.0"
},
"devDependencies": {
"@babel/core": "~7.21.4",
"@babel/plugin-transform-runtime": "~7.21.4",
"@babel/preset-env": "~7.21.4",
"@babel/preset-react": "~7.18.6",
"@babel/core": "~7.26.0",
"@babel/plugin-transform-runtime": "~7.25.9",
"@babel/preset-env": "~7.26.0",
"@babel/preset-react": "~7.26.3",
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/fuselage-polyfills": "workspace:~",
"@rocket.chat/icons": "workspace:~",
"@storybook/addon-a11y": "~8.4.1",
"@storybook/addon-essentials": "~8.4.1",
"@storybook/addon-interactions": "~8.4.1",
"@storybook/addon-links": "~8.4.1",
"@storybook/addon-mdx-gfm": "~8.4.1",
"@storybook/addon-a11y": "~8.4.7",
"@storybook/addon-essentials": "~8.4.7",
"@storybook/addon-interactions": "~8.4.7",
"@storybook/addon-links": "~8.4.7",
"@storybook/addon-mdx-gfm": "~8.4.7",
"@storybook/addon-styling-webpack": "~1.0.1",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/blocks": "~8.4.1",
"@storybook/preview-api": "~8.4.1",
"@storybook/react": "~8.4.1",
"@storybook/react-webpack5": "~8.4.1",
"@storybook/test": "~8.4.1",
"@storybook/theming": "~8.4.1",
"@testing-library/jest-dom": "~6.4.8",
"@testing-library/react": "~16.0.0",
"@storybook/blocks": "~8.4.7",
"@storybook/preview-api": "~8.4.7",
"@storybook/react": "~8.4.7",
"@storybook/react-webpack5": "~8.4.7",
"@storybook/test": "~8.4.7",
"@storybook/theming": "~8.4.7",
"@testing-library/jest-dom": "~6.6.3",
"@testing-library/react": "~16.1.0",
"@testing-library/user-event": "~14.5.2",
"@types/invariant": "^2.2.37",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.14",
"@types/jest-axe": "~3.5.9",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"autoprefixer": "~10.4.14",
"babel-loader": "~9.1.2",
"caniuse-lite": "~1.0.30001477",
"autoprefixer": "~10.4.20",
"babel-loader": "~9.2.1",
"caniuse-lite": "~1.0.30001687",
"cross-env": "^7.0.3",
"css-loader": "~6.7.3",
"cssnano": "~5.0.17",
"es-check": "~7.1.1",
"es-check": "~7.2.1",
"eslint": "~9.14.0",
"jest": "~29.7.0",
"jest-axe": "~8.0.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"mini-css-extract-plugin": "~2.7.6",
"mini-css-extract-plugin": "~2.9.2",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"path-browserify": "^1.0.1",
"postcss": "~8.4.31",
"postcss": "~8.4.49",
"postcss-custom-properties": "~12.1.11",
"postcss-dir-pseudo-class": "~6.0.5",
"postcss-loader": "~7.2.4",
"postcss-logical": "~5.0.4",
"postcss-scss": "~4.0.6",
"postcss-scss": "~4.0.9",
"postcss-svg": "~3.0.0",
"prettier": "~3.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-virtuoso": "~3.1.5",
"resolve-url-loader": "~5.0.0",
"rimraf": "^3.0.2",
"sass": "~1.62.0",
"sass": "~1.82.0",
"sass-loader": "~13.2.2",
"storybook": "~8.4.1",
"storybook": "~8.4.7",
"storybook-dark-mode": "~4.0.2",
"style-loader": "~3.3.2",
"stylelint": "~16.10.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.8.1",
"stylelint-scss": "~6.10.0",
"testing-utils": "workspace:~",
"ts-jest": "~29.2.4",
"ts-loader": "~9.4.2",
"typescript": "~5.6.3",
"webpack": "~5.96.1",
"ts-jest": "~29.2.5",
"ts-loader": "~9.5.1",
"typescript": "~5.7.2",
"webpack": "~5.97.1",
"webpack-bundle-analyzer": "~4.10.2",
"webpack-cli": "~5.1.4",
"wrapper-webpack-plugin": "~2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"stylelint": "~16.10.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.8.1"
"stylelint-scss": "~6.10.0"
}
}
20 changes: 10 additions & 10 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"devDependencies": {
"@rocket.chat/fuselage": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@storybook/addon-essentials": "~8.4.1",
"@storybook/addon-essentials": "~8.4.7",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/preview-api": "~8.4.1",
"@storybook/react": "~8.4.1",
"@storybook/react-webpack5": "~8.4.1",
"@storybook/theming": "~8.4.1",
"@types/jest": "~29.5.12",
"@storybook/preview-api": "~8.4.7",
"@storybook/react": "~8.4.7",
"@storybook/react-webpack5": "~8.4.7",
"@storybook/theming": "~8.4.7",
"@types/jest": "~29.5.14",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"eslint": "~9.14.0",
Expand All @@ -59,11 +59,11 @@
"react-dom": "~17.0.2",
"react-i18next": "~11.15.4",
"rimraf": "~3.0.2",
"storybook": "~8.4.1",
"storybook": "~8.4.7",
"storybook-dark-mode": "~4.0.2",
"ts-jest": "~29.2.4",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
"ts-jest": "~29.2.5",
"typedoc": "~0.27.4",
"typescript": "~5.7.2"
},
"peerDependencies": {
"@rocket.chat/fuselage": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/logo/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
plugins: [
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-transform-private-property-in-object', { loose: true }],
['@babel/plugin-transform-private-methods', { loose: true }],
['@babel/plugin-transform-class-properties', { loose: true }],
],
};
8 changes: 4 additions & 4 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@rocket.chat/fuselage-tokens": "workspace:~",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.14",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"build-logo": "workspace:~",
Expand All @@ -55,9 +55,9 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"ts-jest": "~29.2.4",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
"ts-jest": "~29.2.5",
"typedoc": "~0.27.4",
"typescript": "~5.7.2"
},
"dependencies": {
"@rocket.chat/fuselage-hooks": "workspace:~",
Expand Down
Loading

0 comments on commit e274cae

Please sign in to comment.