The eslint-plugin-jest package offers ESLint rules specifically designed for Jest, a popular JavaScript testing framework. Version 25.3.0 was released on November 23, 2021, following version 25.2.4, which came out on November 8, 2021. Both versions share the same core functionality and dependencies, including @typescript-eslint/experimental-utils in the dependencies section, and support for ESLint versions 6, 7, and 8 as peer dependencies. Similarly, the @typescript-eslint/eslint-plugin is a peer dependency, allowing compatibility with versions 4 and 5.
Examining the devDependencies, we see a few key differences arise. Most notably, @commitlint/cli and @commitlint/config-conventional have been updated from version 13.1.0 in 25.2.4 to version 15.0.0 in 25.3.0. This may indicate updates to the commit linting configuration. Furthermore, lint-staged also has been upgraded from version 11.1.2 to version 12.0.0. These updates might bring improvements in pre-commit hooks or other tooling configurations, but developers should consult the changelogs of those respective libraries for detailed information and potential breaking changes. Other dependency versions across the board seem to remain the same. The unpacked size also increased from 294946 to 296692 . Users should evaluate if benefits of the change warrant an upgrade.
The are not vulnerabilities for the version 25.3.0 of the package eslint-plugin-jest