cli icon indicating copy to clipboard operation
cli copied to clipboard

Temporary CLI change for checkout and customer account templates

Open kumar303 opened this issue 9 months ago • 3 comments

🔥

~~This is a temporary workaround until we land the types~~ They landed in https://github.com/Shopify/ui-extensions/pull/2765

Patches

  • Temporarily disable thrown error when types are undefined for a target
  • Pin version for proper templates

kumar303 avatar Apr 10 '25 12:04 kumar303

/snapit

kumar303 avatar Apr 10 '25 12:04 kumar303

Differences in type declarations

We detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:

  • Some seemingly private modules might be re-exported through public modules.
  • If the branch is behind main you might see odd diffs, rebase main into this branch.

New type declarations

We found no new type declarations in this PR

Existing type declarations

packages/cli-kit/dist/public/common/version.d.ts
@@ -1 +1 @@
-export declare const CLI_KIT_VERSION = "3.77.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "3.78.0";
\ No newline at end of file

github-actions[bot] avatar Apr 10 '25 12:04 github-actions[bot]

🫰✨ Thanks @kumar303! Your snapshot has been published to npm.

Test the snapshot by installing your package globally:

pnpm i -g @shopify/[email protected]

[!TIP] If you get an ETARGET error, install it with NPM and the flag --@shopify:registry=https://registry.npmjs.org

[!CAUTION] After installing, validate the version by running just shopify in your terminal. If the versions don't match, you might have multiple global instances installed. Use which shopify to find out which one you are running and uninstall it.

github-actions[bot] avatar Apr 10 '25 12:04 github-actions[bot]

This PR seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.

github-actions[bot] avatar Jun 12 '25 03:06 github-actions[bot]