Eslint-plugin-jest has a new stable release, version 28.9.0, succeeding version 28.8.3. Both versions provide ESLint rules specifically designed for Jest, ensuring code quality and consistency. Key dependencies like @typescript-eslint/utils remain consistent, ensuring compatibility with popular TypeScript ESLint setups.
Developers upgrading should note a difference in the @types/node dependency within devDependencies. Version 28.9.0 specifies ^16.0.0, while 28.8.3 requires ^14.18.26. This suggests a potential shift towards more recent Node.js typings in the newer release, so developers using older Node.js versions might need to investigate compatibility.
The newer version includes 138 files in its distribution, slightly up from the previous version's 137, resulting also in a moderate increase in unpacked size, from 348872 to 349710 bytes. This suggests minor additions or modifications to the rule set or supporting files. Both versions maintain identical peer dependencies, supporting Jest, ESLint, and @typescript-eslint/eslint-plugin within specified version ranges, offering flexibility for different project configurations. The update was released on November 5th, 2024, offering the newest fixes and improvements. Developers should review the changelog for a comprehensive list of updates.
The are not vulnerabilities for the version 28.9.0 of the package eslint-plugin-jest