Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-deps group across 1 directory with 5 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dev-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.10` | `2.27.11` |
| [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `15.14.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.0` | `8.18.1` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001688` | `1.0.30001689` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.18.0` | `8.18.1` |



Updates `@changesets/cli` from 2.27.10 to 2.27.11
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.10...@changesets/cli@2.27.11)

Updates `globals` from 15.13.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.13.0...v15.14.0)

Updates `typescript-eslint` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/typescript-eslint)

Updates `caniuse-lite` from 1.0.30001688 to 1.0.30001689
- [Commits](browserslist/caniuse-lite@1.0.30001688...1.0.30001689)

Updates `@typescript-eslint/parser` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent e815764 commit 2eee461
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 98 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"devDependencies": {
"@changesets/changelog-github": "~0.5.0",
"@changesets/cli": "~2.27.10",
"@changesets/cli": "~2.27.11",
"@eslint/js": "~9.17.0",
"@rocket.chat/prettier-config": "workspace:~",
"@types/eslint__js": "~8.42.3",
Expand All @@ -19,14 +19,14 @@
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "~5.1.0",
"globals": "~15.13.0",
"globals": "~15.14.0",
"husky": "~9.1.7",
"hygen": "~6.2.11",
"pinst": "~3.0.0",
"prettier": "~3.3.3",
"turbo": "~2.3.3",
"typescript": "~5.7.2",
"typescript-eslint": "~8.18.0",
"typescript-eslint": "~8.18.1",
"update-readme": "workspace:~"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@types/react-dom": "~17.0.25",
"autoprefixer": "~10.4.20",
"babel-loader": "~9.2.1",
"caniuse-lite": "~1.0.30001688",
"caniuse-lite": "~1.0.30001689",
"cross-env": "^7.0.3",
"css-loader": "~6.7.3",
"cssnano": "~5.0.17",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/node": "~14.18.42",
"@typescript-eslint/parser": "~8.18.0",
"@typescript-eslint/parser": "~8.18.1",
"cross-env": "^7.0.3",
"endent": "^2.1.0",
"eslint": "~9.14.0",
Expand Down
Loading

0 comments on commit 2eee461

Please sign in to comment.