Skip to content

hydrogen/Bump cli-hydrogen to 11.1.14 (main)#7234

Open
itsjustriley wants to merge 1 commit intomainfrom
update-cli-hydrogen-11.1.14
Open

hydrogen/Bump cli-hydrogen to 11.1.14 (main)#7234
itsjustriley wants to merge 1 commit intomainfrom
update-cli-hydrogen-11.1.14

Conversation

@itsjustriley
Copy link
Copy Markdown
Contributor

@itsjustriley itsjustriley commented Apr 9, 2026

Bumps `@shopify/cli-hydrogen` from `11.1.10` to `11.1.14`.

This is the main branch PR (no changeset). See the stable branch PR for the changeset and actual release.

Release Notes

@shopify/cli-hydrogen@11.1.14 (Hydrogen 2026.4.0)

Patch Changes

  • Widen React Router peer dependencies from exact versions to caret ranges (^7.12.0). Allows Hydrogen projects to use newer React Router minor versions without peer dependency conflicts with npm's strict resolver. (#3677)

  • Update Storefront API and Customer Account API from 2026-01 to 2026-04. (#3651)

    Breaking changes

    JSON metafield values limited to 128KB: When using API version 2026-04 or later, the Storefront API limits JSON type metafield writes to 128KB. Apps created after April 1, 2026 are subject to this limit; existing apps are grandfathered at 2MB.

    New MERCHANDISE_LINE_TRANSFORMERS_RUN_ERROR cart error code: Cart operations now return a specific error code when a Cart Transform Function fails, instead of the generic INVALID code.

  • Remove proxyStandardRoutes option from createRequestHandler. The Storefront API proxy is now always enabled. (#3649)

  • Enable backend consent mode for Customer Privacy API — window.Shopify.customerPrivacy.backendConsentEnabled is now set to true automatically. (#3649)

@shopify/cli-hydrogen@11.1.13 (Hydrogen 2026.1.4)

Patch Changes

  • Add Storefront MCP proxy support to enable AI agent integration. Hydrogen now automatically proxies requests to /api/mcp to Shopify's Storefront MCP server. (#3572)

  • Remove redundant Storefront API proxy route from skeleton template. (#3572)

  • GraphQL access denied error is now handled as an expected user error. (#3654)

@shopify/cli-hydrogen@11.1.11 (Hydrogen 2026.1.2)

  • Update SFAPI and CAAPI to 2026-01 version. (#3601)

Related PRs

@itsjustriley itsjustriley force-pushed the update-cli-hydrogen-11.1.14 branch from a29a29b to bc5e6f0 Compare April 9, 2026 19:30
@itsjustriley itsjustriley force-pushed the update-cli-hydrogen-11.1.14 branch from bc5e6f0 to a6b19ec Compare April 9, 2026 19:35
@itsjustriley itsjustriley marked this pull request as ready for review April 9, 2026 19:36
@itsjustriley itsjustriley requested a review from a team as a code owner April 9, 2026 19:36
Copilot AI review requested due to automatic review settings April 9, 2026 19:36
@itsjustriley itsjustriley marked this pull request as draft April 9, 2026 19:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the monorepo’s CLI tooling to use @shopify/cli-hydrogen@11.1.14, aligning Shopify CLI’s Hydrogen integration with the latest Hydrogen 2026.4.0 patch release.

Changes:

  • Bump @shopify/cli-hydrogen from 11.1.1011.1.14 in packages/cli.
  • Update pnpm-lock.yaml to reflect the new @shopify/cli-hydrogen version and its resolved dependency graph (including updated peer dependency ranges).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/cli/package.json Updates the devDependency version for @shopify/cli-hydrogen to 11.1.14.
pnpm-lock.yaml Updates lockfile entries for @shopify/cli-hydrogen@11.1.14 and related resolution/peer dependency metadata.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

is-wsl: 2.2.0
js-yaml: 3.14.2
minimatch: 9.0.9
minimatch: 9.0.8
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lockfile update includes several transitive version downgrades (e.g., minimatch 9.0.9→9.0.8 and related semver/strip-ansi changes) that don’t appear to be required by the @shopify/cli-hydrogen 11.1.14 bump itself. If this wasn’t intentional, consider re-running the update using a targeted pnpm up @shopify/cli-hydrogen@11.1.14 --filter packages/cli... (or reverting unrelated lockfile churn) so the PR only contains the dependency bump and its direct resolution changes.

Suggested change
minimatch: 9.0.8
minimatch: 9.0.9

Copilot uses AI. Check for mistakes.
Consolidates cli-hydrogen updates for Hydrogen 2026.1.2, 2026.1.4, and
2026.4.0 releases. Notable changes included:
- Widen React Router peer deps from exact to caret ranges (^7.12.0)
- Update Storefront API and CAAPI from 2026-01 to 2026-04 (breaking)
- Add Storefront MCP proxy support (/api/mcp endpoint)
- Remove proxyStandardRoutes option (proxy now always enabled)
- Enable backend consent mode for Customer Privacy API
- GraphQL access denied errors now handled as expected user errors

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@itsjustriley itsjustriley force-pushed the update-cli-hydrogen-11.1.14 branch from a6b19ec to 06e6dd1 Compare April 9, 2026 19:40
@itsjustriley itsjustriley marked this pull request as ready for review April 9, 2026 20:04
@itsjustriley itsjustriley requested a review from a team as a code owner April 9, 2026 20:04
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.

3 participants