Skip to content

Update Weaverse to @shopify/hydrogen-react@2025.10.0 #341

@paul-phan

Description

@paul-phan

Summary

Update Weaverse Hydrogen theme to use the latest @shopify/hydrogen-react@2025.10.0 release.

Release Notes

@shopify/hydrogen-react@2025.10.0 includes:

Major Changes

  • Update Storefront API and Customer Account API to version 2025-10

Minor Changes

  • Add visitorConsent support to @incontext directive for Storefront API parity
    • Note: Most Hydrogen storefronts do NOT need this feature
    • Primarily intended for Checkout Kit and non-Hydrogen integrations

Patch Changes

  1. AddToCartButton parent prop - Allows adding items as children of an existing cart line (for warranties, gift wrapping, add-ons)

    <AddToCartButton parent={{lineId: 'cart-line-id'}} />
    <AddToCartButton parent={{merchandiseId: 'variant-id'}} />
  2. New metafield types

    • article_reference
    • list.article_reference

Tasks

  • Update @shopify/hydrogen-react dependency to 2025.10.0
  • Test Storefront API 2025-10 compatibility
  • Verify AddToCartButton parent prop works correctly
  • Test any existing metafield implementations
  • Update changelog if applicable

References

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions