Skip to content

v8.5.0

Compare
Choose a tag to compare
@eslintbot eslintbot released this 17 Dec 22:36
· 1211 commits to main since this release

Features

  • 94e77a6 feat: Suggestions support for prefer-regex-literals (#15077) (Yash Singh)
  • eafaf52 feat: add prefer-object-has-own rule (#15346) (Nitin Kumar)

Bug Fixes

  • 7d832d4 fix: improve prefer-template fixer (#15230) (Nitin Kumar)
  • 981fb48 fix: do not report global references in id-match rule (#15420) (Nitin Kumar)
  • f13d4a6 fix: improve autofix of prefer-object-has-own (#15419) (Nitin Kumar)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425) (Bryan Mishkin)

Documentation

  • 314c84c docs: add an incorrect code example in for-direction (#15434) (Holger Jeromin)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#15423) (Nitin Kumar)
  • a53e59e docs: add more examples for array-element-newline rule (#15427) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option in class-methods-use-this rule (#15399) (Takuya Fukuju)

Chores

  • 225f211 test: add destructuring test cases for computed-property-spacing (#15424) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 for macOS and windows jobs (#15418) (Nitin Kumar)