@testing-library/react version 11.1.2 is a minor update to this popular library, building upon the solid foundation established in version 11.1.1. Both versions provide simple and complete React DOM testing utilities aimed at promoting good testing practices. A key difference lies in the updated dependency on @testing-library/dom, moving from version 7.26.4 to 7.26.6. This likely incorporates bug fixes and minor enhancements within the underlying DOM manipulation and querying logic that the @testing-library/react package relies on. While the core API and functionality remain largely consistent, developers should be aware of potential subtle changes introduced by the updated @testing-library/dom dependency, especially if they are leveraging its advanced features directly. Another noticeable distinction is in the unpacked size of the package, with version 11.1.2 being slightly larger than 11.1.1, possibly due to the updated dependency and related assets. Finally, the release date indicates that version 11.1.2 was published approximately a week after 11.1.1. Users are encouraged to upgrade to the latest version for the most up-to-date features and potential bug fixes, but should review the changes in @testing-library/dom to ensure compatibility with their existing test suites. Both versions maintain the same peer dependencies on react and react-dom, ensuring compatibility with a wide range of React projects.
The are not vulnerabilities for the version 11.1.2 of the package @testing-library/react