Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.16.0 to 8.18.0
Bumps @typescript-eslint/eslint-plugin from 8.16.0 to 8.18.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
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
- eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
- typescript-estree: add package version to ts version warning (#10343)
🩹 Fixes
- eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
- eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
- eslint-plugin: [promise-function-async] handle function overloading (#10304)
- website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)
❤ ️ Thank You
- Kim OhSeong
@bkks1004
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Marco Pasqualetti
@marcalexiei
- Maria José Solano
@MariaSolOs
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
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
- eslint-plugin: [promise-function-async] handle function overloading (#10304)
- eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
- eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
❤ ️ Thank You
- Kim OhSeong
@bkks1004
- Kirk Waiblinger
@kirkwaiblinger
- Maria José Solano
@MariaSolOs
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Commits
-
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... -
24a1510
fix(eslint-plugin): [no-base-to-string] handle more robustly when multiple `t... -
47f1ab3
feat(eslint-plugin): [switch-exhaustiveness-check] add support for "no defaul... -
772bd43
fix(eslint-plugin): [no-deprecated] check if a JSX attribute is deprecated (#... -
4cb2cf8
fix: typescript peer dependency (#10373) -
0cc7919
feat(eslint-plugin): [no-deprecated] report on super call of deprecated const... -
2c8a75e
chore(release): publish 8.17.0 -
670df27
feat(eslint-plugin): [prefer-promise-reject-errors] options to allow any and ... - 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