Skip to content

v12.0.0

Latest
Compare
Choose a tag to compare
@mizdra mizdra released this 29 Apr 09:38
v12.0.0
96f3fa3

What's Changed

Breaking Change

  • The boolean option no longer supports the argument (e.g. --no-eslintrc=false and --cache=false are not supported) by @mizdra in #388
  • Disable cache by default by @mizdra in #393
  • Do not overwrite the default value of --cache-location by @mizdra in #393
  • Require Node.js ^20.19.0 || >=22.12.0 by @mizdra in #386, #396

Bug

  • Fix failure to write details of lint results to file by @mizdra in #400

Documentation

Feature

  • feat: ESLint feature flags support by @nmussy in #391

Refactoring

  • Fix failed CI by @mizdra in #387
  • Use nanospinner instead of ora by @mizdra in #390
  • Replace chalk with util.styleText by @mizdra in #395
  • Print warning message without boxen by @mizdra in #397
  • Execute pager without writing to file by @mizdra in #398
  • Do not use the node_modules/.cache directory as a temporary directory by @mizdra in #399
  • Implement an original table formatter by @mizdra in #402

Maintenance

New Contributors

Full Changelog: v11.1.0...v12.0.0