Releases: eslint-community/eslint-utils
Releases · eslint-community/eslint-utils
v4.6.0
4.6.0 (2025-04-12)
Features
- validate type comments and generate
.d.ts
(#251) (d84fa55)
v4.5.1
4.5.1 (2025-03-13)
Bug Fixes
- fix crash when evaluating
Symbol.prototype
in getStringIfConstant
(#182) (f3bc7a4)
v4.5.0
4.5.0 (2025-03-11)
Features
- add iteratePropertyReferences to ReferenceTracker class (#248) (324b445)
v5.0.0-alpha.1
Features
BREAKING CHANGES
- Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
- Requires ESLint@^8.57.0 || ^9.0.0
v4.4.1
4.4.1 (2024-10-25)
Bug Fixes
- generate provenance statements on release (#244) (5a27756)
v4.4.0
4.4.0 (2023-03-24)
Features
- getStaticValue: allow Map/Set getters (#81) (22ad79f)
- getStaticValue: Dereference variables that are effectively
const
(#80) (0540eb3)
v4.3.0
4.3.0 (2023-03-17)
Features
- getStaticValue: added more safe calls (#76) (e916558)
- getStaticValue: allow RegExp getters (#77) (80b934e)
v4.2.1
4.2.1 (2023-03-17)
Bug Fixes
- getStaticValue: fix for
Math.random()
(#79) (5b1d059)
v4.2.0
4.2.0 (2023-03-03)
Features
v4.1.2
4.1.2 (2022-11-28)
Bug Fixes
- isParenthesized: don't crash on
Program
(#31) (f53ab06)