-
New May 29, 2026
ESLint v10.4.1 released
Bug Fixes e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta) d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu) f4f3507 fix: p...
-
New May 15, 2026
ESLint v10.4.0 released
Highlights New includeIgnoreFile() helper This release introduces the includeIgnoreFile() helper for configuration files that allows for including patterns from .gitignore files or an...
-
New May 1, 2026
ESLint v10.3.0 released
Highlights no-unused-private-class-members Suggestions The no-unused-private-class-members rule now provides suggestions to remove reported unused private class members. For example, for t...
-
New Apr 17, 2026
ESLint v10.2.1 released
Bug Fixes 14be92b fix: model generator yield resumption paths in code path analysis (#20665) (sethamus) 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#20740) (xbinaryx...
-
New Apr 3, 2026
ESLint v10.2.0 released
Highlights Language-aware rules ESLint v10.2.0 adds support for language-aware rules through the new meta.languages property. Rule authors can now explicitly declare which languages a rule su...
-
New Mar 20, 2026
ESLint v10.1.0 released
Highlights API Support for Bulk Suppressions ESLint v10.1.0 introduces API support for the bulk suppressions feature that was previously only available in the CLI. ESLint API consumers, such as IDE...
-
New Mar 6, 2026
ESLint v9.39.4 released
Highlights This release sets the minimatch dependency version used in ESLint to ^3.1.5. This change avoids a bug in a previous minimatch release that could cause ESLint to not recognize certain fi...
-
New Mar 6, 2026
ESLint v10.0.3 released
Highlights This release sets the minimatch dependency version used in ESLint to ^10.2.4. This change avoids a bug in a previous minimatch release that could cause ESLint to not recognize certain fi...
-
New Feb 23, 2026
ESLint v10.0.2 released
Highlights This release updates the ajv dependency to v6.14.0 which includes the fix for a recently published security issue. Bug Fixes 2b72361 fix: update ajv to 6.14.0 to address securi...
-
New Feb 20, 2026
ESLint v9.39.3 released
Highlights This version restores TypeScript 4.0 compatibility in types. Bug Fixes 791bf8d fix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus) Chores 8594a4...