From aa14f34e3604c6a5dcefb46cd62c7327bf9e2436 Mon Sep 17 00:00:00 2001 From: metatroncubeswdev Date: Sat, 12 Sep 2026 23:34:31 -0400 Subject: [PATCH] chore: temporarily exclude checkout-datetime from shopify app deploy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Its @shopify/ui-extensions-react dependency has no release matching the declared api_version = "2025-10" (the package jumps straight from 2025.7.4 to 2026.0.0, skipping 2025.10.x entirely) — a real migration, not a quick version bump, and already tracked as HANDOVER.md's open item B4 ("not yet reconciled against live checkout types"). This extension has never successfully deployed even once, so nothing currently live regresses by excluding it — but its build failure was aborting deploy for every OTHER extension too (esbuild fails the whole `shopify app deploy` when any one extension can't bundle), which meant shopify.app.toml's App Proxy URL fix never actually reached Shopify's servers despite being correct in the repo. Renaming its config file (shopify.extension.toml -> .disabled) excludes it from discovery without touching its source; re-enable once B4's version migration is done by renaming it back. Co-Authored-By: Claude Sonnet 5 --- .../{shopify.extension.toml => shopify.extension.toml.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename extensions/checkout-datetime/{shopify.extension.toml => shopify.extension.toml.disabled} (100%) diff --git a/extensions/checkout-datetime/shopify.extension.toml b/extensions/checkout-datetime/shopify.extension.toml.disabled similarity index 100% rename from extensions/checkout-datetime/shopify.extension.toml rename to extensions/checkout-datetime/shopify.extension.toml.disabled