Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @testing-library/react from 13.4.0 to 14.0.0 #3119

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps @testing-library/react from 13.4.0 to 14.0.0.

Release notes

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

v14.0.0

14.0.0 (2023-02-16)

Bug Fixes

  • Prevent "missing act" warning for queued microtasks (#1137) (f78839b)

Features

BREAKING CHANGES

v14.0.0-alpha.3

14.0.0-alpha.3 (2023-02-16)

Bug Fixes

  • Prevent "missing act" warning for queued microtasks (#1137) (f78839b)

v14.0.0-alpha.2

14.0.0-alpha.2 (2023-02-16)

Features

BREAKING CHANGES

v14.0.0-alpha.1

14.0.0-alpha.1 (2023-01-31)

Features

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 20, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing-library/react-14.0.0 branch 8 times, most recently from 12dfc48 to d607662 Compare February 20, 2023 09:45
@Vinnl
Copy link
Collaborator

Vinnl commented Feb 20, 2023

Let's leave this one simmer for a week - the changelog mentons testing-library/react-testing-library#1137, "Prevent "missing act" warning for queued microtasks", but our tests suddenly output a bunch of

Warning: An update to ForwardRef(LinkComponent) inside a test was not wrapped in act(...).

and a failed test due to something being called too often. I imagine the interplay between forwardRef and whatever they did for act might not be great?

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing-library/react-14.0.0 branch 17 times, most recently from a112530 to 6e1e397 Compare March 6, 2023 11:16
@netlify
Copy link

netlify bot commented Mar 6, 2023

Deploy Preview for fx-relay-demo canceled.

Name Link
🔨 Latest commit eadb724
🔍 Latest deploy log https://app.netlify.com/sites/fx-relay-demo/deploys/642159f9607aa80008af27c0

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing-library/react-14.0.0 branch from 6e1e397 to 962e800 Compare March 13, 2023 09:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing-library/react-14.0.0 branch 9 times, most recently from 46b1da4 to f0bbeb5 Compare April 3, 2023 07:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing-library/react-14.0.0 branch 4 times, most recently from 3a43d32 to 50450dd Compare April 3, 2023 12:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing-library/react-14.0.0 branch 10 times, most recently from cf73261 to 2bc2475 Compare April 12, 2023 07:41
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.4.0 to 14.0.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v13.4.0...v14.0.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing-library/react-14.0.0 branch from 2bc2475 to eb3aa95 Compare April 13, 2023 08:26
@jwhitlock
Copy link
Member

Fixed by PR #3648.

@jwhitlock jwhitlock closed this Jul 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2023

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/testing-library/react-14.0.0 branch July 13, 2023 16:12
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants