-
Notifications
You must be signed in to change notification settings - Fork 62
feat: upgrade dependency versions #63
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
Conversation
Upgrade dependency versions to fix security issues and adjust code to reflect changes
This looks good to me! 😁 I only have one small question and that is: Is this commit breaking? Would it still work if I just updated this library or is it necessary to change to @ryansonshine/commitizen? If so it's important that the commit message includes a migration guide, and a Regardless, I approve 👍 😁 |
@juliuscc, who can I ping to get this PR merged? |
I thought there was someone at DR who had merge-access @notrev. I am out of town over the weekend but can merge on Tuesday if no one has merged before that. |
I can merge it now. I just want to know if it's a breaking change. Then I will keep the PR message but add
|
@juliuscc, codewise, there does not seem to be any breaking changes. When checking the commits in But, this is a dependency replacement. I don't know if we should consider this a breaking change. If we consider code changes, this is not a breaking change. If we consider dependency replacement, it could be a breaking change. |
I define a breaking change as anything that requires extra actions above doing |
It still works with the regular version. The dependency was replaced only to solve a critical security issue, as described in this PR description. |
Perfect then it seems non-breaking to me 👍 Let's merge it |
The new version of semantic-release requires a higher version of Node than we run in our GitHub actions. So the action failed and the package was not released. Could you submit a PR that updates the Node version that we use in the GitHub action? @notrev |
🎉 This PR is included in version 7.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Upgrade dependency versions to fix security issues and adjust code to reflect changes
commitizen has been replaced by @ryansonshine/commitizen because the latest version published in NPM has critical security issues and it appears that the developers can't publish new versions to NPM. @ryansonshine/commitizen has fixed the critical issues and published a newer version in NPM. Read this comment for more information.