85 wires and counting

$ follow Shopify

Keep up with Shopify in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-05-28
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SHOPIFY CLI 4.1.0 SHIPS WITH EXTENSION-ONLY DEFAULT, REMOVES HOSTED_APPS

By RepoJournal · Filed · About Shopify · Composed from the cited sources · methodology

Shopify CLI 4.1.0 lands with a breaking change that makes the extension-only template the default, while a performance optimization that broke your workflow just got reverted.

Shopify CLI 4.1.0 is live [1], and the headline here is the removal of the HOSTED_APPS environment variable paired with making the extension-only template the default [1]. This is a structural shift in how the CLI scaffolds new projects. The release also fixes a critical scaffolding bug where projects weren't moved to their final directory before dependencies installed [1], which means your `app init` command should stop leaving half-built projects in the wrong place. On the dependency front, liquidjs bumped to 10.26.0 [2], a minor update that caps strftime widths and accounts for padding in memory limits, nothing critical but worth noting if you're doing heavy template rendering. The bigger story behind the scenes: a performance optimization that shipped in PR 7498 just got reverted [3] because it was breaking developer workflows in Slack. That's a clean catch and revert, but it signals the team is still tuning startup and discovery performance.

Quick answers

What shipped in Shopify on May 28, 2026?
Shopify CLI 4.1.0 lands with a breaking change that makes the extension-only template the default, while a performance optimization that broke your workflow just got reverted. In total, 4 commits, 3 pull requests, and 1 releases landed.
Who contributed to Shopify on May 28, 2026?
2 developers shipped this update, including dependabot[bot] and gonzaloriestra.
What were the notable Shopify updates?
4.1.0, Bump liquidjs from 10.25.0 to 10.26.0, and Revert "[Performance] Optimize CLI startup and project discovery".