# eslint-webpack-plugin v6.0.0 - Product: eslint-webpack-plugin (https://whatsnew.fyi/product/eslint-webpack-plugin) - Vendor: webpack - Date: 2026-04-03 - Version: v6.0.0 - Original notes: https://github.com/webpack/eslint-webpack-plugin/releases/tag/v6.0.0 - Permalink: https://whatsnew.fyi/product/eslint-webpack-plugin/releases/v6.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **removed** — Remove threads option - **changed** — Use compiler.options.mode to set the default value of failOnError - **removed** — Remove support for ESLint v8 and Node.js v18 - **added** — Add support for ESLint v10 - **fixed** — Do not store errors, errors from files not included should not be reported ##### [6.0.0](https://github.com/webpack/eslint-webpack-plugin/compare/v5.0.3...v6.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](https://github.com/webpack/eslint-webpack-plugin/issues/295)) ([42de4fe](https://github.com/webpack/eslint-webpack-plugin/commit/42de4fefc67d0d3983a14c73a70d93f497735e73)) ###### Bug Fixes * do not store errors, errors from files not included should not be reported ([#298](https://github.com/webpack/eslint-webpack-plugin/issues/298)) ([a4400b2](https://github.com/webpack/eslint-webpack-plugin/commit/a4400b2396b179bb8b15ee2a1b159a106d7c962a)) * use `compiler.options.mode` to set the default value of `failOnError` ([#296](https://github.com/webpack/eslint-webpack-plugin/issues/296)) ([def99b0](https://github.com/webpack/eslint-webpack-plugin/commit/def99b0c1d72c8d6b70361f0b2215ff2dc3ead59)) * remove threads option ([#299](https://github.com/webpack/eslint-webpack-plugin/issues/299)) ([a53360e](https://github.com/webpack/eslint-webpack-plugin/commit/a53360e1291ea08307d21efa7102d6a7c9725f42))