Release 12.0.0-alpha.0
Pre-release
Pre-release
💥 Breaking Change
- #1962 Drop support for Node 14, 16, 19 (@patricklx)
- #1963 Add new
recommended
rules:no-at-ember-render-modifiers
,no-deprecated-router-transition-methods
,no-implicit-injections
,no-runloop
,no-tracked-properties-from-args
, (@patricklx) - #1977 Add new
recommended
rule:template-no-let-reference
(@bmish) - #1967 Drop support for ESLint 7 (@bmish)
- #1978 Set config
ecmaVersion
to2022
(@bmish) - #1965 Change
useAt
option default totrue
at inno-get
rule (@patricklx)
🚀 Enhancement
- #1939 Add new rule
template-no-let-reference
(@patricklx) - #1943 Add new rule
template-indent
(@patricklx) - #1971 Add template block comment eslint directives (@patricklx)
- #1944 Add gts/gjs configs (@patricklx)
- #1942 Use custom parser for gts/gjs (@patricklx)
- #1975 Update almost all dependencies (@bmish)
📝 Documentation
- #1969 Add automatic rule option lists with eslint-doc-generator (@bmish)
- #1966 Automatically generate README configs list with eslint-doc-generator (@bmish)
🏠 Internal
Committers: 2
- Bryan Mishkin (@bmish)
- Patrick Pircher (@patricklx)