CEXT-6573: back-sync release hotfix to main - #641
Merged
Conversation
…rictMode to development) (#635) * set NODE_ENV in app build hooks and gate StrictMode to dev builds * cover setNodeEnv in hook tests and update StrictMode usage docs * test pre-app-build/dev/run hooks against the real .env; sync admin-ui skill doc * thread injectable cwd through hooks instead of INIT_CWD; align dev/run exec error handling * chore(temp): increate timeout temporarily of failing tests * resolve .env from project root so env hooks work from any subdirectory * changeset: lib-app patch (no public API change)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Collaborator
Author
|
Going cowboy on approvals here since this should be merged ASAP to keep |
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.
Description
releaseintomainafter the CEXT-6573 hotfix release.mainmanifest structure while applying only the released package versions.Related Issue
Motivation and Context
The automated back-sync conflicted because
mainreformatted the package manifests whilereleaseindependently updated their versions. This merge resolves the nine manifests semantically without releasing the unreleased work already onmain.How Has This Been Tested?
pnpm installpnpm format:checkpnpm typecheckpnpm --filter @aio-commerce-sdk/scripting-utils --filter @adobe/aio-commerce-lib-app --filter @adobe/aio-commerce-lib-admin-ui testorigin/releaseis an ancestor of the merge commit.mainonly by the released versions.Screenshots (if appropriate):
Not applicable.
Types of changes
Checklist: