Changed
- BREAKING: Added rule
no-constant-binary-expression, which also required updatingpeerDependencyto"eslint": "^8.14.0". (#61)
- BREAKING: Added rules
jest/prefer-hooks-in-orderandjest/prefer-hooks-on-top. (#63)
- BREAKING: Deprecated support for Node 12 and 17 since end-of-life. Compatible with all current and LTS releases (
^14.15.0 || ^16.13.0 || >=18.0.0).
Fixed
- Fixed tests for
jestv28 (no longer requires module name mapper)
- Updated to latest dependencies, including
eslint-plugin-jestandeslint-plugin-jsdoc
Miscellaneous
- Added test coverage threshold requirements (#62)