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

chore(deps): update dependency @testing-library/react to v16 #3332

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

triple-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@testing-library/react devDependencies major ^14.3.1 -> ^16.0.0

Release Notes

testing-library/react-testing-library (@​testing-library/react)

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

Bug Fixes
  • Ensure act is not any when React.act is not declared (#​1323) (c1f2957)

v15.0.6

Compare Source

Bug Fixes

v15.0.5

Compare Source

Bug Fixes

v15.0.4

Compare Source

Bug Fixes

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

Bug Fixes

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

Release
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of @testing-library/dom changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone Asia/Seoul, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@triple-bot triple-bot requested a review from a team as a code owner August 1, 2024 01:06
@triple-bot triple-bot requested review from gigibean, sohnjunior and zhsks528 and removed request for a team August 1, 2024 01:06
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@842fc7a). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3332   +/-   ##
=======================================
  Coverage        ?   14.77%           
=======================================
  Files           ?      721           
  Lines           ?    10097           
  Branches        ?     3307           
=======================================
  Hits            ?     1492           
  Misses          ?     8182           
  Partials        ?      423           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@drakang4 drakang4 added this to the v14.0.1 milestone Aug 9, 2024
@drakang4 drakang4 force-pushed the renovate/testing-library-react-16.x branch from 132c5f6 to 55d6488 Compare August 9, 2024 09:09
@drakang4 drakang4 merged commit 7029e01 into main Aug 9, 2024
11 checks passed
@drakang4 drakang4 deleted the renovate/testing-library-react-16.x branch August 9, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants