Skip to content

Releases: mizdra/eslint-interactive

v12.0.0

29 Apr 09:38
v12.0.0
96f3fa3
Compare
Choose a tag to compare

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

v11.1.0

28 Sep 12:35
v11.1.0
fea4c85
Compare
Choose a tag to compare

What's Changed

Bug

  • Fix a problem that 3rd-party plugins could not be loaded with legacy config by @mizdra in #366
    • Thanks for contributing! @uhyo
  • Fix adding a disable comment in template literal by @mizdra in #369
    • Thanks for contributing! @uhyo

Feature

  • Use stylish as default formatter instead of eslint-formatter-codeframe by @mizdra in #379

Refactoring

  • Use util.stripVTControlCharacters instead of strip-ansi by @mizdra in #378

Maintenance

  • Suppress type errors during E2E testing by @mizdra in #368
  • Fix to load custom rules for pnpm dev by @mizdra in #370
  • Maintenance project configuration by @mizdra in #371

Dependencies

Full Changelog: v11.0.3...v11.1.0

v11.0.3

02 Sep 16:24
v11.0.3
c9d9114
Compare
Choose a tag to compare

What's Changed

Bug

Refactoring

  • Remove source map in production as it does not make debugging easier by @mizdra in #363

Dependencies

  • Replace dependency npm-run-all with npm-run-all2 ^5.0.0 by @renovate in #343

Full Changelog: v11.0.2...v11.0.3

v11.0.2

11 May 15:15
v11.0.2
125fdda
Compare
Choose a tag to compare

What's Changed

Bug

Full Changelog: v11.0.1...v11.0.2

v11.0.1

01 Apr 02:10
v11.0.1
a5ab787
Compare
Choose a tag to compare

What's Changed

Bug

Full Changelog: v11.0.0...v11.0.1

v11.0.0

30 Mar 13:40
v11.0.0
ef685ad
Compare
Choose a tag to compare

Flat Config is now supported! 🎉🎉🎉

What's Changed

Breaking Change

Feature

Refactoring

Testing

CI

Dependencies

Full Changelog: v10.8.0...v11.0.0

v10.8.0

06 May 08:59
v10.8.0
0867b6e
Compare
Choose a tag to compare

What's Changed

Feature

Dependencies

  • chore(deps): update dependency @types/estree to ^1.0.1 by @renovate in #288
  • chore(deps): update babel monorepo by @renovate in #287

New Contributors

Full Changelog: v10.7.0...v10.8.0

v10.7.0

15 Apr 05:43
3fd7a77
Compare
Choose a tag to compare

What's Changed

Feature

  • Support --resolve-plugins-relative-to option by @sisisin in #279

Dependencies

  • chore(deps): update dependency @types/fs-extra to ^11.0.1 by @renovate in #270
  • chore(deps): update babel monorepo to ^7.21.4 by @renovate in #277
  • fix(deps): update dependency boxen to ^7.0.2 by @renovate in #276
  • chore(deps): update dependency fs-extra to ^11.1.1 by @renovate in #275
  • chore(deps): update dependency @types/node to ^18.15.11 by @renovate in #278

New Contributors

Full Changelog: v10.6.0...v10.7.0

v10.6.0

01 Mar 16:45
4c89fe6
Compare
Choose a tag to compare

What's Changed

Feature

CI

Dependencies

  • chore(deps): update dependency stream-match to ^3.0.1 by @renovate in #271

Full Changelog: v10.5.0...v10.6.0

v10.5.0

05 Feb 06:18
aeb4ccc
Compare
Choose a tag to compare

What's Changed

Bug

  • Fix problem with printing lint results using pager in windows by @mizdra in #259

Feature

  • Create cache directory under cwd by @mizdra in #256
  • Support for writing details of lint result to a file by @mizdra in #260

CI

Full Changelog: v10.4.0...v10.5.0