Dropped Node.js 12 support.
Added Node.js 16 & 18 support.
Read more in the migration guide.
Fixed several security vulnerabilities:
-
Prototype Pollution in y18n. Updated from 3.2.1 to 3.2.2.
-
Prototype Pollution and Command Injection in lodash. Updated from 4.17.15 to 4.17.21.
-
and others.
- Update ESLint to 5.16.0.
- Refactoring.
- Change license to MIT.
- Publish the package to Github & public npm.
- Fix typos in README & CHANGELOG.
- Fix false-negative check for
describe
(describe.skip
, etc).
- Update examples in README.
- Add Russian version of README.
- Rename the package to @funboxteam/eslint-plugin-no-only-tests.
- Add @funboxteam to README.
- Add .editorconfig, .gitignore & package-lock.json.
- Move the package into @funboxteam scope.
- Add first implementation of the rule no-only.