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-07-10
stories 33

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SHOPIFY CLI CUTS LEGACY EXTENSION TOOLING, HYDROGEN ADDS DEPLOY SAFETY

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

Shopify CLI is systematically removing deprecated extension surfaces and 1P dev mode, while Hydrogen gains a force flag to skip confirmation prompts on non-preview deploys.

The CLI team shipped a series of removals today that consolidate the extension development experience [1][2][3]. Dashboard managed extensions, the bundled UI extensions dev console, and unused extension creation surfaces are gone. This cleanup culminates a broader effort to deprecate 1P dev mode entirely [4][5], which means shops building extensions need to migrate workflows now if they haven't already. On the Hydrogen side, developers can now pass --force to skip confirmation prompts during non-preview deploys [6][7], addressing a friction point where automated deployment pipelines were getting blocked by interactive prompts. This is a quality-of-life fix for CI/CD environments but requires intentional opt-in to avoid accidental deployments.

Action items

References

  1. [1] Remove dashboard managed extension support flag Shopify/cli ↗
  2. [2] Remove unused extension creation surface Shopify/cli ↗
  3. [3] Remove bundled UI extensions dev console Shopify/cli ↗
  4. [4] Merge pull request #8017 from Shopify/remove-shopify-cli-1p-dev Shopify/cli ↗
  5. [5] Remove stack changesets ↗ Shopify/cli
  6. [6] Skip confirmation prompts on deploy with --force ↗ Shopify/hydrogen
  7. [7] Add deploy non-preview confirmation flag (#3832) ↗ Shopify/hydrogen

Quick answers

What shipped in Shopify on July 10, 2026?
Shopify CLI is systematically removing deprecated extension surfaces and 1P dev mode, while Hydrogen gains a force flag to skip confirmation prompts on non-preview deploys. In total, 20 commits and 13 pull requests landed.
Who contributed to Shopify on July 10, 2026?
1 developer shipped this update, including gonzaloriestra.
What were the notable Shopify updates?
Remove dashboard managed extension support flag, Remove unused extension creation surface, and Remove bundled UI extensions dev console.