Merged
Conversation
Contributor
|
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
5a5c70f to
b239e8a
Compare
a180ab2 to
ee3465d
Compare
ee3465d to
f5c0865
Compare
itsjustriley
approved these changes
Apr 17, 2026
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.
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/cli-hydrogen@11.1.16
Patch Changes
Updated route scaffolding and JS transpilation to import from
react-routerinstead of the deprecated@shopify/remix-oxygen. (#3621) by @fredericooFix
set-cookie-parserandcookieresolution warnings duringdevby using Vite's nested dependency syntax (react-router > dep). These are CJS transitive dependencies ofreact-routerthat weren't resolvable by bare name with strict package managers like pnpm. (#3698) by @fredericoo@shopify/create-hydrogen@5.0.35
Patch Changes
Updated route scaffolding and JS transpilation to import from
react-routerinstead of the deprecated@shopify/remix-oxygen. (#3621) by @fredericooFix
set-cookie-parserandcookieresolution warnings duringdevby using Vite's nested dependency syntax (react-router > dep). These are CJS transitive dependencies ofreact-routerthat weren't resolvable by bare name with strict package managers like pnpm. (#3698) by @fredericoo@shopify/hydrogen@2026.4.1
Patch Changes
Fix cart operations failing on stores without
VisitorConsenttype (#3720) by @itsjustrileyCart operations (like
cart.setMetafields()) were unconditionally including thevisitorConsentparameter in GraphQL operations, even when not being used. This caused failures on stores whose Storefront API schema doesn't include theVisitorConsenttype (older API versions or certain store configurations).The
visitorConsentparameter is now only included in cart GraphQL operations when explicitly provided. This restores compatibility with stores that don't support theVisitorConsenttype while preserving the feature for users who need it.Updated dependencies [
f84ab400c62d89827574d0fa65ba310a2e75f36f]:@shopify/hydrogen-react@2026.4.1
Patch Changes
Fix cart operations failing on stores without
VisitorConsenttype (#3720) by @itsjustrileyCart operations (like
cart.setMetafields()) were unconditionally including thevisitorConsentparameter in GraphQL operations, even when not being used. This caused failures on stores whose Storefront API schema doesn't include theVisitorConsenttype (older API versions or certain store configurations).The
visitorConsentparameter is now only included in cart GraphQL operations when explicitly provided. This restores compatibility with stores that don't support theVisitorConsenttype while preserving the feature for users who need it.@shopify/remix-oxygen@3.0.3
Patch Changes
@shopify/remix-oxygen. This package is a pass-through layer — all types and utilities it re-exports are available directly fromreact-router. ForcreateRequestHandler, use@shopify/hydrogen/oxygeninstead. ForgetStorefrontHeaders, use@shopify/hydrogen. (#3621) by @fredericooskeleton@2026.4.1
Patch Changes
Fix
set-cookie-parserandcookieresolution warnings duringdevby using Vite's nested dependency syntax (react-router > dep). These are CJS transitive dependencies ofreact-routerthat weren't resolvable by bare name with strict package managers like pnpm. (#3698) by @fredericooUpdated dependencies [
f84ab400c62d89827574d0fa65ba310a2e75f36f]: