Skip to content

Commit d41dde8

Browse files
Update typescript-eslint monorepo to v8.17.0
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 8.16.0 | 8.17.0 | | npm | @typescript-eslint/parser | 8.16.0 | 8.17.0 | ## [v8.17.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8170-2024-12-02) ##### 🚀 Features - **eslint-plugin:** \[prefer-promise-reject-errors] options to allow any and unknown ([#10392](typescript-eslint/typescript-eslint#10392)) ##### 🩹 Fixes - **eslint-plugin:** \[promise-function-async] handle function overloading ([#10304](typescript-eslint/typescript-eslint#10304)) - **eslint-plugin:** remove references to "extendDefaults" in no-restricted-types ([#10401](typescript-eslint/typescript-eslint#10401)) - **eslint-plugin:** \[no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible ([#10363](typescript-eslint/typescript-eslint#10363)) ##### ❤️ Thank You - Kim OhSeong [@bkks1004](https://github.com/bkks1004) - Kirk Waiblinger [@kirkwaiblinger](https://github.com/kirkwaiblinger) - Maria José Solano [@MariaSolOs](https://github.com/MariaSolOs) - Ronen Amiel 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 704c665 commit d41dde8

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.16.0",
29-
"@typescript-eslint/parser": "8.16.0",
28+
"@typescript-eslint/eslint-plugin": "8.17.0",
29+
"@typescript-eslint/parser": "8.17.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)