Skip to content

Commit 91052fe

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.35.1 to 8.36.0 - [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.36.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.35.1 to 8.36.0 - [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.36.0/packages/parser) Updates `typescript-eslint` from 8.35.1 to 8.36.0 - [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.36.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7468449 commit 91052fe

File tree

4 files changed

+340
-330
lines changed

4 files changed

+340
-330
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@commitlint/cli": "^19.8.1",
4545
"@commitlint/config-conventional": "^19.8.1",
4646
"@eslint/compat": "^1.2.7",
47-
"@typescript-eslint/eslint-plugin": "^8.33.1",
47+
"@typescript-eslint/eslint-plugin": "^8.38.0",
4848
"@typescript-eslint/parser": "^8.32.0",
4949
"@vitest/coverage-v8": "^3.2.3",
5050
"autoprefixer": "^10.4.21",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"devDependencies": {
106106
"@podman-desktop/api": "1.19.2",
107107
"@types/node": "^22",
108-
"@typescript-eslint/eslint-plugin": "^8.33.1",
108+
"@typescript-eslint/eslint-plugin": "^8.38.0",
109109
"@typescript-eslint/parser": "^8.32.0",
110110
"@types/ssh2": "^1.15.5",
111111
"@vitest/coverage-v8": "^3.2.3",

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@tsconfig/svelte": "^5.0.4",
3939
"@types/humanize-duration": "^3.27.4",
4040
"@types/node": "^22",
41-
"@typescript-eslint/eslint-plugin": "^8.33.1",
41+
"@typescript-eslint/eslint-plugin": "^8.38.0",
4242
"@typescript-eslint/parser": "^8.32.0",
4343
"autoprefixer": "^10.4.21",
4444
"filesize": "^10.1.6",

0 commit comments

Comments
 (0)