Skip to content

chore(deps): bump commerce-elastic-path to 0.5.1 in canvas-packages, loader-bundle-env and the example app - #513

Merged
field123 merged 1 commit into
masterfrom
chore/ep-bump-commerce-051-consumers
Aug 28, 2026
Merged

chore(deps): bump commerce-elastic-path to 0.5.1 in canvas-packages, loader-bundle-env and the example app#513
field123 merged 1 commit into
masterfrom
chore/ep-bump-commerce-051-consumers

Conversation

@field123

Copy link
Copy Markdown
Collaborator

@elasticpath/plasmic-ep-commerce-elastic-path 0.5.1 restores a component whose removal
in 0.5.0 made publish-hostless fail outright (see #512). Three consumers need to resolve
it before that job can succeed.

The version ranges already allow it — ^0.5.0 means >=0.5.0 <0.6.0, so 0.5.1 satisfies
them. The problem is the lockfiles: all three pin the resolved version at exactly 0.5.0,
and publish-hostless runs yarn install --frozen-lockfile, so it would install 0.5.0
again and hit the same failure.

  • platform/canvas-packages — components the Studio canvas renders, and what
    publish-hostless builds from
  • platform/loader-bundle-env — the bundle the loader/renderer serves
  • examples/ep-commerce-app-router — reference storefront

Each is a separate yarn project, so each lockfile is regenerated in its own directory. The
ranges are also bumped to ^0.5.1 — not strictly required, but it records the real floor
so a later yarn install cannot quietly resolve 0.5.0 again.

Note deploy-integration.yml triggers on platform/wab/**, platform/loader-bundle-env/**
and .github/** — not on platform/canvas-packages/**. The loader-bundle-env change in
this PR triggers the deploy; a canvas-packages-only change would not.

…loader-bundle-env and the example app

0.5.1 restores the component whose removal in 0.5.0 makes publish-hostless fail
(#512). The `^0.5.0` ranges already allowed 0.5.1, but all three lockfiles
pinned the resolved version at 0.5.0 and publish-hostless installs with
--frozen-lockfile, so it would have installed 0.5.0 again and failed the same
way. Ranges moved to ^0.5.1 as well, to record the real floor.
@field123
field123 merged commit d788cba into master Aug 28, 2026
9 checks passed
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.

1 participant