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-06-16
stories 29

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI GAINS DEV STORE CREATION, HYDROGEN CUTS OBSERVABILITY OVERHEAD

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

Shopify CLI now ships a native command to spin up development stores directly from the terminal, while Hydrogen patches a critical vite detection failure that was crashing installations.

The CLI shipped `shopify store create dev` [1], a new command that lets developers provision app development stores without leaving the terminal. It supports organization auto-selection, structured JSON output for automation, and polls for completion with a sensible 5-minute timeout. This is the workflow improvement app developers have been waiting for. On the dependency front, the CLI locked down pnpm-lock.yaml with explicit tarball URLs [2] for registry consistency, and bumped esbuild to patch an HTTP path traversal vulnerability [3] that could affect local development servers. Over in Hydrogen, cli-hydrogen@12.0.2 [4] fixes a silent failure where missing vite dependencies would crash with an unhelpful error instead of telling you to install dependencies or run from the app directory. The same release cuts PerfKit resource sampling overhead by 90 percent [5], reducing observability noise without losing signal. Flow action extensions can now use relative runtime URLs [6], simplifying configuration for extension authors.

Quick answers

What shipped in Shopify on June 16, 2026?
Shopify CLI now ships a native command to spin up development stores directly from the terminal, while Hydrogen patches a critical vite detection failure that was crashing installations. In total, 15 commits, 11 pull requests, and 3 releases landed.
Who contributed to Shopify on June 16, 2026?
4 developers shipped this update, including amcaplan, isaacroldan, dependabot[bot], and EliasJRH.
What were the notable Shopify updates?
Add `store create dev` command, Add tarballs to pnpm-lock, and Bump esbuild from 0.28.0 to 0.28.1.