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-02
stories 26

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SHOPIFY CLI HARDENS ASSET UPLOADS, ADDS STORE OPENER

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

A critical fix prevents silent failures in GCS bundle uploads that could leave deployments broken without warning.

Shopify CLI patched a dangerous bug in uploadToGCS where failed bundle uploads were treated as successes because the function ignored HTTP response codes [1]. An expired signature or transient 5xx error would silently pass through, handing deploy an assetsUrl for an object that never actually uploaded. This lands alongside a new shopify store open command [2] that opens a storefront in your default browser, reusing store lookup so preview stores surface their tokenized access URLs without manual copying. On the test reliability front, the theme-fs test suite ditched filesystem mocks entirely [3], moving to real temporary directories via inTemporaryDirectory for better isolation and fewer flaky tests. Over in Hydrogen, mini-oxygen 4.2.0 ships with a self-sufficient Vite plugin that infers compatibility dates from your resolved Hydrogen package [4], eliminating one more config step. The same release also fixes tsconfig path alias resolution in SSR environments [5], so ~/ imports work on fresh quickstart projects instead of throwing Cannot find module errors.

Quick answers

What shipped in Shopify on July 2, 2026?
A critical fix prevents silent failures in GCS bundle uploads that could leave deployments broken without warning. In total, 14 commits, 10 pull requests, and 2 releases landed.
Who contributed to Shopify on July 2, 2026?
2 developers shipped this update, including amcaplan and gonzaloriestra.
What were the notable Shopify updates?
Validate GCS bundle upload status in uploadToGCS, Add `shopify store open` command, and [Tests] remove filesystem mocks in theme-fs tests.