Skip to content

Commit 37486a8

Browse files
chore(deps-dev): bump the typescript-eslint group with 3 updates (#468)
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.55.0 to 8.56.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.56.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.55.0 to 8.56.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.56.0/packages/parser) Updates `typescript-eslint` from 8.55.0 to 8.56.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.56.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9021926 commit 37486a8

2 files changed

Lines changed: 88 additions & 88 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
"@eslint/js": "^10.0.1",
125125
"@types/node": "^24",
126126
"@types/ssh2": "^1.15.5",
127-
"@typescript-eslint/eslint-plugin": "^8.55.0",
128-
"@typescript-eslint/parser": "^8.55.0",
127+
"@typescript-eslint/eslint-plugin": "^8.56.0",
128+
"@typescript-eslint/parser": "^8.56.0",
129129
"@vitest/coverage-v8": "^4",
130130
"eslint": "^10.0.0",
131131
"eslint-import-resolver-custom-alias": "^1.3.2",
@@ -143,7 +143,7 @@
143143
"openapi-typescript": "^7.13.0",
144144
"prettier": "^3.8.1",
145145
"typescript": "^5.9.3",
146-
"typescript-eslint": "^8.55.0",
146+
"typescript-eslint": "^8.56.0",
147147
"vite": "^7.3.1",
148148
"vitest": "^4"
149149
},

0 commit comments

Comments
 (0)