eslint-plugin-jest-dom has released version 5.5.0, updating from the previous stable version 5.4.0. This ESLint plugin is designed to help developers write better tests with jest-dom by enforcing best practices and preventing common errors. A key upgrade in version 5.5.0 is the inclusion of @babel/runtime as a direct dependency, which wasn't explicitly listed in 5.4.0 though it might have been brought in as a transitive dependency. Both versions share the same core functionality and maintain dependencies such as 'requireindex'. The development dependencies, crucial for plugin maintainers and contributors, remain largely consistent. These include tools for linting (eslint), documentation generation (eslint-doc-generator), remote testing (eslint-remote-tester, eslint-remote-tester-repositories), and TypeScript support (@typescript-eslint/parser, typescript). For developers using the plugin, the peer dependencies of eslint and @testing-library/dom, which specify compatible versions of those packages, remain unchanged between the two versions. This ensures compatibility with existing projects. The dist object also shows a slight increase in the fileCount (from 19 to 20) and unpackedSize (from 85118 to 87098 bytes) in version 5.5.0, which could possibly be caused by additional documentation or the added @babel/runtime package. The release date indicates that 5.5.0 was pushed on November 17, 2024 compared to april 19, 2024 of the previous version.
The are not vulnerabilities for the version 5.5.0 of the package eslint-plugin-jest-dom