Skip to content

Commit 903a05f

Browse files
chore(deps-dev): bump the typescript-eslint group with 3 updates
Bumps the typescript-eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.46.1 to 8.46.2 - [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.46.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.1 to 8.46.2 - [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.46.2/packages/parser) Updates `typescript-eslint` from 8.46.1 to 8.46.2 - [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.46.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4b4d00 commit 903a05f

File tree

2 files changed

+138
-49
lines changed

2 files changed

+138
-49
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@eslint/js": "^9.38.0",
3737
"@podman-desktop/api": "^1.22.1",
3838
"@types/node": "^22.18.11",
39-
"@typescript-eslint/eslint-plugin": "^8.46.1",
40-
"@typescript-eslint/parser": "^8.46.1",
39+
"@typescript-eslint/eslint-plugin": "^8.46.2",
40+
"@typescript-eslint/parser": "^8.46.2",
4141
"@vitest/coverage-v8": "^3.2.4",
4242
"@vitest/eslint-plugin": "^1.3.23",
4343
"autoprefixer": "^10.4.21",
@@ -57,7 +57,7 @@
5757
"husky": "^9.1.7",
5858
"lint-staged": "^16.2.4",
5959
"typescript": "5.9.3",
60-
"typescript-eslint": "^8.46.1",
60+
"typescript-eslint": "^8.46.2",
6161
"vite": "7.1.10",
6262
"vitest": "^3.2.4"
6363
},

0 commit comments

Comments
 (0)