Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

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

Release notes

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

v3.2.1

Changes

  • Actually included pure.js in the npm package

V3.2.0

Changes

  • Updated type dependency to latest version (#210)
  • Introduced /pure inmport as alternative to skip auto cleanup
  • Cleanup no longer flushes microtasks within act call, prevent warnings from being swallowed
  • Introduced wait async utility (#200)
  • Intorduced waitForValueToChange async utility (#200)

v3.1.1

Changes

  • Actually included dont-cleanup-after-each.js in the npm package (#208)

v3.1.0

Changes

  • Added dont-cleanup-after-each test setup utlitity to disable auto cleanup to match the RTL version

v3.0.0

Changes

  • Added global cleanup that unmounts test components to clean up residual effects between tests (#199)
    • Auto register afterEach in supported test frameworks to auto run cleanup as per testing-library/react-testing-library#430
    • Supports opt out via and environment variable opt out (RHTL_SKIP_AUTO_CLEANUP=true)

⚠️ Breaking Changes

  • Most users won't be affected by the autoregistration of the auto-cleanup, but if anyone was relying on their effects persiting between tests then this will be a breaking change for them
Commits
  • b876059 3.2.1
  • c1de0d8 Include missing pure script in npm package
  • 67f391c 3.2.0
  • d376e0d Bump package-lock.json
  • 38124fa Merge pull request #200 from testing-library/pr/async-utils
  • 82ff129 Fix false positive warning about MessageChannel
  • 66a49f7 Merge branch 'master' into pr/async-utils
  • 6cb2832 Replace async act in cleanup to still flush microtasks without swallowing mis...
  • 6207abf Added .../pure import for skipping auto cleanup
  • 43782a8 Merge pull request #210 from testing-library/renovate/testing-library__react-...
  • Additional commits viewable in compare view

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 Nov 6, 2019
@github-actions
Copy link

github-actions bot commented Jan 6, 2020

Stale pull request message

@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/testing-library/react-hooks-3.2.1 branch January 13, 2020 00:06
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 no-pr-activity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant