Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 5, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@shopify/cli-kit@3.80.0

Patch Changes

  • 0cc639e: Fix app dev issue about unavailable port when HOST env var is set
  • 431fd6e: [internal] Add method to read local repo's latest git tag
  • 8422004: Increase network timeout for theme API requests to prevent failures during long operations. This utilizes the internal request behaviour mechanism for theme-related Admin API calls, setting a longer timeout (90s) specifically for potentially slow actions like asset uploads/downloads.
  • 6517e43: Enable authentication errors to display store names

@shopify/plugin-cloudflare@3.80.0

Patch Changes

  • Updated dependencies [0cc639e]
  • Updated dependencies [431fd6e]
  • Updated dependencies [8422004]
  • Updated dependencies [6517e43]
    • @shopify/cli-kit@3.80.0

@shopify/cli@3.80.0

@shopify/create-app@3.80.0

@shopify/app@3.80.0

Minor Changes

  • 16fb774: Adding trampolining process during function build to guest modules using the Wasm API to allow for it to copy data between the memory of the provider and guest modules.

  • a6d28e0: Add new Remix templates behind the POLARIS_UNIFIED environment variable

  • 6fcf4d4: Made the --use-localhost and --localhost-port flags public for the shopify app dev command

    When the --use-localhost flag is present a tunnel won't be used. Instead, the app will be loaded using https localhost. A self-signed cert will be generated using mkcert. This flag is not compatible with Shopify features which directly invoke your app (such as Webhooks, App proxy, and Flow actions), or those which require testing your app from another'.

    --use-localhost will always try to use port 3458. If port 3458 is not available the CLI will warn the user and automaticlly select a different port. Alternatively use the --localhost-port flag to specify that you want to develop using localhost on a specific port. For example: shopify app dev --localhost-port=4000.

Patch Changes

  • 9ccf6fa: Fixes editor extension collection validation being run on generate

  • a5ff255: Use terminal hyperlinks for app dev preview and GraphiQL links.

  • aebbc75: Fix: Pin GraphiQL CSS version to match JS version

  • c3a5189: Bug-fix: Handling mis-configured extension TOML files

  • acc904f: Bump Shopify/theme-tools packages to

    • Fix validation for static blocks in JSON templates
    • Introduce ability the disable theme checks for the next Liquid statement
  • Updated dependencies [0cc639e]

  • Updated dependencies [c2673be]

  • Updated dependencies [431fd6e]

  • Updated dependencies [431fd6e]

  • Updated dependencies [9cae395]

  • Updated dependencies [8422004]

  • Updated dependencies [737c9ab]

  • Updated dependencies [eaa8b7c]

  • Updated dependencies [44e8bc7]

  • Updated dependencies [6517e43]

  • Updated dependencies [ae9e30d]

  • Updated dependencies [acc904f]

    • @shopify/cli-kit@3.80.0
    • @shopify/theme@3.80.0
    • @shopify/plugin-cloudflare@3.80.0

@shopify/theme@3.80.0

Minor Changes

  • ae9e30d: Hot-reloading in shopify theme dev now supports {% javascript %} tags

Patch Changes

  • c2673be: Ensure that theme console paths are prefixed with a slash

  • 431fd6e: Update theme init to use skeleton theme

  • 9cae395: Display theme console errors inside banner

  • 737c9ab: Support hot reloading after changes to Liquid {% stylesheet %} tag.

  • eaa8b7c: Fix an issue with hot-reloading the compiled assets (scripts.js, block-scripts.js, etc)

  • 44e8bc7: Improved theme upload ordering to ensure layout files are uploaded before templates

  • acc904f: Bump Shopify/theme-tools packages to

    • Fix validation for static blocks in JSON templates
    • Introduce ability the disable theme checks for the next Liquid statement
  • Updated dependencies [0cc639e]

  • Updated dependencies [431fd6e]

  • Updated dependencies [8422004]

  • Updated dependencies [6517e43]

    • @shopify/cli-kit@3.80.0

@shopify/plugin-did-you-mean@3.80.0

Patch Changes

  • Updated dependencies [0cc639e]
  • Updated dependencies [431fd6e]
  • Updated dependencies [8422004]
  • Updated dependencies [6517e43]
    • @shopify/cli-kit@3.80.0

@shopify/ui-extensions-dev-console-app@3.80.0

@github-actions github-actions bot requested review from a team as code owners May 5, 2025 15:24
@github-actions github-actions bot force-pushed the changeset-release/main branch 21 times, most recently from 7b0a12f to 0d62891 Compare May 12, 2025 13:36
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from db7d656 to 71e5e24 Compare May 13, 2025 21:26
@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from f688fa3 to ec493d0 Compare May 16, 2025 11:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from ec493d0 to e43161f Compare May 16, 2025 14:22
@aswamy
Copy link
Contributor

aswamy commented May 16, 2025

/snapit

@github-actions
Copy link
Contributor Author

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

Test the snapshot by installing your package globally:

pnpm i -g @shopify/cli@0.0.0-snapshot-20250516204814

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
Copy link
Contributor Author

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.79.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "3.80.0";
\ No newline at end of file

@github-actions
Copy link
Contributor Author

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
76.97% (+0.01% 🔼)
9746/12662
🟡 Branches
72.33% (+0.03% 🔼)
4816/6658
🟡 Functions 76.72% 2515/3278
🟡 Lines
77.47% (+0.01% 🔼)
9211/11890

Test suite run success

2306 tests passing in 998 suites.

Report generated by 🧪jest coverage report action from e43161f

@alexanderMontague alexanderMontague merged commit d0bbf05 into main May 16, 2025
2 checks passed
@alexanderMontague alexanderMontague deleted the changeset-release/main branch May 16, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants