refactor: migrate from conventional-changelog-core to conventional-changelog#1040
Draft
sarahdayan wants to merge 2 commits intomainfrom
Draft
refactor: migrate from conventional-changelog-core to conventional-changelog#1040sarahdayan wants to merge 2 commits intomainfrom
sarahdayan wants to merge 2 commits intomainfrom
Conversation
…angelog - Replace conventional-changelog-core@9.x with conventional-changelog@7.1.1 - Use new class-based ConventionalChangelog API - Remove add-stream dependency (using async iterators instead) - Remove conventional-changelog-preset-loader (bundled in new package) - Fixes @conventional-changelog/git-client vulnerability (now uses v2.5.1) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add eslint-disable for import/no-unresolved (ESM exports field) - Remove unnecessary async from prepareParams Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
conventional-changelog-core@9.xwithconventional-changelog@7.1.1ConventionalChangelogAPIadd-streamdependency (using async iterators instead)conventional-changelog-preset-loader(bundled in new package)Security Fix
Fixes the @conventional-changelog/git-client vulnerability (Argument Injection):
git-client@1.0.1(vulnerable)git-client@2.5.1(patched)The old
conventional-changelog-corepackage usedgit-raw-commitswhich depended on the vulnerablegit-client@^1.0.0. The newconventional-changelogpackage directly depends ongit-client@^2.5.1.Why migrate?
conventional-changelog-corewas last published 1 year ago and uses an outdated dependency chain. The newerconventional-changelogpackage is actively maintained (last release Oct 2025) with a modern API.