chore(deps): bump commerce-elastic-path to 0.6.0 in canvas-packages, loader-bundle-env and the example app - #561
Merged
Conversation
…loader-bundle-env and the example app 0.6.0 is published, so the three consumers that resolve this package from npm can re-resolve. They could not be bumped in #558 — yarn cannot resolve a range until a tarball declaring it exists. This carries Manual checkout and the order-first payment sequence into the hostless bundle. publish-hostless builds canvas-packages with --frozen-lockfile, so it registers EP Manual Payment only once this has landed.
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.
0.6.0 is published, so the three in-repo consumers that resolve this package from npm can re-resolve. They could not move in #558 — yarn cannot resolve a range until a tarball declaring it exists, which is why the bump and the lockfiles are separate PRs.
This carries Manual checkout and the order-first payment sequence into the hostless bundle.
publish-hostlessbuildscanvas-packageswith--frozen-lockfile, so it registersEP Manual Paymentonly once this has landed; running it before would have succeeded while silently bundling 0.5.3.Verified
3d98983857c8501a276d1890f251892f5197fac7, matching the published tarballplatform/canvas-packagesyarn build(tsc + esbuild) exits 0plasmic-commerce-ep-manual-payment/ "EP Manual Payment"next buildpasses against 0.6.0; against 0.5.3 it fails with threeTS2305forcreateManualAdapter,handleResumePaymentandhandleAbandonPaymentMerging this triggers
deploy-integrationvia theloader-bundle-envpath.publish-hostlessatenvironment=integrationshould run only after that deploy settles.Refs #557, #559