Version Packages - main#7672
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
5a4159f to
22996bf
Compare
060724c to
a3bea02
Compare
dc3693f to
0225a38
Compare
0225a38 to
5d386f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 publish to npm yourself or setup this action to publish 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@4.2.0
Minor Changes
shopify store info --store <domain>command to display metadata about a store. Supports--jsonfor machine-readable output.@shopify/cli-kit@4.2.0
Minor Changes
--portflag that validates the value is a number between 1 and 65535, for commands that accept a port.Patch Changes
@shopify/plugin-cloudflare@4.2.0
Patch Changes
@shopify/create-app@4.2.0
@shopify/app@4.2.0
Patch Changes
16d24c5:
app devnow shows a clear error when--localhost-port,--theme-app-extension-port, or--graphiql-portis given an invalid value. The port must be a number between 1 and 65535.6ac3a7e: Fix
app env pull --env-filewith absolute paths.2070cf2: Fix
app devalways prompting for storefront password59df0bc:
runThemeChecknow respects a user's.theme-check.ymlin the theme app extension root. When present, theme-check-node auto-discovery is used; otherwise the bundledtheme-check:theme-app-extensionconfig is applied as before. This lets extensions ignore source directories (e.g. asrc/folder containing uncompiled Liquid templates) without forking the CLI.edcb122: Bump Shopify/theme-tools packages:
Updated dependencies [e50cf1c]
Updated dependencies [38bc94a]
Updated dependencies [ef14e49]
Updated dependencies [334e2d4]
Updated dependencies [30895ae]
Updated dependencies [c9c2faa]
Updated dependencies [16d24c5]
Updated dependencies [16d24c5]
Updated dependencies [89535d6]
Updated dependencies [edcb122]
@shopify/organizations@4.2.0
Patch Changes
@shopify/plugin-did-you-mean@4.2.0
Patch Changes
@shopify/store@4.2.0
Patch Changes
@shopify/theme@4.2.0
Patch Changes
e50cf1c: Set localhost variants and run host header validations to prevent DNS rebinding vulnerability
38bc94a: Fix
theme devhot reload not working in the theme editor by allowing the Online Store Editor origin through the dev server's CORS policy30895ae: Bump @shopify/theme-hot-reload to address HMR issues
c9c2faa: Fix
theme devserving a same-named theme asset in response to a/cdn/extensions/...request. When a theme and an installed app extension shared an asset filename (e.g.app.js), the local dev server's theme matcher swallowed the extension URL prefix and returned the theme file. Extension asset requests now fall through to the CDN proxy (or to a locally-developed extension's filesystem) as intended.16d24c5:
theme devnow shows a clear error when--portis given an invalid value, instead of crashing. The port must be a number between 1 and 65535.89535d6: Fix
theme devpreview occasionally rendering the live theme by preserving the Shopify_shopify_essentialcookie in redirectsedcb122: Bump Shopify/theme-tools packages:
Updated dependencies [ef14e49]
Updated dependencies [334e2d4]
Updated dependencies [16d24c5]
@shopify/ui-extensions-dev-console-app@4.2.0