Skip to content

Releases: jest-community/eslint-plugin-jest

v29.0.1

18 Jun 19:49
Compare
Choose a tag to compare

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

v29.0.0

18 Jun 02:26
Compare
Choose a tag to compare

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v7 (5ca65d3)
  • drop support for ESLint v7 (b06e7d0)
  • drop support for ESLint v8.x prior to v8.57.0 (d79765a)
  • drop support for Node v16 (aaf62cd)
  • drop support for Node v18 (598880c)
  • drop support for Node v20.x prior to v20.12.0 (2f2fb68)
  • drop support for Node v21 (a366393)
  • drop support for Node v23 (1fb1a67)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (945651c)

BREAKING CHANGES

  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in
    the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16

v28.14.0

15 Jun 19:12
Compare
Choose a tag to compare

28.14.0 (2025-06-15)

Features

  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#1762) (30440ef)

v28.13.5

13 Jun 04:05
Compare
Choose a tag to compare

28.13.5 (2025-06-13)

Bug Fixes

  • handle string-based import names when resolving Jest functions (#1761) (d8b5e0e)

v28.13.4

13 Jun 03:53
Compare
Choose a tag to compare

28.13.4 (2025-06-13)

Bug Fixes

  • prefer-importing-jest-globals: handle string-based import names (#1756) (547e67b)

v28.13.3

10 Jun 20:23
Compare
Choose a tag to compare

28.13.3 (2025-06-10)

Bug Fixes

  • prefer-importing-jest-globals: preserve require property renames (#1754) (41b9523)

v28.13.2

10 Jun 20:15
Compare
Choose a tag to compare

28.13.2 (2025-06-10)

Bug Fixes

  • prefer-importing-jest-globals: preserve as imports (#1753) (3a5af78)

v28.13.1

10 Jun 19:47
Compare
Choose a tag to compare

28.13.1 (2025-06-10)

Bug Fixes

  • prefer-ending-with-an-expect: don't report on await expect (#1752) (5e3d687)

v28.13.0

06 Jun 21:11
Compare
Choose a tag to compare

28.13.0 (2025-06-06)

Features

  • create new prefer-ending-with-an-expect rule (#1742) (fe1349b)

v28.12.0

29 May 19:19
Compare
Choose a tag to compare

28.12.0 (2025-05-29)

Features

  • no-disabled-tests: improve error message and simplify rule (#1739) (1fb5a4a)