Skip to content

Conversation

@fredericoo
Copy link

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.lockb and package-lock.json). (#3430)

  • Add cartGiftCardCodesAdd mutation (#3430)

    New Feature: cartGiftCardCodesAdd

    The skeleton template has been updated to use the new cartGiftCardCodesAdd mutation:

    • Removed UpdateGiftCardForm component from CartSummary.tsx
    • Added AddGiftCardForm component using CartForm.ACTIONS.GiftCardCodesAdd

    If you customized the gift card form in your project, you may want to migrate to the new Add action for simpler code.

  • Add support for nested cart line items (warranties, gift wrapping, etc.) (#3430)

    Storefront API 2025-10 introduces parentRelationship on cart line items, enabling parent-child relationships for add-ons. This update displays nested line items in the cart.

    Changes:

    • Updates GraphQL fragments to include parentRelationship and lineComponents fields
    • Updates CartMain and CartLineItem to render child line items with visual hierarchy

Full release: https://github.com/Shopify/hydrogen/releases/tag/%40shopify%2Fcli-hydrogen%4011.1.8

@fredericoo fredericoo requested review from a team as code owners February 10, 2026 18:52
@github-actions
Copy link
Contributor

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 79.63% 14485/18190
🟡 Branches 73.92% 7176/9708
🟡 Functions 79.78% 3692/4628
🟡 Lines 79.99% 13696/17122

Test suite run success

3721 tests passing in 1441 suites.

Report generated by 🧪jest coverage report action from 3173746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants