Skip to content

chore(deps): update dependency @testing-library/react-hooks to v8

Renovate-Bot requested to merge renovate/testing-library-react-hooks-8.x into dev

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

Compare Source

Bug Fixes
  • server: remove act around server renderer to fix support for older versions of react (e2461ca), closes #​607

v8.0.0

Compare Source

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 with npm install --save-dev @​types/react@^17.

v7.0.2

Compare Source

Bug Fixes
  • async-utils: prevent timeout and interval checks in wait from leaving open handles (#​682) (4a03704)

v7.0.1

Compare Source

Bug Fixes
  • types: fix cleanup return type to match async implementation (c7a2e97)

v7.0.0

Compare Source

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 the RHTL_DISABLE_ERROR_FILTERING env variable has been set

v6.0.0

Compare Source

chore
BREAKING CHANGES
  • Node 10 is no longer supported

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports