5.45.0 (2022-11-28)
Bug Fixes
- eslint-plugin: [array-type] --fix flag removes parentheses from type (#5997) (42b33af)
- eslint-plugin: [keyword-spacing] prevent crash on no options (#6073) (1f19998)
- eslint-plugin: [member-ordering] support private fields (#5859) (f02761a)
- eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#6043) (6e079eb)
- scope-manager: add support for TS4.9 satisfies expression (#6059) (44027db)
- typescript-estree: stub out
ts.SatisfiesExpression
on old TS versions (#6076) (1302b30)