hydrogen/Bump cli-hydrogen to 13.0.2 (main)#8074
Merged
Merged
Conversation
andguy95
requested review from
frandiox,
fredericoo,
graygilmore and
isaacroldan
July 13, 2026 18:28
andguy95
marked this pull request as ready for review
July 13, 2026 18:29
Contributor
|
/snapit |
graygilmore
approved these changes
Jul 14, 2026
isaacroldan
approved these changes
Jul 14, 2026
Patch release includes: - Read disabled command metadata with actionable errors - Preserve actionable build errors during h2 deploy - Add explicit ~ app alias for JS projects - Skip deploy confirmation with --force - Add --force and --dry-run flags to hydrogen env push - Fix deploy asset directory resolution
Changeset moves to the stable/4.5 branch PR instead, to avoid duplicate version bumps when both branches converge.
andguy95
force-pushed
the
update-cli-hydrogen-13.0.1
branch
from
July 14, 2026 22:18
cf8f5c6 to
c130c56
Compare
Patch release includes: - Add noninteractive shop and storefront creation flags to `hydrogen link` - Use `--force` to bypass confirmation prompts in `hydrogen upgrade` Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…fy/cli into update-cli-hydrogen-13.0.1
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.
@shopify/cli-hydrogen 13.0.2
Patch Changes
Add noninteractive shop and storefront creation flags to
hydrogen link. (#3834) by @gonzaloriestraUse
--forceto bypass confirmation prompts inhydrogen upgrade. (#3835) by @gonzaloriestraFull release: https://github.com/Shopify/hydrogen/releases/tag/%40shopify/cli-hydrogen%4013.0.2
@shopify/cli-hydrogen 13.0.1
Patch Changes
Read disabled command metadata from @shopify/hydrogen and stop those commands with an actionable error. (#3846) by @graygilmore
Preserve actionable build errors during
h2 deploy. When the build step fails (for example, when thevitepackage is missing from the project), the original error and its guidance are now surfaced instead of being wrapped into a generic "Build function failed with error" message and reported as an uncaught crash. (#3848) by @bashu-shopifyAdd an explicit
~app alias to new Hydrogen projects. (#3852) by @andguy95JavaScript projects use
jsconfig.json, which is not reliably covered by Vite's nativeresolve.tsconfigPathsbehavior. New projects now define Hydrogen's~/import convention directly in the Vite config so imports like~/assets/favicon.svgwork in both TypeScript and JavaScript projects.Skip confirmation before deploying to non-preview environments with
--force. (#3832) by @gonzaloriestraAdd
--forceand--dry-runflags tohydrogen env push. (#3831) by @gonzaloriestraFix Hydrogen deploy asset directory resolution when Vite reports the client output directory as the SSR server output directory. (#3842) by @frandiox
Full release: https://github.com/Shopify/hydrogen/releases/tag/%40shopify/cli-hydrogen%4013.0.1