Skip to content

Commit 81c02cc

Browse files
dependencies: bump the typescript-eslint group with 3 updates (#1559)
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.25.0 to 8.26.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.26.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.25.0 to 8.26.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.26.0/packages/parser) Updates `typescript-eslint` from 8.25.0 to 8.26.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.26.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b8db7a commit 81c02cc

File tree

2 files changed

+73
-60
lines changed

2 files changed

+73
-60
lines changed

package-lock.json

+70-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@types/react": "^19.0.10",
5454
"@types/react-dom": "^19.0.4",
5555
"@types/uuid": "^10.0.0",
56-
"@typescript-eslint/eslint-plugin": "^8.25.0",
57-
"@typescript-eslint/parser": "^8.25.0",
56+
"@typescript-eslint/eslint-plugin": "^8.26.0",
57+
"@typescript-eslint/parser": "^8.26.0",
5858
"@vitejs/plugin-react": "^4.3.4",
5959
"env-cmd": "^10.1.0",
6060
"eslint": "^9.20.1",
@@ -72,7 +72,7 @@
7272
"prettier-plugin-organize-imports": "^4.1.0",
7373
"release-it": "^18.1.2",
7474
"typescript": "5.7.3",
75-
"typescript-eslint": "^8.25.0",
75+
"typescript-eslint": "^8.26.0",
7676
"uuid": "^11.0.5",
7777
"vite": "^6.1.0"
7878
},

0 commit comments

Comments
 (0)