chore: bump @adobe/aio-cli-plugin-app-templates to 2.1.3 (APPBLD-5119) - #844
Merged
AnujVishwakarma-src merged 1 commit intoSep 21, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
aroragarvit666-hue
approved these changes
Sep 21, 2026
This was referenced Sep 21, 2026
Merged
Merged
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.
Patch-only dependency bump: pins
package-lock.json's resolved@adobe/aio-cli-plugin-app-templatesentry to 2.1.3 (declared range^2unchanged).Why
Fixes ESM template loading in
templates:install(JIRA APPBLD-5119, adobe/aio-cli-plugin-app-templates#83) —require()failed with "constructor is not a constructor" for ESM-packaged templates (e.g. dx/excshell/1, dx/asset-compute/worker/1 when built as ESM). #83 switches to dynamicimport()with a.defaultunwrap, handling both ERR_REQUIRE_ESM and ERR_REQUIRE_ASYNC_MODULE.aio-cli ships its own
package-lock.jsonin the published npm package (seefilesin package.json), so a globalnpm install -g @adobe/aio-cliresolves dependencies from that committed lockfile rather than re-resolving^2fresh from the registry — a leaf release alone does not reach end users without this bump + a new aio-cli release.Validated
@adobe/[email protected]and2.1.1(previously locked version) have identical declared dependencies — this is a version/resolved/integrity-only lockfile change, no dependency-tree churn.npm test(jest + lint): 53/53 tests pass, 100% coverage, lint clean.npm run check-overrides: no override changes needed.require('@adobe/aio-cli-plugin-app-templates/package.json').version === '2.1.3').