-
Notifications
You must be signed in to change notification settings - Fork 24
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 #161
Conversation
barrett-schonefeld
commented
Sep 9, 2021
•
edited
Loading
edited
"version": "3.2.1", | ||
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.1.tgz", | ||
"integrity": "sha512-OG9kQtmMZBJD/32NEw5IhN5+HnBqVjy03eC+I71I0oQRFA5rOgA4OtPOYG7mz1GkCfCNxn3gKIX8EiHJYuf1cA==", | ||
"version": "3.2.2", |
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.
Looks good
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.
Looks good, but you'll need to use a commit message that starts with something like fix(build): ...
to trigger a new patch release of the node core library so that users can immediately get the fixed version.
Edit: actually after thinking about this a little more and reviewing your node template PR, I guess node SDKs would not actually need to pull in a new version of the node core to fix this issue since they have to go through the same steps, etc.
## [2.14.3](v2.14.2...v2.14.3) (2021-09-09) ### Bug Fixes * **build:** update dependencies ([#161](#161)) ([8a37ef0](8a37ef0))
🎉 This PR is included in version 2.14.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.25 to 14.14.28. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bessenyei Balázs Donát <bessbd@users.noreply.github.com>