Releases: ember-cli/eslint-plugin-ember
Releases · ember-cli/eslint-plugin-ember
Release 12.0.0-alpha.3
🚀 Enhancement
🐛 Bug Fix
- #1996 [gjs-gts-parser] fix type aware linting when using ts+gts files (@patricklx)
- #2005 [gjs-gts-parser] fix parsing when there are multiple default
<template>
blocks (not allowed) (@patricklx) - #2027 Allow ember-data type registry imports in
use-ember-data-rfc-395-imports
rule (@wagenet)
🏠 Internal
Committers: 2
- Bryan Mishkin (@bmish)
- Patrick Pircher (@patricklx)
v11.12.0
Release 12.0.0-alpha.2
🐛 Bug Fix
- #1994 [gjs/gts parser] fix locations for ast after templates (@patricklx)
- #1992 [gjs/gts parser] fix references for tags with a dot & non standard html tags (@patricklx)
Committers: 1
- Patrick Pircher (@patricklx)
Release 12.0.0-alpha.1
💥 Breaking Change
- #1981 Add
template-no-let-reference
rule torecommended-gjs
andrecommended-gts
configs (@patricklx)
🚀 Enhancement
- #1984 Update
@typescript-eslint/
dependencies to v6 (@patricklx)
📝 Documentation
- #1980 Improve gts gjs configuration example (@patricklx)
- #1990 Fix names for
recommended-gts
/recommended-gjs
configs in readme (@c0rydoras)
Committers: 2
- Arthur Deierlein (@c0rydoras)
- Patrick Pircher (@patricklx)
Release 12.0.0-alpha.0
💥 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)
Release 11.11.1
Release 11.11.0
🚀 Enhancement
- #1920 Use custom parser for gts/gjs (@patricklx)
Committers: 1
- Patrick Pircher (@patricklx)