Skip to content

Commit 78260fe

Browse files
chore(deps-dev): bump the typescript-eslint group with 3 updates (#407)
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.50.1 to 8.51.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.51.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.50.1 to 8.51.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.51.0/packages/parser) Updates `typescript-eslint` from 8.50.1 to 8.51.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.51.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.51.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 d1abafc commit 78260fe

2 files changed

Lines changed: 89 additions & 88 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"@eslint/js": "^9.39.2",
122122
"@types/node": "^22",
123123
"@types/ssh2": "^1.15.5",
124-
"@typescript-eslint/eslint-plugin": "^8.50.1",
125-
"@typescript-eslint/parser": "^8.50.1",
124+
"@typescript-eslint/eslint-plugin": "^8.51.0",
125+
"@typescript-eslint/parser": "^8.51.0",
126126
"@vitest/coverage-v8": "^4",
127127
"eslint": "^9.39.2",
128128
"eslint-import-resolver-custom-alias": "^1.3.2",
@@ -140,7 +140,7 @@
140140
"openapi-typescript": "^7.10.1",
141141
"prettier": "^3.7.4",
142142
"typescript": "^5.9.3",
143-
"typescript-eslint": "^8.50.1",
143+
"typescript-eslint": "^8.51.0",
144144
"vite": "^7.3.0",
145145
"vitest": "^4"
146146
},

0 commit comments

Comments
 (0)