Merge release-3.16.x back to develop, bump to 3.17.0-dev#3665
Merged
Merge release-3.16.x back to develop, bump to 3.17.0-dev#3665
Conversation
- Consolidate commerce-sdk-react v5.0.0-dev and v4.4.0-dev changelog entries into single section - Add AWS SDK v2 to v3 migration entry to pwa-kit-runtime changelog Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SDK packages: 3.16.0-preview.0 commerce-sdk-react: 5.0.0-preview.0 retail-react-app: 9.0.0-preview.0 pwa-kit-mcp: 0.5.0-preview.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…view.1 Bump versions for 3.16.0-preview.1
- Update "Edit" labels to "Change" on contact info, payment, and shipping options toggle cards - Fix billing address display logic in payment summary - Update translations (en-US, en-GB, en-XA)
1CC UX fixes (W-21240479)
* alpha tag for one click checkout * alpha tag for one click checkout * error handling * error handling * error handling * responsebuffer * responsebuffer * responsebuffer
…view.2 Bump versions for 3.16.0-preview.2
Bump versions for 3.16.0 stable release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
alexvuong
reviewed
Feb 13, 2026
| "engines": { | ||
| "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0", | ||
| "npm": "^9.0.0 || ^10.0.0 || ^11.0.0" | ||
| "node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0", |
alexvuong
reviewed
Feb 13, 2026
| "engines": { | ||
| "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0", | ||
| "npm": "^9.0.0 || ^10.0.0 || ^11.0.0" | ||
| "node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0", |
alexvuong
reviewed
Feb 13, 2026
| "engines": { | ||
| "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0", | ||
| "npm": "^9.0.0 || ^10.0.0 || ^11.0.0" | ||
| "node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0", |
alexvuong
reviewed
Feb 13, 2026
| "engines": { | ||
| "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0", | ||
| "npm": "^9.0.0 || ^10.0.0 || ^11.0.0" | ||
| "node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0", |
alexvuong
reviewed
Feb 13, 2026
| "engines": { | ||
| "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0", | ||
| "npm": "^9.0.0 || ^10.0.0 || ^11.0.0" | ||
| "node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0", |
alexvuong
reviewed
Feb 13, 2026
| try { | ||
| const customBuffer = options.onSLASPrivateProxyRes( | ||
| workingBuffer, | ||
| responseBuffer, |
Contributor
Author
There was a problem hiding this comment.
yes, this is a bug fix we merged to the release branch. this is expected
alexvuong
reviewed
Feb 13, 2026
| "engines": { | ||
| "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0", | ||
| "npm": "^9.0.0 || ^10.0.0 || ^11.0.0" | ||
| "node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0", |
The merge conflict resolution used --theirs (release branch) for package-lock files, which lost develop-only changes like Node 24 engine support from #3652. Restore lock files from develop and re-run npm install to pick up version bumps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous bump-version re-run corrupted independent package versions. Re-run independent bumps and clean up duplicate changelog headers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
adamraya
approved these changes
Feb 13, 2026
vmarta
approved these changes
Feb 13, 2026
alexvuong
approved these changes
Feb 13, 2026
kumaravinashcommercecloud
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
release-3.16.xback todevelopafter 3.16.0 stable release3.17.0-devcommerce-sdk-reactto5.1.0-devretail-react-appto9.1.0-devpwa-kit-mcpto0.5.0-dev(same minor since it was not released this cycle)Test plan
lerna list --all --longCRITICAL: Use "Create a merge commit" when merging — NEVER squash merge.