Skip to content

Commit 017e2d3

Browse files
Update typescript-eslint monorepo to v8.54.0
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 8.53.1 | 8.54.0 | | npm | @typescript-eslint/parser | 8.53.1 | 8.54.0 | ## [v8.54.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8540-2026-01-26) ##### 🚀 Features - **eslint-plugin-internal:** add prefer-tsutils-methods rule ([#11974](typescript-eslint/typescript-eslint#11974), [#11625](typescript-eslint/typescript-eslint#11625)) - **typescript-estree:** add shortcut methods to ParserServicesWithTypeInformation ([#11965](typescript-eslint/typescript-eslint#11965), [#11955](typescript-eslint/typescript-eslint#11955)) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions ([#11967](typescript-eslint/typescript-eslint#11967), [#11559](typescript-eslint/typescript-eslint#11559)) - **deps:** update dependency prettier to v3.8.0 ([#11991](typescript-eslint/typescript-eslint#11991)) - **scope-manager:** fix catch clause scopes `def.name` ([#11982](typescript-eslint/typescript-eslint#11982)) - **eslint-plugin:** \[no-unused-private-class-members] private destructured class member is defined but used ([#11785](typescript-eslint/typescript-eslint#11785)) ##### ❤️ Thank You - Brad Zacher [@bradzacher](https://github.com/bradzacher) - Josh Goldberg - MinJae [@Ju-MINJAE](https://github.com/Ju-MINJAE) - Minyeong Kim [@minyeong981](https://github.com/minyeong981) - overlookmotel - Yuya Yoshioka [@YuyaYoshioka](https://github.com/YuyaYoshioka) - 김현수 [@Kimsoo0119](https://github.com/Kimsoo0119) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
1 parent efa12c6 commit 017e2d3

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@types/react": "17.0.90",
2626
"@types/react-dom": "17.0.26",
2727
"@types/yargs": "17.0.35",
28-
"@typescript-eslint/eslint-plugin": "8.53.1",
29-
"@typescript-eslint/parser": "8.53.1",
28+
"@typescript-eslint/eslint-plugin": "8.54.0",
29+
"@typescript-eslint/parser": "8.54.0",
3030
"@vitejs/plugin-react": "5.1.2",
3131
"dotenv": "17.2.3",
3232
"eslint": "8.23.1",

pnpm-lock.yaml

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)