Eslint Plugin Jest Versions Save

ESLint plugin for Jest

v28.5.0

1 month ago

28.5.0 (2024-05-03)

Features

  • allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10)

v28.4.0

1 month ago

28.4.0 (2024-05-03)

Features

  • valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098)

v28.3.0

1 month ago

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)

v28.2.0

2 months ago

28.2.0 (2024-04-06)

Features

  • support providing aliases for @jest/globals package (#1543) (744d4f6)

v28.1.1

2 months ago

28.1.1 (2024-04-06)

Bug Fixes

  • max-expects: properly reset counter when exiting a test case (#1550) (b4b7cbc)

v28.1.0

2 months ago

28.1.0 (2024-04-06)

Features

v28.0.0

2 months ago

28.0.0 (2024-04-06)

Bug Fixes

  • allow ESLint 9 as peer dependency (#1547) (3c5e167)
  • drop support for Node 19 (#1548) (c87e388)
  • no-large-snapshots: avoid instanceof RegExp check for ESLint v9 compatibility (#1542) (af4a9c9)

Features

BREAKING CHANGES

  • Node v19 is no longer supported
  • removed unneeded snapshot processor and flat/snapshot config
  • dropped support for @typescript-eslint/eslint-plugin v5
  • dropped support for Node v14
  • removed no-if in favor of no-conditional-in-test

v28.0.0-next.7

2 months ago

28.0.0-next.7 (2024-04-06)

Bug Fixes

BREAKING CHANGES

  • Node v19 is no longer supported

v28.0.0-next.6

2 months ago

28.0.0-next.6 (2024-03-29)

Bug Fixes

  • no-large-snapshots: avoid instanceof RegExp check for ESLint v9 compatibility (#1542) (af4a9c9)

v28.0.0-next.5

2 months ago

28.0.0-next.5 (2024-03-27)

Features

  • remove snapshot processor and flat/snapshot config (#1532) (98087f9)

BREAKING CHANGES

  • removed unneeded snapshot processor and flat/snapshot config