ESLint v8.44.0 released

We just pushed ESLint v8.44.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.

Highlights

Features

  • 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)

Bug Fixes

Documentation

  • 526e911 docs: resubmit pr 17115 doc changes (#17291) (唯然)
  • e1314bf docs: Integration section and tutorial (#17132) (Ben Perlmutter)
  • 19a8c5d docs: Update README (GitHub Actions Bot)

Chores

  • 49e46ed chore: upgrade @eslint/js@8.44.0 (#17329) (Milos Djermanovic)
  • a1cb642 chore: package.json update for @eslint/js release (ESLint Jenkins)
  • 840a264 test: More test cases for no-case-declarations (#17315) (Elian Cordoba)
  • e6e74f9 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • eb3d794 chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)
  • cf88439 chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)
  • 9718a97 refactor: remove unnecessary code in flat-eslint.js (#17308) (Milos Djermanovic)
  • f82e56e perf: various performance improvements (#17135) (moonlightaria)
  • da81e66 chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)
  • b991640 chore: switch eslint-config-eslint to the flat format (#17247) (唯然)

The latest ESLint news, case studies, tutorials, and resources.

ESLint v9.1.1 released
1 min read

ESLint v9.1.1 released

We just pushed ESLint v9.1.1, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release.

ESLint v9.1.0 released
2 min read

ESLint v9.1.0 released

We just pushed ESLint v9.1.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.

ESLint v9.0.0 released
12 min read

ESLint v9.0.0 released

We just pushed ESLint v9.0.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.