chore(deps): bump commerce-elastic-path to 0.5.0 in canvas-packages, loader-bundle-env and the example app - #509
Merged
Conversation
…loader-bundle-env and the example app These pinned `^0.4.1`, and a caret on a 0.x version pins the minor, so none of them would have picked up 0.5.0 on their own. The canvas and the loader would have kept serving the removed Sort prop after the hostless republish.
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.
@elasticpath/plasmic-ep-commerce-elastic-path0.5.0 is published. Three consumerspinned
^0.4.1, and a caret range on a0.xversion pins the minor —^0.4.1means>=0.4.1 <0.5.0— so none of them would have moved to 0.5.0 on their own.platform/canvas-packages— code components the Studio canvas rendersplatform/loader-bundle-env— the bundle the loader/renderer servesexamples/ep-commerce-app-router— reference storefrontWithout this, both the canvas and the loader keep serving 0.4.1 after the
commerce-elastic-pathhostless bundle is republished, so designers still see theSort prop that 0.5.0 removes (#502) and the pre-#481 Category ID label.
Each is a separate yarn project, so each
yarn.lockis regenerated in its owndirectory. All three now resolve 0.5.0 from the registry.
Worth noting:
EP Fork Integrityasserts only that these two declare the dependency,never which version, so a stale pin here passes CI silently. The version-equality check
covers
plasmicpkgs-devalone.Follows the same shape as #468, which did this for 0.4.1.