The eslint-plugin-jest package provides ESLint rules specifically designed for Jest, a popular JavaScript testing framework. Version 27.0.2 was released on September 8, 2022, shortly after version 27.0.1, which was released on August 28, 2022. Both versions share a similar core set of dependencies, targeting ESLint versions 6, 7, and 8, and @typescript-eslint/eslint-plugin version 5.
A key difference between the two versions lies in their development dependencies, specifically the @types/jest package. Version 27.0.2 upgrades this dependency from version 28.0.0 to 29.0.0, aligning it with the jest dependency which is already at version 29.0.0. This suggests that version 27.0.2 includes support for newer Jest features and typings introduced in Jest version 29. This is beneficial for developers using the latest Jest features, as it ensures accurate and up-to-date type checking and rule enforcement.
The unpacked size of version 27.0.2 is slightly larger (299525 bytes) than version 27.0.1 (299364 bytes), indicating minor code additions or modifications. For developers using eslint-plugin-jest, upgrading to version 27.0.2 ensures compatibility with Jest version 29's typings. This resolves potential type-related issues when writing tests with Jest v29 and leveraging ESLint for code quality. Otherwise, the core functionality and peer dependencies remain consistent between the two versions, providing a stable experience for linting Jest test files.
The are not vulnerabilities for the version 27.0.2 of the package eslint-plugin-jest