Releases: ember-cli/eslint-plugin-ember
Releases · ember-cli/eslint-plugin-ember
v12.3.1-eslint-plugin-ember: Merge pull request #2201 from ember-cli/release-preview
v12.3.0-eslint-plugin-ember: Merge pull request #2199 from ember-cli/release-preview
Release (2024-10-23)
eslint-plugin-ember 12.3.0 (minor)
🚀 Enhancement
eslint-plugin-ember
- #2191 Provide better gjs/gts config support for eslint 9 (@NullVoxPopuli)
🐛 Bug Fix
eslint-plugin-ember
- #2195 fix: Typo in error message (@HeroicEric)
🏠 Internal
eslint-plugin-ember
- #2198 Switch away from release-it to release-plan (@NullVoxPopuli)
- #2196 Switch to pnpm + vitest (away from yarn @ 1 and jest) (@NullVoxPopuli)
Committers: 2
- Eric Kelly (@HeroicEric)
- @NullVoxPopuli
Release 12.2.1
🐛 Bug Fix
- #2163 Bump the parser (@NullVoxPopuli)
- #2162 Allow imports from
ember-data/store
(@Windvis)
Committers: 2
- Sam Van Campenhout (@Windvis)
- @NullVoxPopuli
Release 12.2.0
🚀 Enhancement
- #2155 Add new ember-data rule:
require-async-inverse-relationship
(@wozny1989) - #2157 Consider
_test.{js|ts|gjs|gts}
as test file. (@HEYGUL)
🐛 Bug Fix
- #2159 Fix deprecation blocking eslint v9 (@LucasHill)
- #2151 Fix false positive error for
no-runloop
(@mkszepp)
🏠 Internal
- #2153 Fix API deprecations blocking eslint v9 compatibility (@LucasHill)
Committers: 4
- Adam Woźny (@wozny1989)
- GUL (@HEYGUL)
- Lucas Hill (@LucasHill)
- Markus Sanin (@mkszepp)
Release 12.1.1
🐛 Bug Fix
- #2149 Bump parser version (@NullVoxPopuli)
- #2148 fix test after parser update, resolves #2118 (@patricklx)
- #2147 fix isTestFile - test-aware lints were not correctly identifying gjs and gts tests and test files (@NullVoxPopuli)
Committers: 1
Release 12.1.0
🚀 Enhancement
- #2117 update ember eslint parser (@patricklx)
🐛 Bug Fix
- #2107 include recommended ts-eslint rules for gts (@patricklx)
📝 Documentation
Committers: 2
- Markus Sanin (@mkszepp)
- Patrick Pircher (@patricklx)
Release 12.0.2
🐛 Bug Fix
- #2092 Fix flat config for gts/gjs and
noop
parser name (@bmish) - #2091 Upgrade ember-eslint-parser to 0.3.6 (@NullVoxPopuli)
🏠 Internal
Committers: 2
- Bryan Mishkin (@bmish)
- @NullVoxPopuli
Release 12.0.1
🐛 Bug Fix
📝 Documentation
- #2088 add doc about gts imports in ts files (@patricklx)
- #2068 add
plugin:@typescript-eslint/recommended
to readme for GTS (@evoactivity)
🏠 Internal
Committers: 4
- Bryan Mishkin (@bmish)
- Jarek Radosz (@CvX)
- Liam Potter (@evoactivity)
- Patrick Pircher (@patricklx)
Release 12.0.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) - #1981 Add
template-no-let-reference
rule torecommended-gjs
andrecommended-gts
configs (@patricklx) - #1967 Drop support for ESLint 7 (@bmish)
- #1978 Set config
ecmaVersion
to2022
(@bmish) - #1965 Change
useAt
option default totrue
at inno-get
rule (@patricklx) - #2028 Move gjs/gts parser to
ember-eslint-parser
library (@NullVoxPopuli)
🚀 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)
- #1984 Update
@typescript-eslint/
dependencies to v6 (@patricklx) - #2020 Support ESLint flat config (@bmish)
🐛 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)
- #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) - #2055 Bump ember-eslint-parser to
0.2.5
- Includes fix for SVG scope parsing (@NullVoxPopuli) - #2048 Bump ember-eslint-parser to
0.2.4
(@NullVoxPopuli) - #2046 Fix issue with
no-deprecated-router-transition-methods
throwing errors outside of class usage (@NullVoxPopuli) - #2027 Allow ember-data type registry imports in
use-ember-data-rfc-395-imports
rule (@wagenet)
📝 Documentation
- #1969 Add automatic rule option lists with eslint-doc-generator (@bmish)
- #1966 Automatically generate README configs list with eslint-doc-generator (@bmish)
- #1980 Improve gts gjs configuration example (@patricklx)
- #1990 Fix names for
recommended-gts
/recommended-gjs
configs in readme (@c0rydoras)
🏠 Internal
- #1974 Update eslint-plugin-unicorn to v49 (@bmish)
- #2018 Switch to ESLint flat config internally (@bmish)
- #2036 Add
lint:fix
script (@NullVoxPopuli) - #2037 Add volta in package.json (@NullVoxPopuli)
Committers: 4
- Arthur Deierlein (@c0rydoras)
- Bryan Mishkin (@bmish)
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
Release 12.0.0-alpha.4
💥 Breaking Change
- #2028 Move gjs/gts parser to
ember-eslint-parser
library (@NullVoxPopuli)
🏠 Internal
- #2036 Add
lint:fix
script (@NullVoxPopuli) - #2037 Add volta in package.json (@NullVoxPopuli)