Releases: eslint/eslint-scope
Releases · eslint/eslint-scope
v8.0.2
8.0.2 (2024-07-08)
Bug Fixes
Definition#name
in catch patterns should be Identifier
node (#127) (8082caa)
v8.0.1
8.0.1 (2024-03-20)
Documentation
Chores
- switch to eslint flat config (#121) (59b1606)
- upgrade espree@10.0.1, eslint-visitor-keys@4.0.0 (#119) (6f95a94)
v8.0.0
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
7.2.2 (2023-07-27)
Chores
v7.2.1
7.2.1 (2023-05-31)
Chores
v7.2.0
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
Bug Fixes
4e1d24c
fix: ignore "use strict"
directives in ES3 (#87) (Milos Djermanovic)
Chores
8938109
chore: upgrade espree@9.3.1 eslint-visitor-keys@3.3.0 (#88) (Milos Djermanovic)
ceb8bdd
ci: use node v16 (#84) (Nitin Kumar)
62e147b
test: add tests with year-based ecmaVersion
(#83) (Milos Djermanovic)
v7.1.0
Features
d756f1e
feat: Add sourceType:commonjs support (#81) (Nicholas C. Zakas)
v7.0.0
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
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)