hydrogen/Bump cli-hydrogen to 11.1.8 (main)#6845
Closed
fredericoo wants to merge 1 commit intomainfrom
Closed
Conversation
Contributor
Coverage report
Test suite run success3785 tests passing in 1448 suites. Report generated by 🧪jest coverage report action from e07304d |
kdaviduik
approved these changes
Feb 10, 2026
dmerand
approved these changes
Feb 27, 2026
8af62ec to
e07304d
Compare
|
🤖 Code Review · #projects-dev-ai for questions ✅ Complete - No issues 📋 History✅ No issues |
|
We can close this one now that the new cli-hydrogen patch bump will be taken care of in these release here:
|
auto-merge was automatically disabled
March 2, 2026 21:38
Pull request was closed
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.
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