Skip to content

Releases: ember-cli/eslint-plugin-ember

Release 10.6.0

08 Apr 14:49
Compare
Choose a tag to compare

🚀 Enhancement

Committers: 1

Release 10.5.9

15 Feb 03:26
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1431 Fix crash in jquery-ember-run rule (@ef4)

📝 Documentation

🏠 Internal

  • #1402 Add GitHub Actions to Dependabot config (@ddzz)

Committers: 3

Release 10.5.8

23 Nov 04:19
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1374 Allow empty-but-decorated classes in no-empty-glimmer-component-classes rule (@adrigzr)

📝 Documentation

  • #1364 Fix typos in violation message for classic-decorator-hooks rule (@nlfurniss)

Committers: 4

Release 10.5.7

13 Oct 01:13
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1336 Avoid crash when estraverse does not recognize node type during traversal (@bmish)

Committers: 1

Release 10.5.6

12 Oct 16:52
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1333 Support ESLint v8 by switching from ESLint's internal traverser to estraverse (@bmish)

Committers: 1

Release 10.5.5

20 Sep 22:56
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1297 Support if/else route definitions in no-shadow-route-definition rule (@raido)

📝 Documentation

🏠 Internal

  • #1301 Add jsdoc type annotation to rules (@bmish)
  • #1299 Cache dependencies on GitHub Actions to speed up CI (@ddzz)

Committers: 4

Release 10.5.4

24 Aug 17:03
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1286 Avoid unnecessary optional chaining in autofix for no-get rule when using useOptionalChaining option (@raycohen)

Committers: 1

Release 10.5.3

17 Aug 14:36
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1283 Fix crash with let foo in no-controller-access-in-routes (@bmish)

Committers: 1

Release 10.5.2

17 Aug 03:55
Compare
Choose a tag to compare

🐛 Bug Fix

📝 Documentation

  • #1275 Fix typo in no-controller-access-in-routes rule doc (@locks)
  • #1245 Explain how to fix violations in no-empty-glimmer-component-classes rule doc (@hxqlin)

🏠 Internal

Committers: 4

Release 10.5.1

20 Jun 18:08
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1237 Stop using deprecated ESLint report API (@bmish)
  • #1230 Use meta.hasSuggestions for suggestable rules to prepare for ESLint 8 (@bmish)

📝 Documentation

  • #1241 Indicate which rules provide automated suggestions in README rules table (@bmish)

🏠 Internal

  • #1222 Use ecmaVersion of 2020 internally for tests/linting (@bmish)

Committers: 1