From d9c3489aaea2280b24ffd09ae3512cdb70dcc919 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 20 Aug 2026 08:51:55 +0200 Subject: [PATCH] fix(release): pin changelog preset to 10.3.0 10.4 throws inside lerna-lite's Handlebars changelog fallback. Co-authored-by: Cursor --- package.json | 1 + pnpm-workspace.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 15851ba..b38beff 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "@lerna-lite/cli": "latest", "@lerna-lite/publish": "latest", "c8": "latest", + "conventional-changelog-conventionalcommits": "10.3.0", "finepack": "latest", "git-authors-cli": "latest", "nano-staged": "latest", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6283793..e7f82ea 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,6 +3,11 @@ lockfile: false packages: - 'packages/*' +# 10.4+ injects a Handlebars helper that throws when lerna-lite's +# changelog fallback compiles the preset. Pin until that shim is gone. +overrides: + conventional-changelog-conventionalcommits: 10.3.0 + allowBuilds: simple-git-hooks: true spawn-sync: false