Skip to content

Releases: eslint-community/eslint-utils

v4.6.0

12 Apr 14:01
d84fa55
Compare
Choose a tag to compare

4.6.0 (2025-04-12)

Features

  • validate type comments and generate .d.ts (#251) (d84fa55)

v4.5.1

13 Mar 12:10
f3bc7a4
Compare
Choose a tag to compare

4.5.1 (2025-03-13)

Bug Fixes

  • fix crash when evaluating Symbol.prototype in getStringIfConstant (#182) (f3bc7a4)

v4.5.0

11 Mar 02:22
324b445
Compare
Choose a tag to compare

4.5.0 (2025-03-11)

Features

  • add iteratePropertyReferences to ReferenceTracker class (#248) (324b445)

v5.0.0-alpha.1

26 Oct 03:07
7178556
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2024-10-26)

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

25 Oct 23:35
fd0f085
Compare
Choose a tag to compare

4.4.1 (2024-10-25)

Bug Fixes

  • generate provenance statements on release (#244) (5a27756)

v4.4.0

24 Mar 03:44
0540eb3
Compare
Choose a tag to compare

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

17 Mar 02:33
80b934e
Compare
Choose a tag to compare

4.3.0 (2023-03-17)

Features

  • getStaticValue: added more safe calls (#76) (e916558)
  • getStaticValue: allow RegExp getters (#77) (80b934e)

v4.2.1

17 Mar 02:14
5b1d059
Compare
Choose a tag to compare

4.2.1 (2023-03-17)

Bug Fixes

  • getStaticValue: fix for Math.random() (#79) (5b1d059)

v4.2.0

03 Mar 09:03
57693be
Compare
Choose a tag to compare

4.2.0 (2023-03-03)

Features

v4.1.2

28 Nov 09:50
f53ab06
Compare
Choose a tag to compare

4.1.2 (2022-11-28)

Bug Fixes

  • isParenthesized: don't crash on Program (#31) (f53ab06)