Skip to content

Commit 7dfae2a

Browse files
build(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 9eb8cfd commit 7dfae2a

File tree

4 files changed

+217
-129
lines changed

4 files changed

+217
-129
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@eslint/compat": "^2.0.0",
3434
"@tsconfig/strictest": "^2.0.6",
35-
"@typescript-eslint/eslint-plugin": "^8.47.0",
35+
"@typescript-eslint/eslint-plugin": "^8.48.1",
3636
"@typescript-eslint/parser": "^8.30.1",
3737
"@vitest/coverage-v8": "^3.2.2",
3838
"@vitest/eslint-plugin": "^1.4.4",

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@kubernetes-dashboard/channels": "workspace:*",
2626
"@podman-desktop/api": "1.23.1",
2727
"@types/node": "^24",
28-
"@typescript-eslint/eslint-plugin": "^8.47.0",
28+
"@typescript-eslint/eslint-plugin": "^8.48.1",
2929
"@typescript-eslint/parser": "^8.30.1",
3030
"@vitest/coverage-v8": "^3.2.2",
3131
"eslint": "^9.39.0",

packages/webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@testing-library/user-event": "^14.6.1",
4343
"@tsconfig/svelte": "^5.0.6",
4444
"@types/humanize-duration": "^3.27.4",
45-
"@typescript-eslint/eslint-plugin": "^8.47.0",
45+
"@typescript-eslint/eslint-plugin": "^8.48.1",
4646
"@typescript-eslint/parser": "^8.30.1",
4747
"@xterm/addon-fit": "^0.10.0",
4848
"@xterm/addon-search": "^0.15.0",

0 commit comments

Comments
 (0)