Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @testing-library/react-hooks from 3.2.1 to 3.7.0.

Release notes

Sourced from @testing-library/react-hooks's releases.

v3.7.0

3.7.0 (2020-12-08)

Features

  • cleanup: remove unnecessary flush microtasks as already handled by act (#511) (c53b56b)

v3.6.0

3.6.0 (2020-12-07)

Features

  • release: manually release a minor version (78d228c), closes #496

v3.5.0

3.5.0 (2020-12-06)

Features

v3.4.2

Changes

  • Update minimum TS definition dependency (@types/testing-library__react-hooks) version (#453)

v3.4.1

Changes

  • The wait async util has been deprecated and replaced with waitFor (#408)
  • waitFor and waitForValueToChange async utils can now test their conditions periodically, even if the hook has not rerendered, using the new interval 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.

V3.3.0

Changes

  • wrapper component can now access the initialProps and new props from rerender calls when creating providers (#322, #381)
  • cleanup functionality has been updated to support mocha/esm environments (#375, #377)
  • dependency updates (thanks @renovate-bot)
Commits
  • c53b56b feat(cleanup): remove unnecessary flush microtasks as already handled by act ...
  • c7ee0b4 chore(test): rename test file to be consistent
  • d92431e chore(README): format TOC after moving it
  • 77eb8a8 chore(README): Move TOC below the header in the README
  • f9ff593 chore(deps-dev): bump kcd-scripts from 7.5.1 to 7.5.2 (#514)
  • ca075a6 chore(deps-dev): bump eslint from 7.14.0 to 7.15.0 (#513)
  • 8b8d035 chore: add eslint as dep of the project (#512)
  • 78d228c feat(release): manually release a minor version
  • c3e09ed Capture all results a rendered hook produces. (#496)
  • 33b8e1e Merge pull request #509 from Goldziher/master
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by testing-library-bot, a new releaser for @testing-library/react-hooks since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 8, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #161.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/testing-library/react-hooks-3.7.0 branch January 7, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants