Skip to content

fix(release): pin conventional-changelog-writer to a version the preset supports - #73

Merged
Mearman merged 1 commit into
mainfrom
fix/conventional-changelog-writer-version
Sep 11, 2026
Merged

fix(release): pin conventional-changelog-writer to a version the preset supports#73
Mearman merged 1 commit into
mainfrom
fix/conventional-changelog-writer-version

Conversation

@Mearman

@Mearman Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member

conventional-changelog-conventionalcommits requires conventional-changelog-writer@9 or newer; nothing else in the ts/ workspace's dependency graph pulled in a version that new, so pnpm resolved release-notes-generator's own dependency on an older 8.x writer instead.

Confirmed on the first push where analyzeCommits actually completed (34655787054: 147 commits analyzed, minor release determined, version 1.0.0) -- generateNotes then failed outright with "Missing helper: conventional-changelog-conventionalcommits requires conventional-changelog-writer@9 or newer... Your changelog tooling loaded an older writer which cannot render this preset."

A pnpm.overrides entry in ts/package.json forces the whole workspace onto conventional-changelog-writer@9.2.1, the version the preset's own error message named as the minimum it supports. Verified locally: the lockfile now resolves a single 9.2.1 everywhere, with zero remaining 8.x entries.

…et supports

conventional-changelog-conventionalcommits requires
conventional-changelog-writer@9 or newer; nothing else in the ts/
workspace's dependency graph pulled in a version that new, so pnpm
resolved release-notes-generator's own dependency on an older 8.x
writer instead. Confirmed on the first push where analyzeCommits
actually completed (147 commits, minor release, version 1.0.0):
generateNotes then failed outright with "Missing helper" from the
mismatched preset/writer pairing.

A pnpm.overrides entry in ts/package.json forces the whole workspace
onto conventional-changelog-writer@9.2.1, the version the preset's own
error message named as the minimum it supports.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-11T23:00:50.095420Z 0a02da2 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Mearman

Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Mearman
Mearman merged commit a8ff308 into main Sep 11, 2026
8 checks passed
@Mearman
Mearman deleted the fix/conventional-changelog-writer-version branch September 11, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant