Skip to content

Commit cdc3a5e

Browse files
dependabot[bot]benoitf
authored andcommitted
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.29.1 to 8.30.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.30.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.29.1 to 8.30.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.30.1/packages/parser) Updates `typescript-eslint` from 8.29.1 to 8.30.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.30.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0117d4 commit cdc3a5e

File tree

5 files changed

+96
-85
lines changed

5 files changed

+96
-85
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
"@types/tar": "^6.1.13",
143143
"@types/tar-fs": "^2.0.4",
144144
"@types/validator": "^13.15.0",
145-
"@typescript-eslint/eslint-plugin": "^8.29.1",
146-
"@typescript-eslint/parser": "^8.29.1",
145+
"@typescript-eslint/eslint-plugin": "^8.30.1",
146+
"@typescript-eslint/parser": "^8.30.1",
147147
"@vitest/coverage-v8": "^3.1.1",
148148
"@vitest/eslint-plugin": "^1.1.42",
149149
"cross-env": "7.0.3",
@@ -173,7 +173,7 @@
173173
"prettier": "^3.5.3",
174174
"proxy": "^2.2.0",
175175
"typescript": "5.8.3",
176-
"typescript-eslint": "^8.29.1",
176+
"typescript-eslint": "^8.30.1",
177177
"validator": "^13.15.0",
178178
"vite": "^6.2.6",
179179
"vitest": "^3.1.1",

packages/renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/svelte": "^5.0.4",
2626
"@types/js-yaml": "^4.0.9",
2727
"@types/validator": "^13.15.0",
28-
"@typescript-eslint/eslint-plugin": "^8.29.1",
28+
"@typescript-eslint/eslint-plugin": "^8.30.1",
2929
"@xterm/addon-serialize": "^0.13.0",
3030
"eslint-plugin-svelte": "^3.5.1",
3131
"filesize": "^10.1.6",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"@testing-library/svelte": "^5.2.7",
157157
"@testing-library/user-event": "^14.6.1",
158158
"@tsconfig/svelte": "^5.0.4",
159-
"@typescript-eslint/eslint-plugin": "^8.29.1",
159+
"@typescript-eslint/eslint-plugin": "^8.30.1",
160160
"eslint-plugin-svelte": "^3.5.1",
161161
"jsdom": "^26.0.0",
162162
"svelte": "5.25.12",

0 commit comments

Comments
 (0)