Bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.18.1
Bumps @typescript-eslint/eslint-plugin from 7.0.0 to 8.18.1.
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.18.1
8.18.1 (2024-12-16)
🩹 Fixes
- eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
- eslint-plugin: handle string like index type (#10460)
- eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
- eslint-plugin: use consistent naming for asserting types and casting values (#10472)
- eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
- scope-manager: visit params decorator before nest scope (#10475)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v8.18.0
8.18.0 (2024-12-09)
🚀 Features
- eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
- eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)
🩹 Fixes
- typescript peer dependency (#10373)
- deps: update dependency eslint to v9.16.0 (#10471)
- eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
- eslint-plugin: [no-base-to-string] handle more robustly when multiple
toString()
declarations are present for a type (#10432)- eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- rtritto
You can read about our versioning strategy and releases on our website.
v8.17.0
8.17.0 (2024-12-02)
🚀 Features
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.18.1 (2024-12-16)
🩹 Fixes
- scope-manager: visit params decorator before nest scope (#10475)
- eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
- eslint-plugin: use consistent naming for asserting types and casting values (#10472)
- eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
- eslint-plugin: handle string like index type (#10460)
- eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
8.18.0 (2024-12-09)
🚀 Features
- eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)
- eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
🩹 Fixes
- eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)
- eslint-plugin: [no-base-to-string] handle more robustly when multiple
toString()
declarations are present for a type (#10432)- eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
- typescript peer dependency (#10373)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- rtritto
You can read about our versioning strategy and releases on our website.
8.17.0 (2024-12-02)
🚀 Features
- eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
🩹 Fixes
... (truncated)
Commits
-
b2ce158
chore(release): publish 8.18.1 -
5a9788c
fix(scope-manager): visit params decorator before nest scope (#10475) -
334d025
fix(eslint-plugin): [no-unnecessary-condition] better message when comparing ... -
984f177
fix(eslint-plugin): use consistent naming for asserting types and casting val... -
eaae68c
fix(eslint-plugin): [no-unnecessary-boolean-literal-compare] flag values of a... -
bddb35b
fix(eslint-plugin): handle string like index type (#10460) -
d5415e2
fix(eslint-plugin): [no-unnecessary-template-expression] don't report when an... -
c60dbab
chore(release): publish 8.18.0 -
0d65f17
chore: enforce repo nullish check style (#10419) -
a54a8e1
fix(eslint-plugin): [use-unknown-in-catch-callback-variable] only flag functi... - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts