@shopify/cli 3.77.1 → 3.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/hydrogen/starter/CHANGELOG.md +67 -16
- package/dist/assets/hydrogen/starter/app/root.tsx +45 -4
- package/dist/assets/hydrogen/starter/app/routes.ts +4 -2
- package/dist/assets/hydrogen/starter/package.json +3 -3
- package/dist/{chunk-J2TFYL5Z.js → chunk-2YVR2YAE.js} +3 -3
- package/dist/{chunk-LGVMVIUY.js → chunk-35A3HBTL.js} +4 -4
- package/dist/{chunk-NKPXKN63.js → chunk-35XDICNP.js} +2 -2
- package/dist/{chunk-FGOKII2H.js → chunk-5LKOKELK.js} +36 -32
- package/dist/{chunk-YUFBJAT6.js → chunk-A5LK333I.js} +3 -3
- package/dist/{chunk-MJ5E3G6Z.js → chunk-BV6PURBM.js} +3 -3
- package/dist/{chunk-TIMSXB7V.js → chunk-C3Q6M5C3.js} +3 -3
- package/dist/{chunk-DE23IXCV.js → chunk-D2R3AM3S.js} +6 -6
- package/dist/{chunk-HL6ZWA6P.js → chunk-FIH2SHBE.js} +4 -4
- package/dist/{chunk-3LPRAP3C.js → chunk-GEAXCEGF.js} +4 -4
- package/dist/{chunk-4QUBSR5N.js → chunk-GRJWPHAK.js} +2 -2
- package/dist/{chunk-THDGA4UF.js → chunk-HLFLQFAO.js} +5 -5
- package/dist/{chunk-OZYTPWJS.js → chunk-HQF3OQCV.js} +6 -6
- package/dist/{chunk-YW77LWOY.js → chunk-ICGAJSRH.js} +3 -3
- package/dist/{chunk-CYZVSCKE.js → chunk-IJLYOQTB.js} +2 -2
- package/dist/{chunk-7N6KTS5H.js → chunk-K6OZPDRE.js} +3 -3
- package/dist/{chunk-7TDJWEEF.js → chunk-KJNPOPZU.js} +4 -4
- package/dist/{chunk-V24VKC54.js → chunk-KKK42SBP.js} +3 -3
- package/dist/{chunk-IDLVFDLS.js → chunk-KUVHPVGH.js} +3 -3
- package/dist/{chunk-V2EXSXIB.js → chunk-MLQTLKNQ.js} +2 -2
- package/dist/{chunk-Y7SMROY2.js → chunk-N2GQBM45.js} +13 -4
- package/dist/{chunk-YKGXAR4K.js → chunk-NCYK3NPS.js} +119 -97
- package/dist/{chunk-VSKRQ3JT.js → chunk-QAKYKTFV.js} +2 -1
- package/dist/{chunk-KMLSEENO.js → chunk-QVDCZMPL.js} +3 -3
- package/dist/{chunk-7Z57GKMD.js → chunk-R2JN4S25.js} +4 -4
- package/dist/{chunk-ODZP3BOI.js → chunk-RYZBD47F.js} +3 -3
- package/dist/{chunk-KRRCKFNF.js → chunk-S6ZWGAX6.js} +8 -8
- package/dist/{chunk-ZPXCGFEZ.js → chunk-TQMZLUGH.js} +5 -5
- package/dist/{chunk-5Y3LMFTE.js → chunk-UDNM674J.js} +3 -3
- package/dist/{chunk-RXPX6QL6.js → chunk-VAMD3FV3.js} +4 -4
- package/dist/{chunk-DXETR7HO.js → chunk-VNCW4T6F.js} +4 -4
- package/dist/{chunk-PFXZ73LI.js → chunk-VNKMVUTV.js} +5 -5
- package/dist/{chunk-JA44NPON.js → chunk-VTV2W43J.js} +3 -3
- package/dist/{chunk-G2Z2JNWZ.js → chunk-WM4XS6OG.js} +3 -3
- package/dist/{chunk-F7YDVUG6.js → chunk-WVISX7R6.js} +2 -2
- package/dist/{chunk-NMVJRPWT.js → chunk-XSNERQSV.js} +2 -2
- package/dist/cli/commands/auth/logout.js +12 -12
- package/dist/cli/commands/auth/logout.test.js +13 -13
- package/dist/cli/commands/cache/clear.js +11 -11
- package/dist/cli/commands/debug/command-flags.js +11 -11
- package/dist/cli/commands/docs/generate.js +11 -11
- package/dist/cli/commands/docs/generate.test.js +11 -11
- package/dist/cli/commands/help.js +11 -11
- package/dist/cli/commands/kitchen-sink/async.js +12 -12
- package/dist/cli/commands/kitchen-sink/async.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/index.js +14 -14
- package/dist/cli/commands/kitchen-sink/index.test.js +14 -14
- package/dist/cli/commands/kitchen-sink/prompts.js +12 -12
- package/dist/cli/commands/kitchen-sink/prompts.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/static.js +12 -12
- package/dist/cli/commands/kitchen-sink/static.test.js +12 -12
- package/dist/cli/commands/notifications/generate.js +12 -12
- package/dist/cli/commands/notifications/list.js +12 -12
- package/dist/cli/commands/search.js +12 -12
- package/dist/cli/commands/upgrade.js +12 -12
- package/dist/cli/commands/version.js +12 -12
- package/dist/cli/commands/version.test.js +12 -12
- package/dist/cli/services/commands/notifications.js +7 -7
- package/dist/cli/services/commands/search.js +3 -3
- package/dist/cli/services/commands/search.test.js +3 -3
- package/dist/cli/services/commands/version.js +4 -4
- package/dist/cli/services/commands/version.test.js +5 -5
- package/dist/cli/services/kitchen-sink/async.js +3 -3
- package/dist/cli/services/kitchen-sink/prompts.js +3 -3
- package/dist/cli/services/kitchen-sink/static.js +3 -3
- package/dist/cli/services/upgrade.js +4 -4
- package/dist/cli/services/upgrade.test.js +5 -5
- package/dist/{custom-oclif-loader-OE7KHHEX.js → custom-oclif-loader-URFPN7T5.js} +3 -3
- package/dist/data/default_setting_values.json +0 -56
- package/dist/data/latest.json +1 -1
- package/dist/{error-handler-CLK6ULQD.js → error-handler-JMG43AG2.js} +9 -9
- package/dist/hooks/postrun.js +7 -7
- package/dist/hooks/prerun.js +8 -8
- package/dist/index.js +48307 -10869
- package/dist/{lib-SGEWXU7Z.js → lib-IZAG57CE.js} +2 -2
- package/dist/{local-YA7BWRS4.js → local-VNB4TMEI.js} +3 -3
- package/dist/{morph-UGAQHTEA.js → morph-W4XLLZ47.js} +9 -9
- package/dist/{node-66AIONQH.js → node-4XPDXMES.js} +15 -15
- package/dist/{node-package-manager-BD2U7LUE.js → node-package-manager-GL4PGGZJ.js} +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-UIXIY6XH.js → ui-LKIZMLKP.js} +3 -3
- package/dist/{workerd-VYNSPDCR.js → workerd-RCIF7HOL.js} +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +10 -8
- package/dist/assets/hydrogen/starter/app/layout.tsx +0 -46
|
@@ -17,11 +17,11 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-R2JN4S25.js";
|
|
21
21
|
import "./chunk-B5EXYCV3.js";
|
|
22
22
|
import "./chunk-75LV6AQS.js";
|
|
23
23
|
import "./chunk-57Q6OQG4.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-QAKYKTFV.js";
|
|
25
25
|
import "./chunk-G5R6YD27.js";
|
|
26
26
|
import "./chunk-3I3GQNEW.js";
|
|
27
27
|
import "./chunk-G2ZZKGSV.js";
|
|
@@ -51,4 +51,4 @@ export {
|
|
|
51
51
|
renderTextPrompt,
|
|
52
52
|
renderWarning
|
|
53
53
|
};
|
|
54
|
-
//# sourceMappingURL=ui-
|
|
54
|
+
//# sourceMappingURL=ui-LKIZMLKP.js.map
|
|
@@ -10,20 +10,20 @@ import {
|
|
|
10
10
|
importLocal,
|
|
11
11
|
logRequestLine,
|
|
12
12
|
setConstructors
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-NCYK3NPS.js";
|
|
14
14
|
import "./chunk-LQ2ZKVR6.js";
|
|
15
15
|
import "./chunk-CP3BRHWK.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-VTV2W43J.js";
|
|
17
|
+
import "./chunk-VNKMVUTV.js";
|
|
18
|
+
import "./chunk-5LKOKELK.js";
|
|
19
19
|
import "./chunk-SHWOPMLQ.js";
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-D2R3AM3S.js";
|
|
21
|
+
import "./chunk-N2GQBM45.js";
|
|
22
|
+
import "./chunk-HQF3OQCV.js";
|
|
23
|
+
import "./chunk-KJNPOPZU.js";
|
|
24
24
|
import "./chunk-25IMI7TH.js";
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-MLQTLKNQ.js";
|
|
26
|
+
import "./chunk-ICGAJSRH.js";
|
|
27
27
|
import "./chunk-HMDWNGIV.js";
|
|
28
28
|
import {
|
|
29
29
|
AbortError,
|
|
@@ -32,14 +32,14 @@ import {
|
|
|
32
32
|
readFile,
|
|
33
33
|
renderSuccess,
|
|
34
34
|
source_default
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-R2JN4S25.js";
|
|
36
36
|
import "./chunk-B5EXYCV3.js";
|
|
37
37
|
import "./chunk-75LV6AQS.js";
|
|
38
38
|
import {
|
|
39
39
|
dirname,
|
|
40
40
|
resolvePath
|
|
41
41
|
} from "./chunk-57Q6OQG4.js";
|
|
42
|
-
import "./chunk-
|
|
42
|
+
import "./chunk-QAKYKTFV.js";
|
|
43
43
|
import "./chunk-G5R6YD27.js";
|
|
44
44
|
import "./chunk-3I3GQNEW.js";
|
|
45
45
|
import "./chunk-G2ZZKGSV.js";
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
init_cjs_shims
|
|
53
53
|
} from "./chunk-PKR7KJ6P.js";
|
|
54
54
|
|
|
55
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
55
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
|
|
56
56
|
init_cjs_shims();
|
|
57
57
|
import { createRequire } from "node:module";
|
|
58
58
|
async function startWorkerdServer({
|
|
@@ -171,4 +171,4 @@ async function startWorkerdServer({
|
|
|
171
171
|
export {
|
|
172
172
|
startWorkerdServer
|
|
173
173
|
};
|
|
174
|
-
//# sourceMappingURL=workerd-
|
|
174
|
+
//# sourceMappingURL=workerd-RCIF7HOL.js.map
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.78.0",
|
|
4
4
|
"packageManager": "pnpm@8.15.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "A CLI tool to build for the Shopify platform",
|
|
@@ -92,18 +92,20 @@
|
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@ast-grep/napi": "0.33.0",
|
|
95
|
-
"esbuild": "0.24.2"
|
|
95
|
+
"esbuild": "0.24.2",
|
|
96
|
+
"global-agent": "3.0.0"
|
|
96
97
|
},
|
|
97
98
|
"devDependencies": {
|
|
98
99
|
"@oclif/core": "3.26.5",
|
|
99
100
|
"@oclif/plugin-commands": "4.1.18",
|
|
100
101
|
"@oclif/plugin-plugins": "5.4.28",
|
|
101
|
-
"@shopify/app": "3.
|
|
102
|
-
"@shopify/cli-kit": "3.
|
|
103
|
-
"@shopify/plugin-cloudflare": "3.
|
|
104
|
-
"@shopify/plugin-did-you-mean": "3.
|
|
105
|
-
"@shopify/theme": "3.
|
|
106
|
-
"@shopify/cli-hydrogen": "
|
|
102
|
+
"@shopify/app": "3.78.0",
|
|
103
|
+
"@shopify/cli-kit": "3.78.0",
|
|
104
|
+
"@shopify/plugin-cloudflare": "3.78.0",
|
|
105
|
+
"@shopify/plugin-did-you-mean": "3.78.0",
|
|
106
|
+
"@shopify/theme": "3.78.0",
|
|
107
|
+
"@shopify/cli-hydrogen": "10.0.0",
|
|
108
|
+
"@types/global-agent": "3.0.0",
|
|
107
109
|
"@typescript-eslint/eslint-plugin": "7.13.1",
|
|
108
110
|
"@vitest/coverage-istanbul": "^1.6.0",
|
|
109
111
|
"esbuild-plugin-copy": "^2.1.1",
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import {useNonce, Analytics} from '@shopify/hydrogen';
|
|
2
|
-
import {
|
|
3
|
-
Links,
|
|
4
|
-
Meta,
|
|
5
|
-
Scripts,
|
|
6
|
-
useRouteLoaderData,
|
|
7
|
-
ScrollRestoration,
|
|
8
|
-
Outlet,
|
|
9
|
-
} from '@remix-run/react';
|
|
10
|
-
import resetStyles from '~/styles/reset.css?url';
|
|
11
|
-
import appStyles from '~/styles/app.css?url';
|
|
12
|
-
import {PageLayout} from '~/components/PageLayout';
|
|
13
|
-
import { RootLoader } from './root';
|
|
14
|
-
|
|
15
|
-
export default function Layout() {
|
|
16
|
-
const nonce = useNonce();
|
|
17
|
-
const data = useRouteLoaderData<RootLoader>('root');
|
|
18
|
-
|
|
19
|
-
return (
|
|
20
|
-
<html lang="en">
|
|
21
|
-
<head>
|
|
22
|
-
<meta charSet="utf-8" />
|
|
23
|
-
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
24
|
-
<link rel="stylesheet" href={resetStyles}></link>
|
|
25
|
-
<link rel="stylesheet" href={appStyles}></link>
|
|
26
|
-
<Meta />
|
|
27
|
-
<Links />
|
|
28
|
-
</head>
|
|
29
|
-
<body>
|
|
30
|
-
{data ? (
|
|
31
|
-
<Analytics.Provider
|
|
32
|
-
cart={data.cart}
|
|
33
|
-
shop={data.shop}
|
|
34
|
-
consent={data.consent}
|
|
35
|
-
>
|
|
36
|
-
<PageLayout {...data}><Outlet /></PageLayout>
|
|
37
|
-
</Analytics.Provider>
|
|
38
|
-
) : (
|
|
39
|
-
<Outlet />
|
|
40
|
-
)}
|
|
41
|
-
<ScrollRestoration nonce={nonce} />
|
|
42
|
-
<Scripts nonce={nonce} />
|
|
43
|
-
</body>
|
|
44
|
-
</html>
|
|
45
|
-
);
|
|
46
|
-
}
|