Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
@shopify/plugin-cloudflare@3.80.0
Patch Changes
@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_UNIFIEDenvironment variable6fcf4d4: Made the
--use-localhostand--localhost-portflags public for theshopify app devcommandWhen the
--use-localhostflag 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-localhostwill 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-portflag 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 devpreview 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
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/theme@3.80.0
Minor Changes
shopify theme devnow supports{% javascript %}tagsPatch Changes
c2673be: Ensure that theme console paths are prefixed with a slash
431fd6e: Update
theme initto use skeleton theme9cae395: 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
Updated dependencies [0cc639e]
Updated dependencies [431fd6e]
Updated dependencies [8422004]
Updated dependencies [6517e43]
@shopify/plugin-did-you-mean@3.80.0
Patch Changes
@shopify/ui-extensions-dev-console-app@3.80.0