Skip to content

Merge release-3.16.x back to develop, bump to 3.17.0-dev#3665

Merged
kevinxh merged 20 commits intodevelopfrom
merge-release-3.16.x-to-develop
Feb 13, 2026
Merged

Merge release-3.16.x back to develop, bump to 3.17.0-dev#3665
kevinxh merged 20 commits intodevelopfrom
merge-release-3.16.x-to-develop

Conversation

@kevinxh
Copy link
Contributor

@kevinxh kevinxh commented Feb 13, 2026

Summary

  • Merge release-3.16.x back to develop after 3.16.0 stable release
  • Bump all SDK packages to 3.17.0-dev
  • Bump commerce-sdk-react to 5.1.0-dev
  • Bump retail-react-app to 9.1.0-dev
  • Bump pwa-kit-mcp to 0.5.0-dev (same minor since it was not released this cycle)

Test plan

  • Verify all package versions are correct via lerna list --all --long
  • Verify cross-dependencies are correct
  • CI passes

CRITICAL: Use "Create a merge commit" when merging — NEVER squash merge.

kevinxh and others added 18 commits February 6, 2026 15:24
- 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)
* 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
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kevinxh kevinxh requested review from a team as code owners February 13, 2026 00:14
@cc-prodsec
Copy link
Collaborator

cc-prodsec commented Feb 13, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this look wrong

"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this look wrong

"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump

"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump

try {
const customBuffer = options.onSLASPrivateProxyRes(
workingBuffer,
responseBuffer,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this expected?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, this is a bug fix we merged to the release branch. this is expected

"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump

kevinxh and others added 2 commits February 12, 2026 16:26
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>
@kevinxh kevinxh enabled auto-merge February 13, 2026 01:21
@kevinxh kevinxh merged commit 6e2b841 into develop Feb 13, 2026
42 checks passed
@kevinxh kevinxh deleted the merge-release-3.16.x-to-develop branch February 13, 2026 12:36
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.

6 participants