Skip to content

Releases: eslint-community/eslint-utils

v4.9.0

08 Sep 04:23
e872dbd

Choose a tag to compare

4.9.0 (2025-09-08)

Features

  • isParenthesized: support the latest typescript-eslint (#261) (e872dbd)

v4.8.0

03 Sep 06:21
161ffe1

Choose a tag to compare

4.8.0 (2025-09-03)

Bug Fixes

  • get-static-value: incorrect return when variable has object mutation (#257) (161ffe1)

Features

  • add support for typescript AST to isParenthesized (#258) (692ce08)

v4.7.0

02 May 07:52
38c229b

Choose a tag to compare

4.7.0 (2025-05-02)

Bug Fixes

Features

  • add support for typescript AST to getStaticValue, and ReferenceTracker (#255) (c802ca0)

v4.6.1

16 Apr 12:33
9c1dbf8

Choose a tag to compare

4.6.1 (2025-04-16)

Bug Fixes

v4.6.0

12 Apr 14:01
d84fa55

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

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

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

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

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

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)