74 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-09-04
stories 13

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Two Shopify CLI prompts make their unexpected appearances visible

By RepoJournal · Filed · About Shopify

Two Shopify CLI commands now explain why an organization picker suddenly appears, and Hydrogen docs no longer send contributors to an install-time failure.

The Shopify CLI is making its interactive prompts self-explanatory. When `store delete` gets only a store domain, it infers the owning organization from the Destinations API and silently drops into an organization picker whenever that inference fails. That silent drop made a typo'd domain look identical to an inaccessible store. The command now renders an info banner ahead of the picker, naming the domain the developer typed and pointing at `--organization-id` [1]. The non-interactive path already explained itself with "Could not determine whic..." [2]. Separately, `store list` printed its organization context as bare stdout text, with the `store auth list` hint flush against the last table row and the organization line sitting directly on the table header. It now shows that context in a proper info banner [3].

Hydogen's README and CONTRIBUTING docs listed Node.js requirements below what the repo actually supports. README said Node 18.0.0+, CONTRIBUTING said 16.14.0+, but the root package.json `engines` field and templates/skeleton/package.json require `^22 || ^24`, and .nvmrc pins v24. Following the old docs on Node 18 "fails at install time." The docs now match the real floor [4].

Quick answers

What shipped in Shopify on September 4, 2026?
Two Shopify CLI commands now explain why an organization picker suddenly appears, and Hydrogen docs no longer send contributors to an install-time failure. In total, 8 commits and 5 pull requests landed.
Who contributed to Shopify on September 4, 2026?
3 developers shipped this update, including nickwesselman, Ariel Caplan, and Aryan Kansagara.
What were the notable Shopify updates?
Explain why store delete prompts for an organization, Explain why store delete prompts for an organization, and Show `store list` context in an info banner.