Skip to content

Commit 14efe4c

Browse files
chore(deps-dev): bump the eslint group with 3 updates (#203)
Bumps the 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 [eslint](https://github.com/eslint/eslint). Updates `@typescript-eslint/eslint-plugin` from 8.42.0 to 8.44.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.44.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.42.0 to 8.44.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.44.1/packages/parser) Updates `eslint` from 9.35.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.35.0...v9.36.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a741589 commit 14efe4c

File tree

2 files changed

+210
-64
lines changed

2 files changed

+210
-64
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@eslint/js": "^9.35.0",
2828
"@types/jest": "^30.0.0",
2929
"@types/node": "^24.7.0",
30-
"@typescript-eslint/eslint-plugin": "^8.42.0",
31-
"@typescript-eslint/parser": "^8.42.0",
32-
"eslint": "^9.35.0",
30+
"@typescript-eslint/eslint-plugin": "^8.46.0",
31+
"@typescript-eslint/parser": "^8.46.0",
32+
"eslint": "^9.37.0",
3333
"eslint-config-prettier": "^10.1.5",
3434
"eslint-plugin-prettier": "^5.5.1",
3535
"globals": "^16.3.0",

0 commit comments

Comments
 (0)