-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: update all deps #842
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4839344:
|
Codecov Report
@@ Coverage Diff @@
## master #842 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 140 140
Branches 28 28
=========================================
Hits 140 140 Continue to review full report at Codecov.
|
d268327
to
fdad348
Compare
fdad348
to
4839344
Compare
import {render, fireEvent, screen, waitFor} from '@testing-library/react' | ||
import * as pure from '@testing-library/react/pure' | ||
import {render, fireEvent, screen, waitFor} from '.' | ||
import * as pure from './pure' |
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.
I couldn't get the paths
config set to make this work like it was before. I'm personally not that bothered by this, but if someone cares, feel free to update it :)
This is ready to go. Anyone can feel free to click the green button if you're happy with the changes :) |
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.
For me is good, I'll merge thanksss 😄
🎉 This PR is included in version 11.2.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What: Update all deps
Why: Just to get things up-to-date.
How:
npx ncu --dep prod,dev --upgrade && npm run lint -- --fix && npm run validate
Checklist:
docs site N/A
Any maintainer is welcome to merge this 👍