Eslint-plugin-jest is a valuable tool for developers using Jest, providing ESLint rules that ensure best practices and consistent code within Jest test files. Examining versions 24.3.4 and 24.3.5 reveals subtle but potentially important updates worth noting.
Both versions share similar core dependencies like @typescript-eslint/experimental-utils, and development dependencies for testing (Jest, Babel), linting (ESLint, Prettier), and TypeScript support (typescript, @typescript-eslint/*). This indicates a stable foundation for linting Jest code. Peer dependencies remain consistent, requiring ESLint version 5 or greater and @typescript-eslint/eslint-plugin version 4 or greater, highlighting compatibility constraints for users integrating this plugin into existing projects.
The key difference lies in the release dates and unpacked size of the distribution. Version 24.3.5 was released on April 10, 2021, while 24.3.4 was released on April 5, 2021. The unpacked size of version 24.3.5 is slightly smaller at 255821 bytes, compared to 256356 bytes for version 24.3.4. It's a very minor difference, and unlikely to be user-facing. More likely this reflects internal build or packaging optimizations. While the changelog isn't directly provided, developers should investigate the changes between these releases (likely bug fixes or minor tweaks) for a complete understanding before upgrading, particularly impacting developers relying on very specific edge-case behaviours. However, given the small size difference, the update is likely to be safe to apply.
The are not vulnerabilities for the version 24.3.5 of the package eslint-plugin-jest