chore(deps): update dependency conventional-changelog-conventionalcommits to v10.4.0 - #564
Merged
renovate[bot] merged 1 commit intoSep 3, 2026
Conversation
renovate
Bot
deleted the
renovate/conventional-changelog-conventionalcommits-10.x
branch
September 3, 2026 09:13
nicola-smartive
pushed a commit
that referenced
this pull request
Sep 3, 2026
) The release for #568 failed, and every release would have. #564 bumped conventional-changelog-conventionalcommits to 10.4.0, and 10.x cannot be rendered by the writer our release actually runs. Releases go through cycjimmy/semantic-release-action with semantic_version: 25. semantic-release@25 depends on @semantic-release/release-notes-generator@^14.1.0, 14.1.1 is the latest, and it pins conventional-changelog-writer@^8 — resolving 8.4.0. So no semantic-release upgrade escapes this today. Preset 10 plants a deliberate tripwire for exactly this mismatch: its writer options carry a `mainTemplate` whose text is the error message (@conventional-changelog/template, createLegacyWriterGuard). A modern writer has no `mainTemplate` and ignores it; a handlebars writer (<=8) compiles it, hits helperMissing and throws. Hence "Missing helper: ... requires conventional-changelog-writer@9 or newer". Neither major declares a peerDependency on the writer, so nothing warned, and nothing in the test suite touches the release path — the bump went green and broke publishing instead. Verified against the real component rather than by reading version ranges: @semantic-release/release-notes-generator@14 (writer 8.4.0) throws the exact error with preset 10.4.0, and generates correct notes with 9.3.1. renovate is told to hold the preset below 10 until release-notes-generator ships a writer@9, with the reasoning in the rule so the next person does not simply un-pin it. Co-authored-by: zwei-wealth-dev <38549277-zwei-wealth-dev@users.noreply.gitlab.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
🎉 This PR is included in version 29.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
This PR contains the following updates:
10.3.0→10.4.0Release Notes
conventional-changelog/conventional-changelog (conventional-changelog-conventionalcommits)
v10.4.0Compare Source
Features
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.