Skip to content

Releases: ember-cli/eslint-plugin-ember

Release 11.0.3

26 Jul 16:01
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1544 Fix false positive with Set/Map-initialized private class properties in no-array-prototype-extensions rule (@bmish)
  • #1543 Fix false positive with Set/Map-initialized public class properties in no-array-prototype-extensions rule (@bmish)

Committers: 1

Release 11.0.2

23 Jul 23:11
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1538 Fix false positive with simple Set/Map-initialized objects in no-array-prototype-extensions rule (@bmish)
  • #1539 Fix false positive with RSVP.reject() in no-array-prototype-extensions (@gilest)

Committers: 2

Release 11.0.1

21 Jul 19:55
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1536 Ignore some commonly-known non-array functions/objects to reduce false positives in no-array-prototype-extensions rule (@bmish)

Committers: 1

Release 11.0.0

20 Jul 23:13
Compare
Choose a tag to compare

💥 Breaking Change

  • #1517 Add no-array-prototype-extensions as recommended rule (NOTE: removed as recommended in v11.0.6) (@bmish)
  • #1515 Drop support for ESLint v6 (@bmish)
  • #1318 Drop support for Node 10, 12, 15, 17 (@aggmoulik)
  • #1519 Enable useOptionalChaining option by default for no-get rule (@bmish)
  • #1518 Remove base config (@bmish)
  • #1516 Set config ecmaVersion to 2020 (@bmish)
  • #1513 Stop exporting non-Ember utils (@bmish)
  • #1514 Strictly define Node API (@bmish)
  • #1512 Update avoid-leaking-state-in-ember-objects rule to augment instead of replace default config (@bmish)

🚀 Enhancement

  • #1529 Better support native class property definitions (and update to ESLint v8 internally) (@bmish)

📝 Documentation

  • #1484 Improve links in no-array-prototype-extensions rule doc (@bmish)
  • #1480 Update optional rule example to use actual optional rule (@bmish)

🏠 Internal

  • #1481 Add Node 18 to CI (@ddzz)
  • #1352 Upgrade ESLint dependencies and fix new linting issues (@ddzz)

Committers: 3

Release 10.6.1

04 May 18:13
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1476 Catch replace in no-array-prototype-extensions rule (@smilland)

Committers: 1

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