Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group with 7 updates
Browse files Browse the repository at this point in the history
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/[email protected]@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/[email protected]@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 578cbb3 commit 79c0152
Show file tree
Hide file tree
Showing 29 changed files with 1,393 additions and 1,174 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@eslint/js": "~9.17.0",
"@rocket.chat/prettier-config": "workspace:~",
"@types/eslint__js": "~8.42.3",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"eslint-import-resolver-typescript": "~3.7.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jsx-a11y": "~6.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/css-in-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.14",
"@types/stylis": "^4.2.7",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2",
Expand All @@ -61,6 +61,6 @@
"@rocket.chat/css-supports": "workspace:~",
"@rocket.chat/memo": "workspace:~",
"@rocket.chat/stylis-logical-props-middleware": "workspace:~",
"stylis": "~4.3.4"
"stylis": "~4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/css-supports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"docs": "typedoc"
},
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2",
"rimraf": "~3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.14",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/react-dom": "~17.0.25",
"@types/resize-observer-browser": "~0.1.11",
"@types/use-sync-external-store": "~0.0.3",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"new-event-polyfill": "^1.0.1"
},
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-toastbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/jest": "~29.5.14",
"@types/react": "~17.0.83",
"@types/react-dom": "~17.0.25",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 2 additions & 2 deletions packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
},
"devDependencies": {
"build-design-tokens": "workspace:~",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"eslint-config-prettier": "~8.8.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"postcss-scss": "~4.0.9",
"prettier": "~3.4.2",
"rimraf": "^3.0.2",
"style-dictionary": "~4.3.0",
"stylelint": "~16.12.0",
"stylelint": "~16.13.2",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.10.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"@rocket.chat/memo": "workspace:~",
"@rocket.chat/styled": "workspace:~",
"invariant": "^2.2.4",
"react-aria": "~3.23.1",
"react-aria": "~3.37.0",
"react-keyed-flatten-children": "^1.3.0",
"react-stately": "~3.17.0"
"react-stately": "~3.35.0"
},
"devDependencies": {
"@babel/core": "~7.26.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"css-loader": "~6.7.3",
"cssnano": "~5.0.17",
"es-check": "~7.2.1",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-axe": "~8.0.0",
"jest-environment-jsdom": "~29.7.0",
Expand All @@ -125,7 +125,7 @@
"storybook": "~8.4.7",
"storybook-dark-mode": "~4.0.2",
"style-loader": "~3.3.2",
"stylelint": "~16.12.0",
"stylelint": "~16.13.2",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"devDependencies": {
"build-icons": "workspace:~",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"rimraf": "^3.0.2",
"stylelint": "~16.12.0",
"stylelint": "~16.13.2",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/jest": "~29.5.14",
"@types/react": "~17.0.83",
"@types/react-dom": "~17.0.25",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react": "~17.0.83",
"@types/react-dom": "~17.0.25",
"build-logo": "workspace:~",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/memo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/jest": "~29.5.14",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mp3-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@rollup/plugin-node-resolve": "~15.0.2",
"@rollup/plugin-typescript": "~11.1.0",
"@types/jest": "~29.5.14",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/onboarding-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/react": "~17.0.83",
"@types/react-dom": "~17.0.25",
"countries-list": "^2.6.1",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/peggy-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/node": "~14.18.42",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"peggy": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "*"
},
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/string-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/jest": "~29.5.14",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/jest": "~29.5.14",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
6 changes: 3 additions & 3 deletions packages/stylis-logical-props-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
},
"devDependencies": {
"@types/jest": "~29.5.14",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"rimraf": "^3.0.2",
"stylis": "~4.3.4",
"stylis": "~4.3.5",
"ts-jest": "~29.2.5",
"typedoc": "~0.27.5",
"typescript": "~5.7.2"
Expand All @@ -52,6 +52,6 @@
"@rocket.chat/css-supports": "workspace:~"
},
"peerDependencies": {
"stylis": "~4.3.4"
"stylis": "~4.3.5"
}
}
4 changes: 2 additions & 2 deletions tools/build-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"prettier": "*"
},
"dependencies": {
"stylelint": "~16.12.0",
"stylelint": "~16.13.2",
"tools-utils": "workspace:~"
},
"version": "0.31.25",
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion tools/build-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"version": "0.31.25",
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion tools/build-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sharp": "~0.33.5"
},
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2",
"tools-utils": "workspace:~"
Expand Down
6 changes: 3 additions & 3 deletions tools/lint-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"version": "0.31.25",
"dependencies": {
"@prettier/plugin-xml": "~3.4.1",
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"prettier": "~3.4.2",
"stylelint": "~16.12.0",
"zx": "~8.2.4"
"stylelint": "~16.13.2",
"zx": "~8.3.0"
}
}
4 changes: 2 additions & 2 deletions tools/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@typescript-eslint/parser": "~8.18.1",
"cross-env": "^7.0.3",
"endent": "^2.1.0",
"eslint": "~9.17.0",
"fast-glob": "~3.3.2",
"eslint": "~9.18.0",
"fast-glob": "~3.3.3",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"ts-node": "~10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/testing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"version": "0.31.25",
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions tools/tools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"stylelint": "*"
},
"dependencies": {
"fast-glob": "~3.3.2",
"fast-glob": "~3.3.3",
"json5": "^2.2.3",
"rimraf": "^3.0.2"
},
"version": "0.31.25",
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions tools/update-readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"version": "0.31.25",
"dependencies": {
"outdent": "^0.8.0",
"zx": "~8.2.4"
"zx": "~8.3.0"
},
"devDependencies": {
"eslint": "~9.17.0",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"prettier": "~3.4.2"
}
Expand Down
Loading

0 comments on commit 79c0152

Please sign in to comment.