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-12
stories 15

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI NOW BLOCKS DELETED APP DEV STORES FROM SELECTION

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

The Shopify CLI fixed a critical gap where `app dev --reset` could surface deleted or inactive development stores, letting developers accidentally reconnect to invalid environments.

The store-selection logic for `app dev` now requires `STORE_STATUS=ACTIVE` [1], closing a hole where only `STORE_TYPE=app_development` was checked. This matters because deleted stores were still selectable, risking developers pushing code to dead environments. The team also completed a test quality push across the CLI [2] [3], removing filesystem mocks from cloudflared and git test suites. Real temporary directories now replace mocks, making tests verify actual behavior instead of implementation details—a shift that catches real failures earlier.

Quick answers

What shipped in Shopify on May 12, 2026?
The Shopify CLI fixed a critical gap where `app dev --reset` could surface deleted or inactive development stores, letting developers accidentally reconnect to invalid environments. In total, 9 commits and 6 pull requests landed.
Who contributed to Shopify on May 12, 2026?
2 developers shipped this update, including dmerand and gonzaloriestra.
What were the notable Shopify updates?
Only show active stores for app dev, [Tests] Refactor install-cloudflared tests to remove filesystem mocks, and [Tests] Remove filesystem mocks in git.test.ts.