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-03
stories 10

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

HYDROGEN 13.0.0 LANDS IN CLI, TEST SUITE GETS FILESYSTEM OVERHAUL

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

Shopify CLI is shipping Hydrogen 13.0.0, a major version bump that brings the latest Hydrogen release to developers running shopify hydrogen commands.

The CLI bundled @shopify/cli-hydrogen@13.0.0 [1], jumping two minor versions from 11.1.10 and pulling in all upstream Hydrogen improvements in one shot. This is the kind of dependency update that matters: it's not a patch, it's a feature release, so check the Hydrogen release notes to see what new capabilities you're getting. Meanwhile, the test infrastructure across CLI got a significant refresh [2][3]. Two test suites removed filesystem mocks entirely, replacing them with real temporary directories that run actual I/O operations. This pattern shift makes tests less brittle and more representative of what happens in production. The refactors hit extension.test.ts and include-assets-step.test.ts [4][5], eliminating coupling to implementation details and following the testing standards Shopify is standardizing across the codebase.

Quick answers

What shipped in Shopify on July 3, 2026?
Shopify CLI is shipping Hydrogen 13.0.0, a major version bump that brings the latest Hydrogen release to developers running shopify hydrogen commands. In total, 6 commits and 4 pull requests landed.
Who contributed to Shopify on July 3, 2026?
2 developers shipped this update, including fredericoo and gonzaloriestra.
What were the notable Shopify updates?
hydrogen/Bump cli-hydrogen to 13.0.0 (main), [Tests] Remove filesystem mocks in extension.test.ts, and [Tests] Remove filesystem mocks in include-assets-step.test.ts.