Skip to content

Releases: webpack/eslint-webpack-plugin

v6.0.0

03 Apr 11:56

Choose a tag to compare

6.0.0 (2026-04-03)

⚠ BREAKING CHANGES

  • remove threads option (#299)
  • use compiler.options.mode to set the default value of failOnError (#296)
  • add support for ESLint v10 and remove support for ESLint v8 and Node.js v18 (#295)

Features

  • add support for ESLint v10 and remove support for ESLint v8 and Node.js v18 (#295) (42de4fe)

Bug Fixes

  • do not store errors, errors from files not included should not be reported (#298) (a4400b2)

  • use compiler.options.mode to set the default value of failOnError (#296) (def99b0)

  • remove threads option (#299) (a53360e)

v5.0.3

27 Feb 18:49

Choose a tag to compare

5.0.3 (2026-02-27)

Bug Fixes

v5.0.2

09 Jun 12:09

Choose a tag to compare

5.0.2 (2025-06-09)

Bug Fixes

  • don't error on circular eslint plugins (#277) (32f05c6)

v5.0.1

15 Apr 16:15

Choose a tag to compare

5.0.1 (2025-04-15)

Bug Fixes

v5.0.0

26 Feb 21:00

Choose a tag to compare

5.0.0 (2025-02-26)

⚠ BREAKING CHANGES

  • Use flat config by default
  • Minimum supported Node.js version is 18.12.0

v4.2.0

24 May 16:19

Choose a tag to compare

4.2.0 (2024-05-24)

Features

Bug Fixes

  • use stillValidModule only lintDirtyModulesOnly is disabled (#253) (b52d1e7)

v4.1.0

14 Mar 10:58

Choose a tag to compare

4.1.0 (2024-03-14)

Features

v4.0.1

10 Apr 20:20

Choose a tag to compare

4.0.1 (2023-04-10)

Performance

  • enable cache by default (#213)

v4.0.0

03 Feb 20:07

Choose a tag to compare

4.0.0 (2023-02-03)

⚠ BREAKING CHANGES

  • drop node v12 and eslint v7 (#159)

Bug Fixes

  • lint modules that are cached with webpack's filesystem cache (#197) (92f25ec), closes #130

  • drop node v12 and eslint v7 (#159) (1edd3c1)

v3.2.0

23 Jun 17:01

Choose a tag to compare

3.2.0 (2022-06-23)

Features