@testing-library/react version 10.0.0 introduces notable updates compared to its predecessor, version 9.5.0, offering developers enhanced capabilities for testing React components. One key difference lies in the updated dependencies. Version 10.0.0 utilizes "@babel/runtime": "^7.8.7" and "@testing-library/dom": "^7.0.2," while version 9.5.0 relies on older versions, "@babel/runtime": "^7.8.4" and "@testing-library/dom": "^6.15.0". Furthermore, the typing package has also been bumped from "@types/testing-library__react": "^9.1.2" to "@types/testing-library__react": "^9.1.3".
Beyond the dependency upgrades, the author's information sees a subtle change, with the URL now pointing to "https://kentcdodds.com" and email to "me@kentcdodds.com" while the older version uses author URL as "http://kentcdodds.com/" and email as "kent@doddsfamily.us". Also, the new version boasts a slightly smaller unpacked size of 4353979 compared to the previous version's 4545424, which could indicate some optimization.
Developers leveraging @testing-library/react for writing effective and maintainable React component tests will benefit from these incremental improvements. Keeping dependencies up-to-date ensures compatibility with the latest features and bug fixes within the broader React ecosystem. Upgrading to version 10.0.0 provides access to these refinements and offers a more streamlined testing experience.
The are not vulnerabilities for the version 10.0.0 of the package @testing-library/react