chore(deps): update dependency @testing-library/react-hooks to v8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@testing-library/react-hooks | devDependencies | major | ^5.0.0 -> ^8.0.0 |
Release Notes
testing-library/react-hooks-testing-library
v8.0.1
Bug Fixes
- server: remove act around server renderer to fix support for older versions of react (e2461ca), closes #607
v8.0.0
Bug Fixes
- types: move types to optional peer dependencies (19ac8dd)
BREAKING CHANGES
-
types: type dependencies will not longer be automatically installed. If
@types/react
is not already listed in your package.json, please install it withnpm install --save-dev @​types/react@^17
.
v7.0.2
Bug Fixes
- async-utils: prevent timeout and interval checks in wait from leaving open handles (#682) (4a03704)
v7.0.1
Bug Fixes
-
types: fix
cleanup
return type to matchasync
implementation (c7a2e97)
v7.0.0
Features
- Remove node specific dependencies and code to better support testing in browser environments (e4b0aa3), closes #624 #617
BREAKING CHANGES
-
suppressErrorOutput
will now work when explicitly called, even if theRHTL_DISABLE_ERROR_FILTERING
env variable has been set
v6.0.0
chore
BREAKING CHANGES
- Node 10 is no longer supported
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.