What changed in eslint-webpack-plugin from 5 to 6

1 release numbered after v5.0.3 up to and including v6.0.0, stable releases only. v5.0.3 and v6.0.0 are the newest stable releases of 5 and 6 we track; this page follows them as new ones ship.

5 changes across 1 release

Added 1

v6.0.0

  • Add support for ESLint v10
Changed 1

v6.0.0

  • Use compiler.options.mode to set the default value of failOnError
Fixed 1

v6.0.0

  • Do not store errors, errors from files not included should not be reported
Removed 2

v6.0.0

  • Remove threads option
  • Remove support for ESLint v8 and Node.js v18

Original release notes, newest first

The list above is our reading of these notes; the originals from webpack are here, one fold per release.

v6.0.0
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)

View originalPermalink