-
Notifications
You must be signed in to change notification settings - Fork 73
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 v15 #12669
Conversation
d82ce05
to
578d8ca
Compare
578d8ca
to
9a996fc
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
frontend/libs/studio-components/src/components/StudioAnimateHeight/StudioAnimateHeight.test.tsx
Fixed
Show fixed
Hide fixed
frontend/libs/studio-components/src/components/StudioAnimateHeight/StudioAnimateHeight.test.tsx
Fixed
Show fixed
Hide fixed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12669 +/- ##
=======================================
Coverage 90.17% 90.18%
=======================================
Files 1299 1299
Lines 18573 18573
Branches 2261 2261
=======================================
+ Hits 16749 16750 +1
Misses 1564 1564
+ Partials 260 259 -1 ☔ View full report in Codecov by Sentry. |
This renovate update presented some challenges due to numerous failing tests, indirectly linked to the @testing-library/dom update as well. To address the failures, I removed all instances of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 👏 🥇
* chore(deps): update dependency @testing-library/react to v15 * removed lots of act() * add some acts() ? * remove unused imported act * removed more unused acts * more removal of unused acts :D * fix tests adding waitFor instead of act * replace the last acts * fix last two tests * some adjustments * remove acts after merge with main --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lassopicasso <lars.walderhaug@digdir.no>
This PR contains the following updates:
14.3.1
->15.0.2
^14.0.0
->^15.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
testing-library/react-testing-library (@testing-library/react)
v15.0.2
Compare Source
v15.0.1
Compare Source
v15.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 07:00 on Monday" in timezone Europe/Oslo, 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.