Eslint-plugin-jest version 25.0.0 introduces several updates compared to the previous stable version 24.7.0, primarily focusing on development dependencies and tooling. Developers considering upgrading should note the shifts in these supporting packages.
Key changes appear in the devDependencies. Husky sees an update from version 6.0.0 to 7.0.2, which can impact Git hook management. Eslint receives a narrower compatibility range, dropping support for versions below 6.0.0, and now explicitly supports only versions 6.0.0 and 7.0.0. Ts-node advances from 9.0.0 to 10.2.1, potentially influencing TypeScript compilation workflows. Lint-staged progresses from 10.2.2 to 11.1.2, affecting staged file linting. Commitlint and its conventional configuration are upgraded from version 12.0.0 to 13.1.0, tightening commit message standards, while eslint-config-prettier jumps from version 6.5.0 to 8.3.0 which might require ajustments. The peer dependency for eslint has been updated to require version >=6.
Furthermore, eslint-plugin-eslint-plugin sees a boost from version 2.0.0 to 3.5.3. Eslint-plugin-prettier moves up from 3.0.0 to 3.4.1. The package now contains less files going from 107 to 95 and also now it is smaller (292302 to 285474). Developers, when updating, should review these dependency changes to ensure compatibility and proper functioning within their projects. The changes in configuration and dependency versions might require adjustments to existing configurations to align with the updated tooling.
The are not vulnerabilities for the version 25.0.0 of the package eslint-plugin-jest