What's Changed
This release supports ESLint 9, though flat configs may still not work correctly.
The --ext
option of eslint-nibble no longer defaults to .js
(though ESLint, and therefore eslint-nibble, will look for .js files by default). This is because in ESLint 9, the option was removed. If you are using a version of ESLint prior to 9, you may need to specify --ext
explicitly.
Breaking
- Change default extensions option to run on all file types by @zpeleg in #117
- Update eslint peer dependency range by @IanVS in #126
Dependencies
- Pull in pull in summary line generation by @TheBox193 in #108
- Update inquirer by @IanVS in #124
Internal
- Update eslint to 8.31.0 by @friederbluemle in #102
- Set up GitHub CI by @IanVS in #123
- Update internal project config to ESLint 9 by @IanVS in #122
- Add prettier by @IanVS in #125
- Update changelog by @IanVS in #127
New Contributors
- @friederbluemle made their first contribution in #102
- @zpeleg made their first contribution in #117
- @TheBox193 made their first contribution in #108
Full Changelog: v8.1.0...v9.0.0