All notable changes to this project will be documented in this file.
Releases are published only to npm, since there are no build artifacts to bundle.
The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.
- Update dependencies to the min version which supports ESLint v9
- Use the new flat config examples in the README
- Provide a conf example for each supported ESLint version
- Works with ESLint v9
- Upgrade .eslintrc -> eslint.config.js
- Remove Node 18 and add Node 22 to the
test.yml
GH Action - Add CHANGELOG.md
- Fix 1 vulnerability:
- Regular Expression Denial of Service (ReDoS) in cross-spawn - https://github.com/advisories/GHSA-3xgq-45jj-v275
- Works with ESLint v8