Shopify CLI 'theme check' fails with 1 error when using the latest Dawn theme update.
Error:
─ info ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ sections/email-signup-banner.liquid │
│ │
│ │
│ [error]: ValidSchema │
│ Property templates is not allowed. │
│ │
│ 402 "templates": ["password"]
Describe the expected behavior
Shopify CLI 'theme check' should pass with no errors.
Version information (Dawn, browsers and operating systems)
Dawn Version: 15.1.0
Chromium Engine Version 129.0.6668.59
macOS Version 14.6.1
Shopify CLI Version: 3.67.1
Possible solution
Error is related to line 402 of sections/email-signup-banner.liquid. Seems like this may either be an issue with this Liquid section file, or something may have changed with Shopify CLI related to ValidSchema. If this is actually valid Liquid, and is a Shopify CLI issue, can you please pass this along to the appropriate team with verification that it should not be throwing an error? Opening here first because it's either one or the other and I can't find any documentation about this "template" property being valid or not.
Describe the current behavior
Shopify CLI 'theme check' fails with 1 error when using the latest Dawn theme update.
Error:
Describe the expected behavior
Shopify CLI 'theme check' should pass with no errors.
Version information (Dawn, browsers and operating systems)
Possible solution
Error is related to line 402 of sections/email-signup-banner.liquid. Seems like this may either be an issue with this Liquid section file, or something may have changed with Shopify CLI related to ValidSchema. If this is actually valid Liquid, and is a Shopify CLI issue, can you please pass this along to the appropriate team with verification that it should not be throwing an error? Opening here first because it's either one or the other and I can't find any documentation about this "template" property being valid or not.
Additional context/screenshots