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

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI 4.5.1 SHIPS WITH HYDROGEN BUMP AND CHANGESET FIX

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

Shopify CLI stabilized overnight, merging critical fixes for broken Changesets validation and upgrading hydrogen to 13.0.1.

The 4.5 branch is now synced to main [1], carrying forward the production-ready state from your stable channel. Buried in that merge: a fix for Changesets config that was failing validation after the dev console removal [2]. That stale package reference in .changeset/config.json was breaking `/snapit` and other Changesets commands [5], and it's now cleaned up in 4.5.1 [3]. On the testing front, the app event watcher tests got a minor polish [4], replacing custom polling logic with Vitest's native `vi.waitFor` helper for cleaner timeout diagnostics and less duplicated framework logic. Nothing breaking here, but the Changesets fix is the one that matters if you've been hitting validation errors on deploy.

Action items

References

  1. [1] Stable 4.5 merge main resolution ↗ Shopify/cli
  2. [2] Merge pull request #8072 from Shopify/fix/remove-dev-console-changeset-reference Shopify/cli ↗
  3. [3] 4.5.1 ↗ Shopify/cli
  4. [4] Simplify app event watcher test polling ↗ Shopify/cli
  5. [5] Fix Changesets config after dev console removal ↗ Shopify/cli

Quick answers

What shipped in Shopify on July 15, 2026?
Shopify CLI stabilized overnight, merging critical fixes for broken Changesets validation and upgrading hydrogen to 13.0.1. In total, 3 commits, 3 pull requests, and 1 releases landed.
Who contributed to Shopify on July 15, 2026?
4 developers shipped this update, including amcaplan, Gonzalo Riestra, github-actions[bot], and alfonso-noriega.
What were the notable Shopify updates?
Stable 4.5 merge main resolution, Merge pull request #8072 from Shopify/fix/remove-dev-console-changeset-reference, and 4.5.1.