-
Notifications
You must be signed in to change notification settings - Fork 114
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 dependencies #721
Conversation
- Update the `execa` dependency to its new major version. - Update the other dependencies and developer dependencies to their latest versions.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #721 +/- ##
=======================================
Coverage 83.38% 83.38%
=======================================
Files 37 37
Lines 4158 4158
=======================================
Hits 3467 3467
Misses 691 691 ☔ View full report in Codecov by Sentry. |
"chalk": "^5.3.0", | ||
"changelog-maker": "^3.2.4", | ||
"cheerio": "^1.0.0-rc.12", | ||
"clipboardy": "^3.0.0", | ||
"core-validate-commit": "^4.0.0", | ||
"enquirer": "^2.4.1", | ||
"execa": "^7.2.0", | ||
"execa": "^8.0.1", |
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.
We should probably consider removing execa in favor of run.js
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.
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.
Oh nevermind, I thought you meant a library called run.js
but you actually meant the run.js
file in the repository 😅.
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.
Yes, that's what I meant. Sorry I missed your comment.
execa
dependency to its new major version.