-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(deps): update semantic-release to 23.1.1 #849
feat(deps): update semantic-release to 23.1.1 #849
Conversation
|
c6400d4
to
e8ef501
Compare
@MikeMcC399 Should this be tagged as a 'feat' for the example kitchensink? |
update release job to run under node-version 20.13.1
e8ef501
to
5f9c33e
Compare
Using the commit type
I`ve used this method elsewhere and it seemed like the best compromise to achieve the desired result of testing the PR and producing a release which is least misleading. |
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue
npm audit
reports 5 vulnerabilities (4 moderate, 1 high) due to[email protected]
Background
[email protected] requires Node.js >= v20.6.0
[email protected] requires Node.js >= v20.8.1
[email protected] has no change for Node.js, however it is currently using beta dependencies
Change
Update
package.json
to [email protected]Run
npm audit fix
after update.Update the
release
job in .circleci/config.yml to use[email protected]
and to run under Node.js20.13.1
.(Node.js
18.16.1
is not compatible with [email protected] and above which requires a minimum of Node.js18.17.0
.)Verification
npm audit
should report