Skip to content

Releases: eslint/js

v9.6.0

30 Jun 21:43
8f49ade
Compare
Choose a tag to compare

9.6.0 (2023-06-19)

Features

v9.5.2

05 May 19:09
114dafb
Compare
Choose a tag to compare

9.5.2 (2023-05-05)

Chores

v9.5.1

28 Mar 21:12
Compare
Choose a tag to compare

Bug Fixes

  • 37f6b17 fix: remove useless sourcemap url (fixes #566) (#567) (余腾靖)

Chores

  • 91d48e9 chore: upgrade eslint-visitor-keys@3.4.0 (#568) (Milos Djermanovic)
  • 5c85ea8 chore: Add lint-staged (#565) (coderaiser)

v9.5.0

10 Mar 20:36
Compare
Choose a tag to compare

Features

  • 4368788 feat: Add parser name (#562) (Nicholas C. Zakas)

Chores

  • fe89a66 ci: use LTS node version in lint job (#561) (Nitin Kumar)
  • 5a70a0b chore: Add triage action (#560) (Nicholas C. Zakas)

v9.4.1

06 Nov 05:58
Compare
Choose a tag to compare

Documentation

  • 30f5f2f docs: update README for ECMAScript 2023 (#557) (Sosuke Suzuki)

Chores

v9.4.0

26 Aug 21:37
Compare
Choose a tag to compare

Features

  • 411d697 feat: Support ES2023 and hashbangs (#556) (Brandon Mills)

v9.3.3

31 Jul 20:06
Compare
Choose a tag to compare

Bug Fixes

  • b1eac6d fix: don't recognize directives in ES3, allow parenthesized rest target (#554) (Milos Djermanovic)

Chores

  • bd3b5c6 ci: update github actions (#552) (Amaresh S M)
  • 45fec88 chore: update package.json (#550) (Deepshika S)

v9.3.2

06 May 20:05
Compare
Choose a tag to compare

Bug Fixes

  • 6c718af fix: "use strict" should not trigger strict mode in es3. (#547) (唯然)

Documentation

  • c915190 docs: update Build Status badge (#536) (Milos Djermanovic)

Build Related

Chores

  • e5982ef chore: lint tool files, add editorconfig, update devDeps. (#545) (Brett Zamir)
  • b578a66 chore: remove unused devDependencies (#540) (Nitin Kumar)
  • 770b577 chore: add LICENSE file for tests (#539) (Nitin Kumar)

v9.3.1

11 Feb 22:51
Compare
Choose a tag to compare

Bug Fixes

  • 64010de fix: Derive espree.Syntax from espree.VisitorKeys (#532) (Frank Weigel)

Chores

  • 37f2184 chore: Upgrade to eslint-visitor-keys@3.3.0 (#535) (Milos Djermanovic)
  • ea0cf6a chore: switch from nyc to c8 for ESM coverage (#534) (Brett Zamir)
  • 9fbe22a chore: upgrade eslint-visitor-keys@3.2.0 (#533) (Milos Djermanovic)

v9.3.0

31 Dec 23:05
Compare
Choose a tag to compare

Features

  • 8655f3d feat: support arbitrary module namespace names (#528) (Milos Djermanovic)

Chores

  • 1b72d7a ci: use node v16 for macOS and windows jobs (#527) (Nitin Kumar)