@testing-library/react has released version 14.3.1, a minor update following the previous stable version 14.3.0. Both versions maintain the core mission of providing simple and complete React DOM testing utilities that promote good testing practices. Developers relying on the library for testing their React components will find familiar dependencies in both versions, including "@babel/runtime," "@types/react-dom," and "@testing-library/dom." The peer dependencies, "react" and "react-dom," remain at "^18.0.0," indicating compatibility with React 18.
The development dependencies, essential for contributing to or extending the library, are identical across both versions, featuring tools like "jest-diff," "typescript," and "@testing-library/jest-dom." While the core functionality and API surface likely remain consistent, developers should consult the official changelog for a detailed breakdown of any specific bug fixes, performance improvements, or minor feature additions introduced in version 14.3.1. The slight increase in unpacked size (5433835 vs 5433252) might indicate subtle code refinements or asset adjustments. The most significant difference is the release date: version 14.3.1 was released on April 11, 2024, while version 14.3.0 was released on April 8, 2024. This quick follow-up suggests that version 14.3.1 might address an issue or refinement identified shortly after the 14.3.0 release. Users are encouraged to upgrade to the latest version to benefit from the most current improvements and stability enhancements.
The are not vulnerabilities for the version 14.3.1 of the package @testing-library/react