Skip to content

Commit fbd6351

Browse files
Update typescript-eslint monorepo to v8.48.0
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 8.47.0 | 8.48.0 | | npm | @typescript-eslint/parser | 8.47.0 | 8.48.0 | ## [v8.48.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8480-2025-11-24) ##### 🚀 Features - **eslint-plugin:** \[no-redundant-type-constituents] use assignability checking for redundancy checks ([#10744](typescript-eslint/typescript-eslint#10744)) ##### 🩹 Fixes - **typescript-estree:** disallow binding patterns in parameter properties ([#11760](typescript-eslint/typescript-eslint#11760)) - **eslint-plugin:** \[consistent-generic-constructors] ignore when constructor is typed array ([#10477](typescript-eslint/typescript-eslint#10477)) ##### ❤️ Thank You - Dima Barabash [@dbarabashh](https://github.com/dbarabashh) - JamesHenry [@JamesHenry](https://github.com/JamesHenry) - Josh Goldberg - mdm317 [@gen-ip-1](https://github.com/gen-ip-1) 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 78cafcb commit fbd6351

File tree

2 files changed

+74
-75
lines changed

2 files changed

+74
-75
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.89",
2626
"@types/react-dom": "17.0.26",
2727
"@types/yargs": "17.0.34",
28-
"@typescript-eslint/eslint-plugin": "8.47.0",
29-
"@typescript-eslint/parser": "8.47.0",
28+
"@typescript-eslint/eslint-plugin": "8.48.0",
29+
"@typescript-eslint/parser": "8.48.0",
3030
"@vitejs/plugin-react": "5.1.0",
3131
"dotenv": "17.2.3",
3232
"eslint": "8.23.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)