@testing-library/react has released version 14.1.1, a minor update to the widely used React DOM testing utility, following closely after version 14.1.0. Both versions maintain the core mission of encouraging good testing practices with simple and complete tools. Examining the package data reveals that the core dependencies, including @babel/runtime, @types/react-dom, and @testing-library/dom, remain consistent, ensuring compatibility and stability for existing projects. Similarly, the development dependencies necessary for building and testing the library itself, such as react, react-dom, jest-diff, and @testing-library/jest-dom, are unchanged. This suggests that the update doesn't introduce any major breaking changes regarding tooling or testing frameworks.
The peer dependencies also remain the same, requiring react and react-dom at version ^18.0.0, so make sure your project fulfill this requirement.
A notable difference lies in the dist section. Version 14.1.1 has a slightly larger "unpackedSize" (5391929 bytes) compared to 14.1.0 (5390436 bytes) and was released on "2023-11-17", while the previous one on "2023-11-08". This implies that bug fixes, performance improvements, or minor feature additions could be included. While the file count remains the same, the unpacked size variation indicates internal code adjustments. For developers, upgrading to 14.1.1 is recommended to leverage any potential improvements. Consider reviewing the changelog or commit history for detailed insights into the specific changes implemented between these versions to determine impact and necessity.
The are not vulnerabilities for the version 14.1.1 of the package @testing-library/react