Environment
SDK Version: @shopify/shop-minis-react@0.4.7
CLI Version: @shopify/shop-minis-cli@0.0.216
Development OS: macOS 26.1
Issue
What’s broken: The app was able to submit (passed lint). After upgrading CLI version to 216, the step failed at lint check step.
Reproduction steps
- Upgrade to the latest CLI
npx shop-minis upgrade
- Build and check lint
npx shop-minis build
npm run lint
Already Tried
- I have tried to create a plain new app and run the lint. The same error appears, this proved that the error was not come from our custom code.

