Skip to content

Release 11.0.0

Compare
Choose a tag to compare
@bmish bmish released this 20 Jul 23:13
· 445 commits to master since this release

馃挜 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