Eslint-plugin-jest has released a new version, 27.6.3, on January 12, 2024, following the previous stable version 27.6.2 released on January 10, 2024. While both versions share the same core purpose of providing ESLint rules specifically tailored for Jest, the newer release includes updates and refinements. Both versions depend on @typescript-eslint/utils and share an identical suite of devDependencies spanning testing (jest, babel-jest), linting (eslint, prettier), CI/CD (semantic-release, husky), and TypeScript support, ensuring consistent development workflows. The peerDependencies also remain the same, requiring compatible versions of Jest, ESLint, and @typescript-eslint/eslint-plugin.
Developers should note the update, it might include bug fixes, performance improvements, or minor enhancements to existing rules. The unpacked size has slightly increased from 319713 to 321278 bytes, suggesting additions in the codebase. Upgrading from version 27.6.2 to 27.6.3 is recommended to benefit from the latest improvements and ensure compatibility with your development environment. Always check the changelog on the github repository to understand the specific changes made between versions. Both versions maintain the MIT license, authored by Jonathan Kim, and are hosted on the same GitHub repository.
The are not vulnerabilities for the version 27.6.3 of the package eslint-plugin-jest