Releases: typescript-eslint/typescript-eslint
Releases · typescript-eslint/typescript-eslint
v5.8.1
5.8.1 (2021-12-27)
Bug Fixes
- eslint-plugin: [consistent-indexed-object-style] do not report for circular references (#4347) (6edebcd)
- eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (#4334) (0cd911a)
- eslint-plugin: [padding-line-between-statements] make function overloading is also processed (#4345) (d31ec26)
v5.8.0
5.8.0 (2021-12-20)
Bug Fixes
- eslint-plugin: [no-implied-eval] improve performance (#4313) (e344596)
- eslint-plugin: [padding-line-between-statements]
type
StatementTypes can't differenciate from variable (#4270) (bfc4324) - eslint-plugin: [strict-boolean-expression] false positive for truthy boolean (#4275) (72c2e41)
- eslint-plugin:
array-type
markAST_NODE_TYPES.TSBigIntKeyword
as simple (#4274) (74e544e) - eslint-plugin: handle method overloading in
semi
(#4318) (3b87b49) - experimental-utils: support immutable members (#3844) (3d33a77)
Features
v5.7.0
v5.6.0
v5.5.0
5.5.0 (2021-11-29)
Bug Fixes
- eslint-plugin: [member-ordering] order literal names correctly in (#4054) (d57141a)
- eslint-plugin: [no-duplicate-imports] remove unnecessary type checking for
node.source
(#4196) (637722a) - eslint-plugin: [no-var-requires] do not report require created from createRequire (#4221) (0040186)
- eslint-plugin: [prefer-for-of] do nor error when iterating over this (#4176) (258ddb0)
- eslint-plugin: [require-await] treat yield* asynciterable as an await (#4125) (5a4ce6a)
- eslint-plugin: remove all whitespaces in comparison #4220 (#4223) (853d799)
- experimental-utils: export RuleCreator interfaces (#4199) (7821e4c)
- experimental-utils: fix types for eslint-utils (#4173) (7079de2)
- scope-manager: support static class blocks (#4211) (f8e9125)
- visitor-keys: add missing import assertion keys (#4178) (9c38b7f)
Features
v5.4.0
5.4.0 (2021-11-15)
Bug Fixes
- correct issues with circular imports (#4140) (4c87b24)
- eslint-plugin: [explicit-member-accessibility] private fields cannot have accessibility modifiers (#4117) (81b25c1)
- eslint-plugin: [no-implied-eval] ignore locally declared functions (#4049) (d97140e)
- eslint-plugin: check optional chaining for floating promises (#4096) (d724777)
- landing page title duplication (#4123) (844c25e)
Features
- add RuleCreator.withoutDocs (#4136) (87cfc6a)
- experimental-utils: add default [] for RuleModule TOptions generic (#4135) (62b8098)
- typescript-estree: support Import Assertions (#4074) (ae0fb5a)
- typescript-estree: support private fields in-in syntax (#4075) (939d8ea)
- typescript-estree: support type-only module specifiers (#4076) (77baa92)