Skip to content

Commit d0cc95e

Browse files
Update typescript-eslint monorepo to v8.11.0
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 8.10.0 | 8.11.0 | | npm | @typescript-eslint/parser | 8.10.0 | 8.11.0 | ## [v8.11.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8110-2024-10-21) ##### 🚀 Features - **eslint-plugin:** \[no-unnecessary-type-parameters] add suggestion fixer ([#10149](typescript-eslint/typescript-eslint#10149)) - **eslint-plugin:** \[no-base-to-string] add support for catching toLocaleString ([#10138](typescript-eslint/typescript-eslint#10138)) ##### 🩹 Fixes - **eslint-plugin:** \[class-literal-property-style] don't report nodes with `override` keyword ([#10135](typescript-eslint/typescript-eslint#10135)) ##### ❤️ Thank You - Kirk Waiblinger [@kirkwaiblinger](https://github.com/kirkwaiblinger) - Yukihiro Hasegawa [@y-hsgw](https://github.com/y-hsgw) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1 parent e4bf24c commit d0cc95e

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@types/react": "17.0.83",
2626
"@types/react-dom": "17.0.25",
2727
"@types/yargs": "17.0.33",
28-
"@typescript-eslint/eslint-plugin": "8.10.0",
29-
"@typescript-eslint/parser": "8.10.0",
28+
"@typescript-eslint/eslint-plugin": "8.11.0",
29+
"@typescript-eslint/parser": "8.11.0",
3030
"@vitejs/plugin-react": "4.3.3",
3131
"dotenv": "16.4.5",
3232
"eslint": "8.23.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)