Manual Cherry-pick Required
The automatic cherry-pick of #493 to main failed due to merge conflicts.
Original PR
Manual Cherry-pick Instructions
# Checkout main branch
git checkout main
git pull origin main
# Create a new branch for the cherry-pick
git checkout -b cherry-pick-pr-493
# Cherry-pick the commit (use -m 1 for merge commits)
git cherry-pick 0c295cf679a6340425a0c2f2337ad29d0b2aa92b
# OR for merge commits:
# git cherry-pick -m 1 0c295cf679a6340425a0c2f2337ad29d0b2aa92b
# Resolve conflicts manually, then:
git add .
git cherry-pick --continue
# Push and create PR
git push origin cherry-pick-pr-493
gh pr create --base main --title "Cherry-pick: fix: refresh yarn.lock to match bumped versions after release versioning"
Decision Required
This issue was automatically created by the cherry-pick workflow.
Manual Cherry-pick Required
The automatic cherry-pick of #493 to
mainfailed due to merge conflicts.Original PR
release/1.5.x0c295cf679a6340425a0c2f2337ad29d0b2aa92bManual Cherry-pick Instructions
Decision Required
This issue was automatically created by the cherry-pick workflow.