Update dependency @testing-library/react to v10
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
@testing-library/react | devDependencies | major | ^10.0.2 | source |
Release Notes
testing-library/react-testing-library
v10.0.2
Bug Fixes
v10.0.1
Bug Fixes
v10.0.0
Features
BREAKING CHANGES
Update DOM Testing Library
The latest version of DOM Testing Library has several breaking changes you will want to review the changelog of DOM Testing Library v7.0.0 to ensure you are unaffected.
Drop Node 8
Node 10 or greater is required. Node 8 is out of LTS (#576) (fccc2cf), closes #575
cleanup-after-each.js
remove deprecated This file which did nothing but log a warning to the console (#598) (7942f68)
- import '@​testing-library/react/cleanup-after-each'
+ // nothing! Just remove it
As a general reminder, you should NOT need to use cleanup
at all as this is done automatically for you (unless you're using @testing-library/react/pure
in which case you know what you're doing... keep using cleanup
).
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.