Skip to content

Commit 4eb7a04

Browse files
chore(deps): bump the prod-deps group with 7 updates
Bumps the prod-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.18.0` | | [stylis](https://github.com/thysultan/stylis.js) | `4.3.4` | `4.3.5` | | [react-aria](https://github.com/adobe/react-spectrum) | `3.23.1` | `3.37.0` | | [react-stately](https://github.com/adobe/react-spectrum) | `3.17.0` | `3.35.0` | | [stylelint](https://github.com/stylelint/stylelint) | `16.12.0` | `16.13.2` | | [zx](https://github.com/google/zx) | `8.2.4` | `8.3.0` | | [fast-glob](https://github.com/mrmlnc/fast-glob) | `3.3.2` | `3.3.3` | Updates `eslint` from 9.17.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.17.0...v9.18.0) Updates `stylis` from 4.3.4 to 4.3.5 - [Commits](https://github.com/thysultan/stylis.js/commits/v4.3.5) Updates `react-aria` from 3.23.1 to 3.37.0 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/react-aria@3.23.1...react-aria@3.37.0) Updates `react-stately` from 3.17.0 to 3.35.0 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/react-stately@3.17.0...react-stately@3.35.0) Updates `stylelint` from 16.12.0 to 16.13.2 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.12.0...16.13.2) Updates `zx` from 8.2.4 to 8.3.0 - [Release notes](https://github.com/google/zx/releases) - [Commits](google/zx@8.2.4...8.3.0) Updates `fast-glob` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/mrmlnc/fast-glob/releases) - [Commits](mrmlnc/fast-glob@3.3.2...3.3.3) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stylis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: react-aria dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: react-stately dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: zx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: fast-glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07f26ff commit 4eb7a04

File tree

29 files changed

+1393
-1174
lines changed

29 files changed

+1393
-1174
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@eslint/js": "~9.17.0",
1212
"@rocket.chat/prettier-config": "workspace:~",
1313
"@types/eslint__js": "~8.42.3",
14-
"eslint": "~9.17.0",
14+
"eslint": "~9.18.0",
1515
"eslint-import-resolver-typescript": "~3.7.0",
1616
"eslint-plugin-import": "~2.31.0",
1717
"eslint-plugin-jsx-a11y": "~6.10.2",

packages/css-in-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@rollup/plugin-typescript": "~8.3.4",
4747
"@types/jest": "~29.5.14",
4848
"@types/stylis": "^4.2.7",
49-
"eslint": "~9.17.0",
49+
"eslint": "~9.18.0",
5050
"jest": "~29.7.0",
5151
"lint-all": "workspace:~",
5252
"prettier": "~3.4.2",
@@ -61,6 +61,6 @@
6161
"@rocket.chat/css-supports": "workspace:~",
6262
"@rocket.chat/memo": "workspace:~",
6363
"@rocket.chat/stylis-logical-props-middleware": "workspace:~",
64-
"stylis": "~4.3.4"
64+
"stylis": "~4.3.5"
6565
}
6666
}

packages/css-supports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs": "typedoc"
3434
},
3535
"devDependencies": {
36-
"eslint": "~9.17.0",
36+
"eslint": "~9.18.0",
3737
"lint-all": "workspace:~",
3838
"prettier": "~3.4.2",
3939
"rimraf": "~3.0.2",

packages/emitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@rollup/plugin-node-resolve": "~13.1.3",
4646
"@rollup/plugin-typescript": "~8.3.4",
4747
"@types/jest": "~29.5.14",
48-
"eslint": "~9.17.0",
48+
"eslint": "~9.18.0",
4949
"jest": "~29.7.0",
5050
"lint-all": "workspace:~",
5151
"npm-run-all": "^4.1.5",

packages/fuselage-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/react-dom": "~17.0.25",
5555
"@types/resize-observer-browser": "~0.1.11",
5656
"@types/use-sync-external-store": "~0.0.3",
57-
"eslint": "~9.17.0",
57+
"eslint": "~9.18.0",
5858
"jest": "~29.7.0",
5959
"jest-environment-jsdom": "~29.7.0",
6060
"lint-all": "workspace:~",

packages/fuselage-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"new-event-polyfill": "^1.0.1"
3333
},
3434
"devDependencies": {
35-
"eslint": "~9.17.0",
35+
"eslint": "~9.18.0",
3636
"lint-all": "workspace:~",
3737
"prettier": "~3.4.2"
3838
}

packages/fuselage-toastbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/jest": "~29.5.14",
6363
"@types/react": "~17.0.83",
6464
"@types/react-dom": "~17.0.25",
65-
"eslint": "~9.17.0",
65+
"eslint": "~9.18.0",
6666
"jest": "~29.7.0",
6767
"jest-environment-jsdom": "~29.7.0",
6868
"lint-all": "workspace:~",

packages/fuselage-tokens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
},
4141
"devDependencies": {
4242
"build-design-tokens": "workspace:~",
43-
"eslint": "~9.17.0",
43+
"eslint": "~9.18.0",
4444
"eslint-config-prettier": "~8.8.0",
4545
"lint-all": "workspace:~",
4646
"npm-run-all": "^4.1.5",
4747
"postcss-scss": "~4.0.9",
4848
"prettier": "~3.4.2",
4949
"rimraf": "^3.0.2",
5050
"style-dictionary": "~4.3.0",
51-
"stylelint": "~16.12.0",
51+
"stylelint": "~16.13.2",
5252
"stylelint-order": "~6.0.4",
5353
"stylelint-prettier": "~5.0.2",
5454
"stylelint-scss": "~6.10.0"

packages/fuselage/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"@rocket.chat/memo": "workspace:~",
5959
"@rocket.chat/styled": "workspace:~",
6060
"invariant": "^2.2.4",
61-
"react-aria": "~3.23.1",
61+
"react-aria": "~3.37.0",
6262
"react-keyed-flatten-children": "^1.3.0",
63-
"react-stately": "~3.17.0"
63+
"react-stately": "~3.35.0"
6464
},
6565
"devDependencies": {
6666
"@babel/core": "~7.26.0",
@@ -98,7 +98,7 @@
9898
"css-loader": "~6.7.3",
9999
"cssnano": "~5.0.17",
100100
"es-check": "~7.2.1",
101-
"eslint": "~9.17.0",
101+
"eslint": "~9.18.0",
102102
"jest": "~29.7.0",
103103
"jest-axe": "~8.0.0",
104104
"jest-environment-jsdom": "~29.7.0",
@@ -125,7 +125,7 @@
125125
"storybook": "~8.4.7",
126126
"storybook-dark-mode": "~4.0.2",
127127
"style-loader": "~3.3.2",
128-
"stylelint": "~16.12.0",
128+
"stylelint": "~16.13.2",
129129
"stylelint-order": "~6.0.4",
130130
"stylelint-prettier": "~5.0.2",
131131
"stylelint-scss": "~6.10.0",

packages/icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"devDependencies": {
3232
"build-icons": "workspace:~",
33-
"eslint": "~9.17.0",
33+
"eslint": "~9.18.0",
3434
"lint-all": "workspace:~",
3535
"npm-run-all": "^4.1.5",
3636
"prettier": "~3.4.2",
3737
"rimraf": "^3.0.2",
38-
"stylelint": "~16.12.0",
38+
"stylelint": "~16.13.2",
3939
"stylelint-order": "~6.0.4",
4040
"stylelint-prettier": "~5.0.2",
4141
"stylelint-scss": "~6.10.0"

0 commit comments

Comments
 (0)