Eslint-plugin-jest has released version 28.13.0, building upon the established foundation of version 28.12.0. Both versions provide ESLint rules specifically designed for Jest, the popular JavaScript testing framework. A core dependency of each version is @typescript-eslint/utils, ensuring compatibility with TypeScript projects. Development dependencies remain largely consistent, including tools like Jest itself, Husky for Git hooks, Prettier for code formatting, and various ESLint plugins and configurations for a robust development environment.
The key difference between the two versions lies in a slight increase in the fileCount and unpackedSize suggesting updates to the core rules or documentation. Version 28.13.0 has a fileCount of 140 and an unpackedSize of 356388 compared to version 28.12.0 with a fileCount of 138 and an unpackedSize of 349029. This potentially reflects added functionality, rule refinements, or updated documentation to improve the developer experience, but requires deeper investigation. Both versions share the same peer dependencies of jest, eslint, and @typescript-eslint/eslint-plugin giving flexibility to choose the one that fit best with all the involved environments. Developers should check the changelog of eslint-plugin-jest to asses the breaking changes and understand the new functionalities. Developers using Jest and ESLint should update the library to version 28.13.0. in order to obtain bug fixes and refinements.
The are not vulnerabilities for the version 28.13.0 of the package eslint-plugin-jest