Skip to content

Conversation

shopify-github-actions-access[bot]
Copy link
Contributor

@shopify-github-actions-access shopify-github-actions-access bot commented Jul 29, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@shopify/mini-oxygen@3.3.0

Minor Changes

  • Upgrade Miniflare from v2 to v4 in mini-oxygen package. (#3039) by @kdaviduik

    • Internal MiniOxygen API has been refactored to work with Miniflare v4's new architecture.
    • Simplified MiniOxygen class - no longer extends MiniflareCore.
    • Updated global fetch handling to use Miniflare v4's outboundService API.
    • Fixed test infrastructure to use project-relative temporary directories.
    • Added support for Oxygen compatibility parameters (compatibilityDate, compatibilityFlags).
    • Removed dependency on multiple @miniflare/* packages in favor of the consolidated miniflare package.

Patch Changes

@shopify/cli-hydrogen@12.0.0

Patch Changes

  • Fix defer/streaming in development & preview (#3039) by @kdaviduik

  • Upgrade Miniflare from v2 to v4 in mini-oxygen package. (#3039) by @kdaviduik

    • Internal MiniOxygen API has been refactored to work with Miniflare v4's new architecture.
    • Simplified MiniOxygen class - no longer extends MiniflareCore.
    • Updated global fetch handling to use Miniflare v4's outboundService API.
    • Fixed test infrastructure to use project-relative temporary directories.
    • Added support for Oxygen compatibility parameters (compatibilityDate, compatibilityFlags).
    • Removed dependency on multiple @miniflare/* packages in favor of the consolidated miniflare package.
  • Add fulfillmentStatus to CAAPI order query and route (#3039) by @kdaviduik

  • Add --force-client-sourcemap flag support to the deploy command (#3039) by @kdaviduik

  • Unpin react-router and react-router-dom versions in the skeleton template (#3039) by @kdaviduik

  • Implement proper environment variable quoting for shell metacharacters in env pull command (#3050) by @juanpprieto

  • Add support for Vite v7 [.] exports (#3039) by @kdaviduik

  • Add @inContext language support to Customer Account API mutations (#3039) by @kdaviduik

  • Updated dependencies [ae7bedc89c1968b4a035f421b5ee6908f6376b1b, ae7bedc89c1968b4a035f421b5ee6908f6376b1b]:

    • @shopify/mini-oxygen@3.3.0

@shopify/create-hydrogen@5.0.25

Patch Changes

  • Upgrade Miniflare from v2 to v4 in mini-oxygen package. (#3039) by @kdaviduik

    • Internal MiniOxygen API has been refactored to work with Miniflare v4's new architecture.
    • Simplified MiniOxygen class - no longer extends MiniflareCore.
    • Updated global fetch handling to use Miniflare v4's outboundService API.
    • Fixed test infrastructure to use project-relative temporary directories.
    • Added support for Oxygen compatibility parameters (compatibilityDate, compatibilityFlags).
    • Removed dependency on multiple @miniflare/* packages in favor of the consolidated miniflare package.
  • Add fulfillmentStatus to CAAPI order query and route (#3039) by @kdaviduik

  • Unpin react-router and react-router-dom versions in the skeleton template (#3039) by @kdaviduik

  • Add @inContext language support to Customer Account API mutations (#3039) by @kdaviduik

@shopify/hydrogen@2025.5.1

Patch Changes

  • Fix GraphQL client development warnings (#3108) by @juanpprieto

    Updates @shopify/graphql-client from v1.4.0 to v1.4.1 to resolve sourcemap warnings and pre-optimizes the dependency in Vite configuration to prevent unexpected page reloads during development.

    What's fixed:

    • Eliminates sourcemap warnings: "Sourcemap for '/node_modules/@shopify/graphql-client/dist/graphql-client/graphql-client.mjs' points to missing source files"
    • Prevents "new dependencies optimized" messages and automatic page reloads during development

    Technical changes:

    • Updated @shopify/graphql-client dependency to v1.4.1 which includes proper sourcemap generation
    • Added @shopify/graphql-client to Vite's optimizeDeps.include array for pre-optimization
  • Fix and upgrade /graphiql route (#3039) by @kdaviduik

  • Add GraphQL @defer directive support to storefront client (#3039) by @kdaviduik

  • Updated dependencies [ae7bedc89c1968b4a035f421b5ee6908f6376b1b, 1bff1dac122eed09583dce54fc83a19ababddfca, b79e92f775cadecf6ab21de536f86c4f34bf1bde, ae7bedc89c1968b4a035f421b5ee6908f6376b1b]:

    • @shopify/hydrogen-react@2025.5.1

@shopify/hydrogen-react@2025.5.1

Patch Changes

  • Upgrade Miniflare from v2 to v4 in mini-oxygen package. (#3039) by @kdaviduik

    • Internal MiniOxygen API has been refactored to work with Miniflare v4's new architecture.
    • Simplified MiniOxygen class - no longer extends MiniflareCore.
    • Updated global fetch handling to use Miniflare v4's outboundService API.
    • Fixed test infrastructure to use project-relative temporary directories.
    • Added support for Oxygen compatibility parameters (compatibilityDate, compatibilityFlags).
    • Removed dependency on multiple @miniflare/* packages in favor of the consolidated miniflare package.
  • Fixed parseMetafield to correctly handle money type metafields with currency_code (#3072) by @juanpprieto

    • Transform currency_code (from Storefront API) to currencyCode (expected by MoneyV2 type)
    • Maintain backward compatibility for metafields already using currencyCode
    • Add tests for both snake_case and camelCase formats

    Fixes parseMetafield works incorrectly with 'money' type metafields #3071

  • Replace deprecated faker.internet.color() with faker.color.rgb() (#2985) by @emmanuel-ferdman

  • Add @inContext language support to Customer Account API mutations (#3039) by @kdaviduik

skeleton@2025.5.3

Patch Changes

  • Fix defer/streaming in development & preview (#3039) by @kdaviduik

  • Upgrade Miniflare from v2 to v4 in mini-oxygen package. (#3039) by @kdaviduik

    • Internal MiniOxygen API has been refactored to work with Miniflare v4's new architecture.
    • Simplified MiniOxygen class - no longer extends MiniflareCore.
    • Updated global fetch handling to use Miniflare v4's outboundService API.
    • Fixed test infrastructure to use project-relative temporary directories.
    • Added support for Oxygen compatibility parameters (compatibilityDate, compatibilityFlags).
    • Removed dependency on multiple @miniflare/* packages in favor of the consolidated miniflare package.
  • Add fulfillmentStatus to CAAPI order query and route (#3039) by @kdaviduik

  • Add GraphQL @defer directive support to storefront client (#3039) by @kdaviduik

  • Unpin react-router and react-router-dom versions in the skeleton template (#3039) by @kdaviduik

  • Add @inContext language support to Customer Account API mutations (#3039) by @kdaviduik

  • Updated dependencies [48cbd450699a29a5667bee7174f3856430508ecc, ae7bedc89c1968b4a035f421b5ee6908f6376b1b, ae7bedc89c1968b4a035f421b5ee6908f6376b1b]:

    • @shopify/hydrogen@2025.5.1

Copy link
Contributor

shopify bot commented Jul 29, 2025

Oxygen deployed a preview of your changeset-release/main branch. Details:

Storefront Status Preview link Deployment details Last update (UTC)
Skeleton (skeleton.hydrogen.shop) ✅ Successful (Logs) Preview deployment Inspect deployment August 19, 2025 6:15 PM
custom-cart-method ✅ Successful (Logs) Preview deployment Inspect deployment August 19, 2025 6:15 PM
classic-remix ✅ Successful (Logs) Preview deployment Inspect deployment August 19, 2025 6:15 PM
metaobjects ✅ Successful (Logs) Preview deployment Inspect deployment August 19, 2025 6:15 PM
third-party-queries-caching ✅ Successful (Logs) Preview deployment Inspect deployment August 19, 2025 6:15 PM

Learn more about Hydrogen's GitHub integration.

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from c14683f to eeaa0df Compare August 4, 2025 22:21
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 43acb0d to c0c45d8 Compare August 13, 2025 16:58
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from ec558b5 to efa1bd1 Compare August 21, 2025 20:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from efa1bd1 to ea6b241 Compare August 22, 2025 03:57
@juanpprieto juanpprieto reopened this Aug 22, 2025
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.

parseMetafield works incorrectly with 'money' type metafields
1 participant