hydrogen/Bump cli-hydrogen to 13.0.0 (main)#7767
Merged
Merged
Conversation
graygilmore
approved these changes
Jun 9, 2026
auto-merge was automatically disabled
June 15, 2026 13:47
Pull request was converted to draft
c53c9b7 to
60aeec4
Compare
andguy95
approved these changes
Jun 15, 2026
60aeec4 to
20535b3
Compare
Update Shopify CLI's bundled @shopify/cli-hydrogen dependency to the latest 13.0.0 release so hydrogen commands pick up the new deploy metadata and package fixes. Keep this as the existing single changeset for the PR, regenerate the lockfile, and update the generated CLI manifest plus shopify.dev command docs for the new deploy flags. Assisted-By: devx/97be8791-5a55-437c-a6a3-2e7f331450a3
20535b3 to
d635ca3
Compare
EvilGenius13
approved these changes
Jul 2, 2026
isaacroldan
approved these changes
Jul 2, 2026
Regenerate the shopify.dev docs data after bumping @shopify/cli-hydrogen so CI freshness checks see the same command metadata output. Generated via the docs generator from the updated Hydrogen command interfaces. Assisted-By: devx/27fcac67-47ed-4fb7-b2fa-d5cc2b9dbc77
auto-merge was automatically disabled
July 2, 2026 17:24
Pull request was converted to draft
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.
WHY are these changes introduced?
The latest Hydrogen release published
@shopify/cli-hydrogen@13.0.0. Shopify CLI needs to bundle that version soshopify hydrogencommands pick up the latest Hydrogen CLI release.Hydrogen release notes: https://github.com/Shopify/hydrogen/releases/tag/%40shopify/cli-hydrogen%4013.0.0
WHAT is this pull request doing?
@shopify/cli-hydrogenfrom11.1.10to13.0.0.@shopify/cli.Release notes included in this Hydrogen CLI release:
hydrogen deployflags and environment variables for configuring Oxygen client assets and worker output directories.dist/clientanddist/serverfallbacks.0.0.0-preview-*Hydrogen versions tonode --run buildwhen no build command is provided.@shopify/mini-oxygento4.2.0.How to test your changes?
npm view @shopify/cli-hydrogen@13.0.0 versionshadowenv exec pnpm -- i --frozen-lockfilenode -e 'JSON.parse(require("fs").readFileSync("packages/cli/oclif.manifest.json", "utf8")); JSON.parse(require("fs").readFileSync("docs-shopify.dev/generated/generated_docs_data_v2.json", "utf8"));'shadowenv exec pnpm -- build-api-docsgit diff --checkshadowenv exec pnpm -- graphql-codegenfails because local schema files are missing forbulkOperations,storeBusinessPlatformDestinations, andstoreBusinessPlatformOrganizations.shadowenv exec pnpm -- refresh-manifestsfails beforepackages/cligeneration because@shopify/storecurrently hits an@oclif/core@4.8.3/@oclif/core@4.11.4type split.shadowenv exec pnpm -- build-dev-docsfails on the same@shopify/storebuild issue.Post-release steps
No stable patch PR for this bump because this is a major
@shopify/cli-hydrogenversion bump.After the Shopify CLI release that includes this PR, Hydrogen should follow up by updating the skeleton template's
@shopify/cliversion if this Hydrogen CLI release contained actual CLI code changes.Checklist