Skip to content

Version Packages - main#7672

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages - main#7672
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

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

  • 43520bc: Add shopify store info --store <domain> command to display metadata about a store. Supports --json for machine-readable output.

@shopify/cli-kit@4.2.0

Minor Changes

  • 16d24c5: Add a reusable --port flag that validates the value is a number between 1 and 65535, for commands that accept a port.

Patch Changes

  • ef14e49: Improve the error shown when theme commands use an Admin API token that is missing required theme access scopes.
  • 334e2d4: Open the browser immediately when starting an interactive login flow instead of waiting for a keypress.

@shopify/plugin-cloudflare@4.2.0

Patch Changes

  • Updated dependencies [ef14e49]
  • Updated dependencies [334e2d4]
  • Updated dependencies [16d24c5]
    • @shopify/cli-kit@4.2.0

@shopify/create-app@4.2.0

@shopify/app@4.2.0

Minor Changes

  • e9e8ed7: Allow Flow action extension URLs to be written as relative paths that are resolved against the application URL during dev and deploy

Patch Changes

  • 16d24c5: app dev now shows a clear error when --localhost-port, --theme-app-extension-port, or --graphiql-port is given an invalid value. The port must be a number between 1 and 65535.

  • 6ac3a7e: Fix app env pull --env-file with absolute paths.

  • 2070cf2: Fix app dev always prompting for storefront password

  • 59df0bc: runThemeCheck now respects a user's .theme-check.yml in the theme app extension root. When present, theme-check-node auto-discovery is used; otherwise the bundled theme-check:theme-app-extension config is applied as before. This lets extensions ignore source directories (e.g. a src/ folder containing uncompiled Liquid templates) without forking the CLI.

  • edcb122: Bump Shopify/theme-tools packages:

    • @shopify/theme-check-node: 3.26.0 → 3.26.1
    • @shopify/theme-language-server-node: 2.21.2 → 2.21.3
  • 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/theme@4.2.0
    • @shopify/cli-kit@4.2.0
    • @shopify/organizations@4.2.0
    • @shopify/plugin-cloudflare@4.2.0

@shopify/organizations@4.2.0

Patch Changes

  • Updated dependencies [ef14e49]
  • Updated dependencies [334e2d4]
  • Updated dependencies [16d24c5]
    • @shopify/cli-kit@4.2.0

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

Patch Changes

  • Updated dependencies [ef14e49]
  • Updated dependencies [334e2d4]
  • Updated dependencies [16d24c5]
    • @shopify/cli-kit@4.2.0

@shopify/store@4.2.0

Patch Changes

  • Updated dependencies [ef14e49]
  • Updated dependencies [334e2d4]
  • Updated dependencies [16d24c5]
    • @shopify/cli-kit@4.2.0
    • @shopify/organizations@4.2.0

@shopify/theme@4.2.0

Patch Changes

  • e50cf1c: Set localhost variants and run host header validations to prevent DNS rebinding vulnerability

  • 38bc94a: Fix theme dev hot reload not working in the theme editor by allowing the Online Store Editor origin through the dev server's CORS policy

  • 30895ae: Bump @shopify/theme-hot-reload to address HMR issues

  • c9c2faa: Fix theme dev serving 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 dev now shows a clear error when --port is given an invalid value, instead of crashing. The port must be a number between 1 and 65535.

  • 89535d6: Fix theme dev preview occasionally rendering the live theme by preserving the Shopify _shopify_essential cookie in redirects

  • edcb122: Bump Shopify/theme-tools packages:

    • @shopify/theme-check-node: 3.26.0 → 3.26.1
    • @shopify/theme-language-server-node: 2.21.2 → 2.21.3
  • Updated dependencies [ef14e49]

  • Updated dependencies [334e2d4]

  • Updated dependencies [16d24c5]

    • @shopify/cli-kit@4.2.0

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

@github-actions github-actions Bot requested review from a team as code owners May 29, 2026 17:35
@github-actions github-actions Bot force-pushed the changeset-release/main branch 25 times, most recently from 5a4159f to 22996bf Compare June 4, 2026 08:46
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 060724c to a3bea02 Compare June 8, 2026 15:21
@github-actions github-actions Bot force-pushed the changeset-release/main branch 24 times, most recently from bc9aa6b to 768fba8 Compare June 15, 2026 12:03
@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label Jun 15, 2026
@github-actions

Copy link
Copy Markdown
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 = "4.1.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "4.2.0";
\ No newline at end of file

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from fab6ef3 to ea0e7cf Compare June 15, 2026 15:51
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ea0e7cf to 786a618 Compare June 15, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants