hydrogen/Bump cli-hydrogen to 11.1.14 (main)#7234
Conversation
a29a29b to
bc5e6f0
Compare
bc5e6f0 to
a6b19ec
Compare
There was a problem hiding this comment.
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-hydrogenfrom11.1.10→11.1.14inpackages/cli. - Update
pnpm-lock.yamlto reflect the new@shopify/cli-hydrogenversion 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 |
There was a problem hiding this comment.
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.
| minimatch: 9.0.8 | |
| minimatch: 9.0.9 |
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>
a6b19ec to
06e6dd1
Compare
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_ERRORcart error code: Cart operations now return a specific error code when a Cart Transform Function fails, instead of the genericINVALIDcode.Remove
proxyStandardRoutesoption fromcreateRequestHandler. The Storefront API proxy is now always enabled. (#3649)Enable backend consent mode for Customer Privacy API —
window.Shopify.customerPrivacy.backendConsentEnabledis now set totrueautomatically. (#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/mcpto 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)
Related PRs