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

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI EXTRACTS ORGANIZATIONS PACKAGE AS STORE COMMANDS SHIP

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

Shopify CLI is breaking apart its monolith: a new @shopify/organizations package lands today, unblocking the store create dev command and setting the pattern for future modular tooling.

The organizations extraction [1] ships as PR 2 of 3, pulling org listing and selection utilities into their own package with direct Business Platform Destinations API calls. This clears the path for @shopify/store to wire in as a dependency [3], moving existing store:auth and store:execute commands into their dedicated namespace. Meanwhile, E2E test coverage got hardened [2] by switching TOML fixture merging from wholesale replacement to surgical field preservation, fixing the footgun that was silently dropping generated config values like sidekick.extensions_summary. Over on Hydrogen, cart fragment customization finally got TypeScript love [6]: merchants can now override their GraphQL fragment and have the return types actually reflect the extra fields they fetch at runtime, closing a long-standing type-safety gap. Three follow-up PRs across CLI are in testing: stream tests [4], auth callback errors [5], and the full store extraction [3].

Quick answers

What shipped in Shopify on May 29, 2026?
Shopify CLI is breaking apart its monolith: a new @shopify/organizations package lands today, unblocking the store create dev command and setting the pattern for future modular tooling. In total, 11 commits and 4 pull requests landed.
Who contributed to Shopify on May 29, 2026?
3 developers shipped this update, including amcaplan, dmerand, and andguy95.
What were the notable Shopify updates?
Extract @shopify/organizations package, Preserve generated TOML fields in E2E fixtures, and Extract @shopify/store package from @shopify/cli.