hydrogen/Bump cli-hydrogen to 12.0.1 (main)#7767
Open
fredericoo wants to merge 1 commit into
Open
Conversation
Bundle the Hydrogen CLI release in Shopify CLI so main picks up the latest Hydrogen command metadata and dependency updates. Regenerate the CLI manifest, README, and Shopify dev docs data from the new plugin output.
graygilmore
approved these changes
Jun 9, 2026
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@12.0.1. 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%4012.0.1
WHAT is this pull request doing?
@shopify/cli-hydrogenfrom11.1.10to12.0.1.@shopify/cli.Release notes included in this Hydrogen CLI release:
createCartHandlerso custom cart fragments can use their generated fragment types.How to test your changes?
npm view @shopify/cli-hydrogen@latest versionnpm install --dry-run --prefix <tmp> @shopify/cli-hydrogen@12.0.1shadowenv exec pnpm -- i --frozen-lockfileshadowenv exec pnpm -- graphql-codegenshadowenv exec pnpm -- refresh-manifestsshadowenv exec pnpm -- test:regenerate-snapshotsshadowenv exec pnpm -- build-api-docsshadowenv exec pnpm -- build-dev-docsPost-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