The nightly upstream sync cannot rebase our patch-overlay onto the safe release v3.2.0 cleanly — manual resolution needed (conflict in pnpm-lock.yaml; develop is ~70 commits behind v3.2.0).
Reproduce locally:
git fetch upstream --tags
git checkout -B sync/upstream-v3.2.0 origin/develop
git rebase v3.2.0
# resolve conflicts (regenerate pnpm-lock.yaml), then open a PR against develop
The nightly upstream sync cannot rebase our patch-overlay onto the safe release
v3.2.0cleanly — manual resolution needed (conflict inpnpm-lock.yaml; develop is ~70 commits behind v3.2.0).Reproduce locally: