Skip to content

Commit 3169ecf

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.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) Updates `typescript-eslint` 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/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f70ab7 commit 3169ecf

File tree

5 files changed

+87
-87
lines changed

5 files changed

+87
-87
lines changed

package.json

+3-3
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.12.2",
145-
"@typescript-eslint/eslint-plugin": "^8.24.0",
146-
"@typescript-eslint/parser": "^8.24.0",
145+
"@typescript-eslint/eslint-plugin": "^8.24.1",
146+
"@typescript-eslint/parser": "^8.24.1",
147147
"@vitest/coverage-v8": "^3.0.5",
148148
"@vitest/eslint-plugin": "^1.1.31",
149149
"cross-env": "7.0.3",
@@ -173,7 +173,7 @@
173173
"prettier": "^3.5.1",
174174
"proxy": "^2.2.0",
175175
"typescript": "5.6.3",
176-
"typescript-eslint": "^8.24.0",
176+
"typescript-eslint": "^8.24.1",
177177
"validator": "^13.12.0",
178178
"vite": "^6.1.0",
179179
"vitest": "^3.0.5",

packages/renderer/package.json

+1-1
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.12.2",
28-
"@typescript-eslint/eslint-plugin": "^8.24.0",
28+
"@typescript-eslint/eslint-plugin": "^8.24.1",
2929
"@xterm/addon-serialize": "^0.13.0",
3030
"eslint-plugin-svelte": "^2.46.1",
3131
"filesize": "^10.1.6",

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"@testing-library/svelte": "^5.2.7",
153153
"@testing-library/user-event": "^14.6.1",
154154
"@tsconfig/svelte": "^5.0.4",
155-
"@typescript-eslint/eslint-plugin": "^8.24.0",
155+
"@typescript-eslint/eslint-plugin": "^8.24.1",
156156
"eslint-plugin-svelte": "^2.46.1",
157157
"jsdom": "^26.0.0",
158158
"svelte": "5.20.1",

0 commit comments

Comments
 (0)