Releases: typescript-eslint/typescript-eslint
Releases · typescript-eslint/typescript-eslint
v5.10.2
v5.10.1
v5.10.0
5.10.0 (2022-01-17)
Bug Fixes
- eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#4250) (d053cde)
- eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#4458) (f4016c2)
- eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#4448) (e56f1e5)
- eslint-plugin: [no-magic-numbers] handle bigint in class props (#4411) (c8e650f)
- type-utils: check IndexSignature internals when checking isTypeReadonly (#4417) (ef3147c), closes #4410 #3714
- type-utils: intersection types involving readonly arrays are now handled in most cases (#4429) (5046882)
- type-utils: isTypeReadonly now handles conditional types (#4421) (39a6806)
- type-utils: union types always being marked as readonly (#4419) (99ab193)
Features
v5.9.1
v5.9.0
5.9.0 (2022-01-03)
Features
We published a number of our internal eslint-plugin utilities for working with TypeScript types under the package @typescript-eslint/type-utils
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)