Skip to content

Commit 99d25ea

Browse files
deps: bump the eslint-related group with 3 updates (#445)
Bumps the eslint-related group with 3 updates: [eslint](https://github.com/eslint/eslint), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `eslint` from 9.20.1 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.1...v9.21.0) Updates `@typescript-eslint/eslint-plugin` from 8.24.0 to 8.24.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.24.0 to 8.24.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.24.1/packages/parser) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-related - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint-related - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint-related ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43ba461 commit 99d25ea

File tree

6 files changed

+104
-113
lines changed

6 files changed

+104
-113
lines changed

packages/commitlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@abinnovision/prettier-config": "workspace:^",
4949
"@commitlint/types": "^19.5.0",
50-
"eslint": "^9.20.1",
50+
"eslint": "^9.21.0",
5151
"prettier": "^3.4.2",
5252
"tsup": "^8.3.6",
5353
"typescript": "^5.7.3"

packages/eslint-config-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@abinnovision/prettier-config": "workspace:^",
5151
"@types/eslint": "^9.6.1",
52-
"eslint": "^9.20.1",
52+
"eslint": "^9.21.0",
5353
"globals": "^15.15.0",
5454
"prettier": "^3.4.2",
5555
"tsup": "^8.3.6"

packages/eslint-config-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@abinnovision/prettier-config": "workspace:^",
5151
"@types/eslint": "^9.6.1",
52-
"eslint": "^9.20.1",
52+
"eslint": "^9.21.0",
5353
"globals": "^15.15.0",
5454
"tsup": "^8.3.6",
5555
"typescript": "^5.7.3"

packages/eslint-config-typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
},
4343
"prettier": "@abinnovision/prettier-config",
4444
"dependencies": {
45-
"@typescript-eslint/eslint-plugin": "^8.24.0",
46-
"@typescript-eslint/parser": "^8.24.0",
45+
"@typescript-eslint/eslint-plugin": "^8.24.1",
46+
"@typescript-eslint/parser": "^8.24.1",
4747
"eslint-config-alloy": "^5.1.2"
4848
},
4949
"devDependencies": {
5050
"@abinnovision/prettier-config": "workspace:^",
5151
"@types/eslint": "^9.6.1",
52-
"eslint": "^9.20.1",
52+
"eslint": "^9.21.0",
5353
"globals": "^15.15.0",
5454
"prettier": "^3.4.2",
5555
"tsup": "^8.3.6",

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@types/node": "^22.12.0",
4242
"@types/prettier": "^3.0.0",
43-
"eslint": "^9.20.1",
43+
"eslint": "^9.21.0",
4444
"globals": "^15.15.0",
4545
"prettier": "^3.4.2",
4646
"tsup": "^8.3.6",

0 commit comments

Comments
 (0)