Skip to content

Commit 5b97cc0

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.48.0 to 8.48.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.48.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.48.0 to 8.48.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.48.1/packages/parser) Updates `typescript-eslint` from 8.48.0 to 8.48.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.48.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.48.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.48.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.48.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7844532 commit 5b97cc0

File tree

2 files changed

+137
-49
lines changed

2 files changed

+137
-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.39.1",
3737
"@podman-desktop/api": "^1.23.1",
3838
"@types/node": "^22.19.1",
39-
"@typescript-eslint/eslint-plugin": "^8.48.0",
40-
"@typescript-eslint/parser": "^8.48.0",
39+
"@typescript-eslint/eslint-plugin": "^8.48.1",
40+
"@typescript-eslint/parser": "^8.48.1",
4141
"@vitest/coverage-v8": "^3.2.4",
4242
"@vitest/eslint-plugin": "^1.5.1",
4343
"autoprefixer": "^10.4.22",
@@ -57,7 +57,7 @@
5757
"husky": "^9.1.7",
5858
"lint-staged": "^16.2.7",
5959
"typescript": "5.9.3",
60-
"typescript-eslint": "^8.48.0",
60+
"typescript-eslint": "^8.48.1",
6161
"vite": "7.2.4",
6262
"vitest": "^3.2.4"
6363
},

0 commit comments

Comments
 (0)