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-09-17
stories 47

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Shopify CLI drops CVE audit from app doctor, adds typed command events

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

Shopify CLI removed the dependency CVE audit from app doctor and laid the groundwork for typed JSON results and structured command diagnostics.

Merge pull request #8555 from Shopify/joshlarson/remove-app-doctor-cve-audit Shopify/cli

by Josh Larson

The dependency CVE audit check is gone from app doctor, so that command no longer reports vulnerable packages in your app's dependency tree. If you relied on it as a pre-deploy gate, you need another scanner.

Add command side event infrastructure Shopify/cli

by gonzaloriestra

Typed diagnostic and progress events with timestamps, backed by an AsyncLocalStorage event context per command execution, give finite commands structured output separate from their final result.

Add JSON result schema infrastructure Shopify/cli

by gonzaloriestra

Typed JSON result schemas with validation and encoding now surface through BaseCommand and generated command help, and unsupported or unnamed nested schema constructs are rejected.

Fix loading bar cleanup when tasks log messages Shopify/cli

by gonzaloriestra

Calling outputInfo() or outputWarn() during an Ink task wrote straight to stderr and left the loading bar on screen after the task finished; those logs now route through Ink's console interception so messages stay visible and the task UI clears.

Add workflow to create PRs from the Gardener backlog Shopify/cli

by gonzaloriestra

A new workflow has Claude pick the highest-priority eligible CLI issue off the Gardener board, open a draft PR, and post the linked title in #devtools-gardener-backlog, running Monday through Friday at 00:00 UTC or on demand.

Quick answers

What shipped in Shopify on September 17, 2026?
Shopify CLI removed the dependency CVE audit from app doctor and laid the groundwork for typed JSON results and structured command diagnostics. In total, 33 commits and 14 pull requests landed.
Who contributed to Shopify on September 17, 2026?
2 developers shipped this update, including Josh Larson and gonzaloriestra.
What were the notable Shopify updates?
Merge pull request #8555 from Shopify/joshlarson/remove-app-doctor-cve-audit, Add command side event infrastructure, and Add JSON result schema infrastructure.