Update dependency @testing-library/react-hooks to ^3.4.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
@testing-library/react-hooks | devDependencies | minor | ^3.4.1 | source |
Release Notes
testing-library/react-hooks-testing-library
v3.4.1
Changes
- The
wait
async util has been deprecated and replaced withwaitFor
(#408) -
waitFor
andwaitForValueToChange
async utils can now test their conditions periodically, even if the hook has not rerendered, using the newinterval
option (#408) - Bumped minimum type definition version (#414)
- Docs have been updated to show how props can be passed to
wrapper
components (#414)
v3.4.0
⚠ ️ DO NOT USE THIS VERSION ⚠ ️
This version was accidentally published with some experimental code in the in the babel output directory and should not be used. IT has been deprecated in NPM and 3.4.1
has been published with the correct output.
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.