Skip to content

Commit 5f34178

Browse files
Update typescript-eslint monorepo to v8.44.1
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 8.44.0 | 8.44.1 | | npm | @typescript-eslint/parser | 8.44.0 | 8.44.1 | ## [v8.44.1](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8441-2025-09-22) ##### 🩹 Fixes - **eslint-plugin:** \[await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal ([#11611](typescript-eslint/typescript-eslint#11611)) - **eslint-plugin:** \[no-unsafe-enum-comparison] support unions of literals ([#11599](typescript-eslint/typescript-eslint#11599)) - **eslint-plugin:** \[no-base-to-string] make ignoredTypeNames match type names without generics ([#11597](typescript-eslint/typescript-eslint#11597)) ##### ❤️ Thank You - Kirk Waiblinger [@kirkwaiblinger](https://github.com/kirkwaiblinger) - mdm317 - Ronen Amiel 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 5fb1c79 commit 5f34178

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.88",
2626
"@types/react-dom": "17.0.26",
2727
"@types/yargs": "17.0.33",
28-
"@typescript-eslint/eslint-plugin": "8.44.0",
29-
"@typescript-eslint/parser": "8.44.0",
28+
"@typescript-eslint/eslint-plugin": "8.44.1",
29+
"@typescript-eslint/parser": "8.44.1",
3030
"@vitejs/plugin-react": "5.0.3",
3131
"dotenv": "17.2.2",
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)