Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v8.8.0
Browse files Browse the repository at this point in the history
| datasource | package                          | from  | to    |
| ---------- | -------------------------------- | ----- | ----- |
| npm        | @typescript-eslint/eslint-plugin | 8.7.0 | 8.8.0 |
| npm        | @typescript-eslint/parser        | 8.7.0 | 8.8.0 |


## [v8.8.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#880-2024-09-30)

##### 🚀 Features

-   **eslint-plugin:** \[no-unnecessary-condition] add checkTypePredicates

-   **eslint-plugin:** \[return-await] check for-await loop iteree

##### 🩹 Fixes

-   remove `export type *` in d.ts to support TS<5.0

-   **eslint-plugin:** \[no-unnecessary-template-expression] should underline template syntax with squiggly lines

-   **type-utils:** check for type parameters on `isBuiltinSymbolLikeRecurser()`

-   **eslint-plugin:** \[no-deprecated] max callstack exceeded when class implements itself

-   **eslint-plugin:** \[no-misused-promises] check contextual type

-   **eslint-plugin:** \[prefer-literal-enum-member] allow nested bitwise operations

##### ❤️  Thank You

-   auvred
-   Josh Goldberg ✨
-   Kirk Waiblinger
-   Ronen Amiel
-   Tarun Chauhan
-   YeonJuan

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.
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent add0a85 commit fd87e73
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@types/react": "17.0.13",
"@types/react-dom": "17.0.8",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vitejs/plugin-react": "4.3.1",
"dotenv": "16.4.5",
"eslint": "8.23.1",
Expand Down
134 changes: 67 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd87e73

Please sign in to comment.