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-06-13
stories 27

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI REFACTORS GRAPHIQL SERVER FOR PLATFORM REUSE

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

Shopify/cli is extracting its GraphiQL server from the app package into cli-kit, making it available across other tools while shipping 40 dependency updates.

The team moved the GraphiQL server, templates, utilities, and assets into @shopify/cli-kit [1], then updated app dev to import from there while keeping bundled asset resolution intact. This clears the path for other packages to spin up GraphQL debugging without duplicating code. In parallel, the same codebase made the server auth-agnostic [2], so Store GraphiQL can work with tokens outside the app dev client credentials flow. A separate token provider module was extracted with full test coverage. Dependency maintenance continues steady: 27 development dependencies bumped [3], including @changesets/cli, @graphql-codegen packages, and 13 minor version updates [4] across TypeScript-ESLint, GraphQL, and Prettier. Over in hydrogen, a one-character fix landed [5]: the preview release npm publish path now uses `./packages/hydrogen` instead of `packages/hydrogen`, preventing npm from misinterpreting the path as a GitHub shorthand spec.

Quick answers

What shipped in Shopify on June 13, 2026?
Shopify/cli is extracting its GraphiQL server from the app package into cli-kit, making it available across other tools while shipping 40 dependency updates. In total, 20 commits and 7 pull requests landed.
Who contributed to Shopify on June 13, 2026?
3 developers shipped this update, including gonzaloriestra, dependabot[bot], and andguy95.
What were the notable Shopify updates?
Extract GraphiQL server to @shopify/cli-kit, Make GraphiQL server auth-agnostic, and Bump the development_dependencies group across 1 directory with 27 updates.