RepoJournal
Shopify

Shopify

Hydrogen, Polaris, and the CLI - the dev platform behind millions of stores

Keep up with Shopify in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

CLI FIXES ANALYTICS BLACKHOLE, PURGES DEPRECATED COMMANDS

By RepoJournal · Filed · About Shopify

Shopify CLI's theme dev command was silently dropping analytics events on exit, and the next major release is finally shedding its legacy baggage.

The theme dev analytics fix [1] addresses a critical tracking blind spot: hitting Ctrl+C killed the process before the post-run analytics hook could fire, leaving every interrupted dev session invisible to your telemetry. This was a synchronous process.exit() problem that skipped the finally block entirely—now the CLI drains all pending handles before shutdown. In parallel, the team is cleaning house ahead of the major version bump, removing the deprecated `shopify theme serve` alias [2] and the top-level `shopify webhook trigger` command [3], both of which were hidden forwards that cluttered the command space. The CLI also flipped auto-upgrade to enabled by default [4], removing the activation prompt entirely—this one got reverted once and then un-reverted , so it's definitely shipping this time. These are the final pieces of the deprecated-flag-removal stack, positioned intentionally at the end so theme changes don't cascade.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] restore theme dev analytics ↗ Shopify/cli
  2. [2] Remove deprecated `shopify theme serve` command ↗ Shopify/cli
  3. [3] Remove deprecated top-level `shopify webhook trigger` alias ↗ Shopify/cli
  4. [4] Merge pull request #7519 from Shopify/revert-7365-revert-7341-autoupgrade-on-by-default Shopify/cli

Quick answers

What shipped in Shopify on May 14, 2026?
Shopify CLI's theme dev command was silently dropping analytics events on exit, and the next major release is finally shedding its legacy baggage. In total, 9 commits and 6 pull requests landed.
Who contributed to Shopify on May 14, 2026?
2 developers shipped this update, including EvilGenius13 and alfonso-noriega.
What were the notable Shopify updates?
restore theme dev analytics, Remove deprecated `shopify theme serve` command, and Remove deprecated top-level `shopify webhook trigger` alias.

More from Shopify

Daily updates, in your inbox

Follow Shopify

Keep up with Shopify in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?