Bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.11.0
Bumps @typescript-eslint/eslint-plugin from 7.0.0 to 8.11.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.11.0
8.11.0 (2024-10-21)
🚀 Features
- eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
- eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)
🩹 Fixes
- eslint-plugin: [class-literal-property-style] don't report nodes with
override
keyword (#10135)- rule-tester: allow custom filename outside directory (#10147)
❤ ️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
- Lotfi Meklati
@lotmek
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.10.0
8.10.0 (2024-10-17)
🚀 Features
- support TypeScript 5.6 (#9972)
🩹 Fixes
- typescript-eslint: propagate
name
field to extended configs inconfig
helper (#10094)
❤ ️ Thank You
- auvred
@auvred
- Josh Goldberg
✨ You can read about our versioning strategy and releases on our website.
v8.9.0
8.9.0 (2024-10-14)
🚀 Features
- rule-tester: hooks for test cases (#10109)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value (#10093)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.11.0 (2024-10-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)
- eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
🩹 Fixes
- eslint-plugin: [class-literal-property-style] don't report nodes with
override
keyword (#10135)
❤ ️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
8.10.0 (2024-10-17)
🚀 Features
- support TypeScript 5.6 (#9972)
❤ ️ Thank You
- Josh Goldberg
✨ You can read about our versioning strategy and releases on our website.
8.9.0 (2024-10-14)
🩹 Fixes
eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value
scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references
eslint-plugin: [return-await] sync the behavior with await-thenable
eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressions
is enabledeslint-plugin: [no-loop-func] sync from upstream base rule
eslint-plugin: [no-unused-vars] never report the naming of an enum member
eslint-plugin: correct use-at-your-own-risk type definitions
eslint-plugin: handle unions in await...for
... (truncated)
Commits
-
79c27a8
chore(release): publish 8.11.0 -
c8e7c27
feat(eslint-plugin): [no-unnecessary-type-parameters] add suggestion fixer (#... -
9a182d0
feat(eslint-plugin): [no-base-to-string] add support for catching toLocaleStr... -
8d35958
chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852) -
0cbd4cd
fix(eslint-plugin): [class-literal-property-style] don't report nodes with `o... -
127066a
chore: coverage issues caused by usingexport
assignments (#10151) -
7effdea
chore(release): publish 8.10.0 -
f9c49e3
feat: support TypeScript 5.6 (#9972) -
d09d36d
docs: inject option descriptions into rule docs when possible (#9925) -
373c63a
chore(eslint-plugin): [no-unnecessary-condition] remove dead suggestion id (#... - 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