Skip to content

fix(renovate): group the web-terminal engine+ui npm pair across update types#87

Merged
cplieger merged 1 commit into
mainfrom
fix/renovate-web-terminal-group
Jul 19, 2026
Merged

fix(renovate): group the web-terminal engine+ui npm pair across update types#87
cplieger merged 1 commit into
mainfrom
fix/renovate-web-terminal-group

Conversation

@cplieger

Copy link
Copy Markdown
Owner

web-terminal-ui declares the engine as a caret peerDependency, so the pair is only npm-resolvable in matching versions. Renovate bumping one side alone (engine major + ui minor after engine v3 shipped) made every consumer lockfile refresh fail with 'Lock file error - aborting', stalling ALL Renovate updates on vibekit and web-terminal-kiro. One group with separateMajorMinor=false moves the pair in a single branch; matchDepNames keeps the engine repo's frozen -v3 compat alias out of the group. Automerge semantics unchanged (a major in the pair still gates manually).

…e types

web-terminal-ui declares the engine as a caret peerDependency, so the pair is only npm-resolvable in matching versions. Renovate bumping one side alone (engine major + ui minor after engine v3 shipped) made every consumer lockfile refresh fail with 'Lock file error - aborting', stalling ALL Renovate updates on vibekit and web-terminal-kiro. One group with separateMajorMinor=false moves the pair in a single branch; matchDepNames keeps the engine repo's frozen -v3 compat alias out of the group. Automerge semantics unchanged (a major in the pair still gates manually).
@cplieger
cplieger enabled auto-merge (rebase) July 19, 2026 21:38
@cplieger
cplieger merged commit 46779ab into main Jul 19, 2026
12 checks passed
@cplieger
cplieger deleted the fix/renovate-web-terminal-group branch July 19, 2026 21:39
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