hydrogen/Bump cli-hydrogen to 11.1.8 (main) #6845
Open
+52
−69
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.
Update @shopify/cli-hydrogen to version 11.1.8
Release Notes
Patch Changes
Update Storefront API and Customer Account API to version 2025-10 (#3430)
Add support for Bun's text-based lockfile (
bun.lock) introduced in Bun 1.2, and npm's shrinkwrap lockfile (npm-shrinkwrap.json), as alternatives to their respective primary lockfiles (bun.lockbandpackage-lock.json). (#3430)Add
cartGiftCardCodesAddmutation (#3430)New Feature: cartGiftCardCodesAdd
The skeleton template has been updated to use the new
cartGiftCardCodesAddmutation:UpdateGiftCardFormcomponent fromCartSummary.tsxAddGiftCardFormcomponent usingCartForm.ACTIONS.GiftCardCodesAddIf you customized the gift card form in your project, you may want to migrate to the new
Addaction for simpler code.Add support for nested cart line items (warranties, gift wrapping, etc.) (#3430)
Storefront API 2025-10 introduces
parentRelationshipon cart line items, enabling parent-child relationships for add-ons. This update displays nested line items in the cart.Changes:
parentRelationshipandlineComponentsfieldsCartMainandCartLineItemto render child line items with visual hierarchyFull release: https://github.com/Shopify/hydrogen/releases/tag/%40shopify%2Fcli-hydrogen%4011.1.8