Skip to content

Fix release-gitflow not handling pnpm-lock.yaml conflicts correctly#5403

Merged
t3chguy merged 1 commit into
developfrom
t3chguy/fix-gitflow
Jul 7, 2026
Merged

Fix release-gitflow not handling pnpm-lock.yaml conflicts correctly#5403
t3chguy merged 1 commit into
developfrom
t3chguy/fix-gitflow

Conversation

@t3chguy

@t3chguy t3chguy commented Jul 7, 2026

Copy link
Copy Markdown
Member

version must be kept from the master branch - all other fields should prefer develop.

Without this, pnpm will be given a possibly corrupted pnpm-lock.yaml file to repair, which it will be loosening some dependencies and possibly breaking the develop branch post-merge

Tested locally against the parents of element-hq/element-web@2ee42a0

`version` must be kept from the master branch - all other fields should prefer develop.

Without this, pnpm will be given a possibly corrupted pnpm-lock.yaml file to repair, which it will be loosening some dependencies and possibly breaking the develop branch post-merge
@t3chguy t3chguy added the T-Task Tasks for the team like planning label Jul 7, 2026
@t3chguy t3chguy changed the title Fix release-gitflow not handling package.json conflicts correctly Fix release-gitflow not handling pnpm-lock.yaml conflicts correctly Jul 7, 2026
@t3chguy t3chguy self-assigned this Jul 7, 2026
@t3chguy t3chguy marked this pull request as ready for review July 7, 2026 14:07
@t3chguy t3chguy requested a review from a team as a code owner July 7, 2026 14:07
@t3chguy t3chguy requested a review from MidhunSureshR July 7, 2026 14:07
@t3chguy t3chguy added this pull request to the merge queue Jul 7, 2026
Merged via the queue into develop with commit d19cb75 Jul 7, 2026
47 checks passed
@t3chguy t3chguy deleted the t3chguy/fix-gitflow branch July 7, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-Task Tasks for the team like planning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants