Skip to content

Commit df8f7ad

Browse files
itsjustrileyclaude
authored andcommitted
Bump cli-hydrogen to 11.1.14
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>
1 parent a480146 commit df8f7ad

7 files changed

Lines changed: 23 additions & 18 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/cli': patch
3+
---
4+
5+
Update cli-hydrogen 11.1.14

packages/app/src/cli/api/graphql/bulk-operations/generated/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export type BulkOperationStatus =
182182
* [BulkOperation.errorCode](https://shopify.dev/api/admin-graphql/latest/enums/bulkoperationerrorcode).
183183
*/
184184
| 'FAILED'
185-
/** The bulk operation is runnning. */
185+
/** The bulk operation is running. */
186186
| 'RUNNING';
187187

188188
/** The valid values for the bulk operation's type. */

packages/app/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export type Scalars = {
2626
BulkDataOperationID: { input: any; output: any; }
2727
/** The ID for a BusinessUser. */
2828
BusinessUserID: { input: any; output: any; }
29+
/** The ID for a BusinessUsersImport. */
30+
BusinessUsersImportID: { input: any; output: any; }
2931
/** A signed decimal number, which supports arbitrary precision and is serialized as a string. */
3032
Decimal: { input: any; output: any; }
3133
/** The ID for a DocumentAttachment. */

packages/cli/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,9 +1433,8 @@ USAGE
14331433
[--typescript]
14341434
14351435
ARGUMENTS
1436-
ROUTENAME (home|page|cart|products|collections|policies|blogs|account|search|robots|sitemap|tokenlessApi|all) The
1437-
route to generate. One of
1438-
home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,tokenlessApi,all.
1436+
ROUTENAME (home|page|cart|products|collections|policies|blogs|account|search|robots|sitemap|all) The route to
1437+
generate. One of home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,all.
14391438
14401439
FLAGS
14411440
-f, --force [env: SHOPIFY_HYDROGEN_FLAG_FORCE] Overwrites the destination directory and files if they

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4326,7 +4326,7 @@
43264326
],
43274327
"args": {
43284328
"routeName": {
4329-
"description": "The route to generate. One of home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,tokenlessApi,all.",
4329+
"description": "The route to generate. One of home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,all.",
43304330
"name": "routeName",
43314331
"options": [
43324332
"home",
@@ -4340,7 +4340,6 @@
43404340
"search",
43414341
"robots",
43424342
"sitemap",
4343-
"tokenlessApi",
43444343
"all"
43454344
],
43464345
"required": true

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@shopify/plugin-cloudflare": "3.92.1",
6565
"@shopify/plugin-did-you-mean": "3.92.1",
6666
"@shopify/theme": "3.92.1",
67-
"@shopify/cli-hydrogen": "11.1.10",
67+
"@shopify/cli-hydrogen": "11.1.14",
6868
"@types/global-agent": "3.0.0",
6969
"@vitest/coverage-istanbul": "^3.1.4",
7070
"esbuild-plugin-copy": "^2.1.1"

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)