Skip to content

Releases: eslint/eslint-scope

v8.0.1

22 Mar 20:12
e0cbb9e
Compare
Choose a tag to compare

8.0.1 (2024-03-20)

Documentation

Chores

v8.0.0

04 Jan 19:11
f33ae98
Compare
Choose a tag to compare

8.0.0 (2024-01-04)

⚠ BREAKING CHANGES

  • use ESTree directive property when searching for "use strict" (#118)
  • class extends is evaluated in the class scope (#116)
  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#115)

Features

  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#115) (ed67857)
  • use ESTree directive property when searching for "use strict" (#118) (23fe81f)

Bug Fixes

  • class extends is evaluated in the class scope (#116) (42ef7a9)

Documentation

Chores

v7.2.2

28 Jul 15:19
8f7e63b
Compare
Choose a tag to compare

7.2.2 (2023-07-27)

Chores

v7.2.1

14 Jul 15:44
ff26803
Compare
Choose a tag to compare

7.2.1 (2023-05-31)

Chores

v7.2.0

13 Apr 18:23
Compare
Choose a tag to compare

Features

  • 70c8db1 feat: Add isGlobalReturn method on scopeManager. (#96) (Nicholas C. Zakas)

Documentation

  • 25abacf docs: add badges (#89) (Milos Djermanovic)

Build Related

Chores

  • 3dbad80 chore: add triage action (#95) (Milos Djermanovic)
  • 34ffedc ci: add Node v19 (#94) (Milos Djermanovic)
  • 4c00534 ci: update Github actions (#93) (Deepshika S)
  • 6c8ccf2 chore: add funding field (#92) (Deepshika S)

v7.1.1

12 Feb 00:04
Compare
Choose a tag to compare

Bug Fixes

  • 4e1d24c fix: ignore "use strict" directives in ES3 (#87) (Milos Djermanovic)

Chores

v7.1.0

21 Nov 03:43
Compare
Choose a tag to compare

Features

  • d756f1e feat: Add sourceType:commonjs support (#81) (Nicholas C. Zakas)

v7.0.0

16 Nov 06:23
Compare
Choose a tag to compare

Breaking Changes

  • 22a55c0 feat!: support class static blocks (#80) (Milos Djermanovic)

Build Related

  • 4aafb61 build: upgrade eslint-release to v3.2.0 to support conventional commits (#79) (Milos Djermanovic)
  • 263c762 Build: add node v17 (#76) (唯然)

v6.0.0

23 Jul 17:35
Compare
Choose a tag to compare
  • 4ee1d80 Fix: Ensure correct version in package (#73) (Nicholas C. Zakas)
  • 82a7e6d Breaking: Switch to ESM (fixes #70) (#71) (Brett Zamir)
  • 0b4a5f1 Update: support class fields (refs eslint/eslint#14343) (#69) (Toru Nagashima)
  • 39f8cfc Chore: upgrade estraverse to version 5 (#68) (Rouven Weßling)
  • ae27ff3 Docs: Add range to espree options in README (fixes #66) (#67) (Alan Liang)

v5.1.1

12 Sep 18:29
Compare
Choose a tag to compare
  • 9b528d7 Upgrade: esrecurse version to ^4.3.0 (#64) (Timofey Kachalov)
  • f758bbc Chore: fix definiton -> definition typo in comments (#63) (Kevin Kirsche)
  • 7513734 Chore: move to GitHub Actions (#62) (Kai Cataldo)