-
Notifications
You must be signed in to change notification settings - Fork 253
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 #513
Conversation
Codecov Report
@@ Coverage Diff @@
## master #513 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 674 674
Branches 211 211
=========================================
Hits 674 674 Continue to review full report at Codecov.
|
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.
LGTM :)
Standby... I'm making one more update. |
51de6cb
to
e1f6c78
Compare
This is ready to go. Anyone can feel free to click the green button if you're happy with the changes :) |
5da159c
to
c5483bc
Compare
I can’t merge here. I don’t have permission 🤷 |
Fixed up! Try again. |
Thank you :) merged 💪 |
It seams that the CI is failing because of this npm/cli#2033. I think that we need to update the workflow. We can set the env variable ? The strange thing is that we already run the CI with node 15 on branches and it was not failing 🤔 |
I think a better solution is to disable husky in CI ( |
🎉 This PR is included in version 12.6.0 🎉 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 validate
Checklist:
docs site N/A
Any maintainer is welcome to merge this 👍