Skip to content

Commit c5e918e

Browse files
Update typescript-eslint monorepo to v8.8.1
| datasource | package | from | to | | ---------- | -------------------------------- | ----- | ----- | | npm | @typescript-eslint/eslint-plugin | 8.8.0 | 8.8.1 | | npm | @typescript-eslint/parser | 8.8.0 | 8.8.1 | ## [v8.8.1](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#881-2024-10-07) ##### 🩹 Fixes - **eslint-plugin:** stop warning on [@ts-nocheck](https://github.com/ts-nocheck) comments which aren't at the beginning of the file ##### ❤️ Thank You - Brad Zacher - Ronen Amiel - WhitePiano 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 70fac63 commit c5e918e

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
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.83",
2626
"@types/react-dom": "17.0.25",
2727
"@types/yargs": "17.0.33",
28-
"@typescript-eslint/eslint-plugin": "8.8.0",
29-
"@typescript-eslint/parser": "8.8.0",
28+
"@typescript-eslint/eslint-plugin": "8.8.1",
29+
"@typescript-eslint/parser": "8.8.1",
3030
"@vitejs/plugin-react": "4.3.2",
3131
"dotenv": "16.4.5",
3232
"eslint": "8.23.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)