@shopify/cli 3.76.2 → 3.77.1
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/bundle/analyzer.html +21 -17
- package/dist/assets/hydrogen/starter/CHANGELOG.md +116 -36
- package/dist/assets/hydrogen/starter/app/layout.tsx +46 -0
- package/dist/assets/hydrogen/starter/app/root.tsx +1 -42
- package/dist/assets/hydrogen/starter/app/routes/search.tsx +4 -3
- package/dist/assets/hydrogen/starter/app/routes.ts +7 -0
- package/dist/assets/hydrogen/starter/package.json +17 -15
- package/dist/assets/hydrogen/starter/tsconfig.json +1 -1
- package/dist/assets/hydrogen/starter/vite.config.ts +2 -1
- package/dist/assets/hydrogen/tailwind/package.json +1 -1
- package/dist/assets/hydrogen/vanilla-extract/package.json +2 -2
- package/dist/assets/hydrogen/virtual-routes/assets/debug-network.css +27 -10
- package/dist/assets/hydrogen/virtual-routes/assets/styles.css +13 -2
- package/dist/assets/hydrogen/virtual-routes/layout.jsx +39 -0
- package/dist/assets/hydrogen/virtual-routes/virtual-root-with-layout.jsx +63 -0
- package/dist/assets/hydrogen/virtual-routes/virtual-root.jsx +10 -8
- package/dist/assets/hydrogen/vite/package.json +1 -1
- package/dist/assets/hydrogen/vite/vite.config.js +1 -0
- package/dist/{chunk-SROPQDQ2.js → chunk-3LPRAP3C.js} +4 -4
- package/dist/{chunk-TYXJ553W.js → chunk-4QUBSR5N.js} +2 -2
- package/dist/{chunk-ZUCWDIGE.js → chunk-57Q6OQG4.js} +2 -2
- package/dist/{chunk-AZ3SNZKH.js → chunk-5Y3LMFTE.js} +3 -3
- package/dist/{chunk-2WTNMSEA.js → chunk-7N6KTS5H.js} +3 -3
- package/dist/{chunk-BJXULBKX.js → chunk-7TDJWEEF.js} +143 -28
- package/dist/{chunk-3UYXKXR6.js → chunk-7Z57GKMD.js} +21 -8
- package/dist/{chunk-IKXB6S5W.js → chunk-CYZVSCKE.js} +2 -2
- package/dist/{chunk-SO2JXJNK.js → chunk-DE23IXCV.js} +7 -7
- package/dist/{chunk-WFJKWPG7.js → chunk-DXETR7HO.js} +4 -4
- package/dist/{chunk-DZC6PFFO.js → chunk-F7YDVUG6.js} +2 -2
- package/dist/{chunk-7ZRFR7FA.js → chunk-FGOKII2H.js} +7 -7
- package/dist/{chunk-J64C3R6H.js → chunk-G2Z2JNWZ.js} +3 -3
- package/dist/{chunk-DTR7ATW4.js → chunk-HL6ZWA6P.js} +3 -3
- package/dist/{chunk-CBRJA5VT.js → chunk-IDLVFDLS.js} +4 -4
- package/dist/{chunk-EPUCFUDR.js → chunk-J2TFYL5Z.js} +3 -3
- package/dist/{chunk-OSETU22I.js → chunk-JA44NPON.js} +3 -3
- package/dist/{chunk-WYLW7KVV.js → chunk-KMLSEENO.js} +3 -3
- package/dist/{chunk-3DV6EZ24.js → chunk-KRRCKFNF.js} +7 -7
- package/dist/{chunk-VXUNILLD.js → chunk-LGVMVIUY.js} +6 -3
- package/dist/{chunk-LLYJXSNC.js → chunk-MJ5E3G6Z.js} +3 -3
- package/dist/{chunk-MIAZDAJI.js → chunk-NKPXKN63.js} +2 -2
- package/dist/{chunk-XAK5UQFR.js → chunk-NMVJRPWT.js} +2 -2
- package/dist/{chunk-J4VMFBCX.js → chunk-ODZP3BOI.js} +3 -3
- package/dist/{chunk-WOA7JN7E.js → chunk-OZYTPWJS.js} +12 -8
- package/dist/{chunk-6RHYOJ63.js → chunk-PFXZ73LI.js} +5 -5
- package/dist/{chunk-KTICPCDH.js → chunk-RXPX6QL6.js} +4 -4
- package/dist/{chunk-PNWJ2GZC.js → chunk-THDGA4UF.js} +5 -5
- package/dist/{chunk-AHNHLXEN.js → chunk-TIMSXB7V.js} +9 -6
- package/dist/{chunk-XOWOZYS5.js → chunk-V24VKC54.js} +3 -3
- package/dist/{chunk-JMXX7A4N.js → chunk-V2EXSXIB.js} +2 -2
- package/dist/{chunk-QP45KHVL.js → chunk-Y7SMROY2.js} +214 -121
- package/dist/{chunk-TKC27SYH.js → chunk-YKGXAR4K.js} +268 -241
- package/dist/{chunk-WXONIGO7.js → chunk-YUFBJAT6.js} +5 -2
- package/dist/{chunk-KI626P2Z.js → chunk-YW77LWOY.js} +3 -3
- package/dist/{chunk-3IUNQ4LM.js → chunk-ZPXCGFEZ.js} +4 -4
- 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.d.ts +1 -0
- 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.d.ts +1 -0
- 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/configs/all.yml +39 -3
- package/dist/configs/recommended.yml +36 -0
- package/dist/configs/theme-app-extension.yml +3 -3
- package/dist/{custom-oclif-loader-FMEBF4P4.js → custom-oclif-loader-OE7KHHEX.js} +3 -3
- package/dist/data/filters.json +270 -327
- package/dist/data/latest.json +1 -1
- package/dist/data/objects.json +1482 -3709
- package/dist/data/preset.json +6 -0
- package/dist/data/preset_blocks.json +6 -0
- package/dist/data/setting.json +167 -50
- package/dist/data/tags.json +45 -101
- package/dist/{error-handler-AMKMVQCR.js → error-handler-CLK6ULQD.js} +9 -9
- package/dist/hooks/postrun.js +7 -7
- package/dist/hooks/prerun.js +8 -8
- package/dist/index.js +6785 -2452
- package/dist/{local-2RXSPQ2I.js → local-YA7BWRS4.js} +3 -3
- package/dist/{morph-WRZ7XCTF.js → morph-UGAQHTEA.js} +9 -9
- package/dist/{node-X35R6UYP.js → node-66AIONQH.js} +15 -15
- package/dist/{node-package-manager-3GAIXEER.js → node-package-manager-BD2U7LUE.js} +4 -4
- package/dist/{path-GWAZZN2N.js → path-2K5HIMHZ.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-MTRH5XFP.js → ui-UIXIY6XH.js} +3 -3
- package/dist/{workerd-EHYW43DG.js → workerd-VYNSPDCR.js} +14 -14
- package/oclif.manifest.json +24 -19
- package/package.json +7 -7
|
@@ -23,10 +23,10 @@ import {
|
|
|
23
23
|
themeToken,
|
|
24
24
|
useEmbeddedThemeCLI,
|
|
25
25
|
useThemebundling
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-7Z57GKMD.js";
|
|
27
27
|
import "./chunk-B5EXYCV3.js";
|
|
28
28
|
import "./chunk-75LV6AQS.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-57Q6OQG4.js";
|
|
30
30
|
import "./chunk-VSKRQ3JT.js";
|
|
31
31
|
import "./chunk-G5R6YD27.js";
|
|
32
32
|
import "./chunk-3I3GQNEW.js";
|
|
@@ -63,4 +63,4 @@ export {
|
|
|
63
63
|
useEmbeddedThemeCLI,
|
|
64
64
|
useThemebundling
|
|
65
65
|
};
|
|
66
|
-
//# sourceMappingURL=local-
|
|
66
|
+
//# sourceMappingURL=local-YA7BWRS4.js.map
|
|
@@ -190638,18 +190638,18 @@ Node text: ${this._forgottenText}`), new common.errors.InvalidOperationError(mes
|
|
|
190638
190638
|
}
|
|
190639
190639
|
});
|
|
190640
190640
|
|
|
190641
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
190641
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/index.js
|
|
190642
190642
|
init_cjs_shims();
|
|
190643
190643
|
var import_ts_morph2 = __toESM(require_ts_morph(), 1);
|
|
190644
190644
|
|
|
190645
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
190645
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/classes.js
|
|
190646
190646
|
init_cjs_shims();
|
|
190647
190647
|
var import_ts_morph = __toESM(require_ts_morph(), 1);
|
|
190648
190648
|
|
|
190649
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
190649
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/functions.js
|
|
190650
190650
|
init_cjs_shims();
|
|
190651
190651
|
|
|
190652
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
190652
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/utils.js
|
|
190653
190653
|
init_cjs_shims();
|
|
190654
190654
|
function getJsDocOrCreate(node) {
|
|
190655
190655
|
return node.getJsDocs().at(-1) || node.addJsDoc({ description: `
|
|
@@ -190663,7 +190663,7 @@ function sanitizeType(str) {
|
|
|
190663
190663
|
return extractedClassFromTypeof ? `Class<${extractedClassFromTypeof}>` : str;
|
|
190664
190664
|
}
|
|
190665
190665
|
|
|
190666
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
190666
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/functions.js
|
|
190667
190667
|
function generateFunctionDocumentation(functionNode, variableStatement) {
|
|
190668
190668
|
let outputDocNode = getOutputJsDocNodeOrCreate(
|
|
190669
190669
|
functionNode,
|
|
@@ -190726,7 +190726,7 @@ function getOutputJsDocNodeOrCreate(functionNode, docNode) {
|
|
|
190726
190726
|
return docNode ? functionNode.getJsDocs().length ? functionNode : (getJsDocOrCreate(docNode), docNode) : (getJsDocOrCreate(functionNode), functionNode);
|
|
190727
190727
|
}
|
|
190728
190728
|
|
|
190729
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
190729
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/classes.js
|
|
190730
190730
|
function generateClassDocumentation(classNode) {
|
|
190731
190731
|
generateClassBaseDocumentation(classNode), classNode.getMembers().forEach(generateClassMemberDocumentation);
|
|
190732
190732
|
}
|
|
@@ -190754,7 +190754,7 @@ function generateModifierDocumentation(classMember) {
|
|
|
190754
190754
|
}
|
|
190755
190755
|
}
|
|
190756
190756
|
|
|
190757
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
190757
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/typedefs.js
|
|
190758
190758
|
init_cjs_shims();
|
|
190759
190759
|
function generateTypeDefs(sourceFile, code) {
|
|
190760
190760
|
let typedefs = sourceFile.getTypeAliases().map(
|
|
@@ -190867,7 +190867,7 @@ function generateObjectPropertyDocumentation(node, jsDoc, name = "", topLevelCal
|
|
|
190867
190867
|
);
|
|
190868
190868
|
}
|
|
190869
190869
|
|
|
190870
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
190870
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/index.js
|
|
190871
190871
|
var DEFAULT_COMPILER_OPTIONS = {
|
|
190872
190872
|
target: import_ts_morph2.ScriptTarget.ESNext,
|
|
190873
190873
|
esModuleInterop: !0,
|
|
@@ -190944,4 +190944,4 @@ export {
|
|
|
190944
190944
|
and limitations under the License.
|
|
190945
190945
|
***************************************************************************** *)
|
|
190946
190946
|
*/
|
|
190947
|
-
//# sourceMappingURL=morph-
|
|
190947
|
+
//# sourceMappingURL=morph-UGAQHTEA.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
findPort
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MJ5E3G6Z.js";
|
|
4
4
|
import {
|
|
5
5
|
DEFAULT_INSPECTOR_PORT,
|
|
6
6
|
H2O_BINDING_NAME,
|
|
@@ -12,20 +12,20 @@ import {
|
|
|
12
12
|
importLocal,
|
|
13
13
|
logRequestLine,
|
|
14
14
|
setConstructors
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-YKGXAR4K.js";
|
|
16
16
|
import "./chunk-LQ2ZKVR6.js";
|
|
17
17
|
import "./chunk-CP3BRHWK.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-JA44NPON.js";
|
|
19
|
+
import "./chunk-PFXZ73LI.js";
|
|
20
|
+
import "./chunk-FGOKII2H.js";
|
|
21
21
|
import "./chunk-SHWOPMLQ.js";
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-DE23IXCV.js";
|
|
23
|
+
import "./chunk-Y7SMROY2.js";
|
|
24
|
+
import "./chunk-OZYTPWJS.js";
|
|
25
|
+
import "./chunk-7TDJWEEF.js";
|
|
26
26
|
import "./chunk-25IMI7TH.js";
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-V2EXSXIB.js";
|
|
28
|
+
import "./chunk-YW77LWOY.js";
|
|
29
29
|
import "./chunk-HMDWNGIV.js";
|
|
30
30
|
import {
|
|
31
31
|
AbortError,
|
|
@@ -33,10 +33,10 @@ import {
|
|
|
33
33
|
readFile,
|
|
34
34
|
renderSuccess,
|
|
35
35
|
source_default
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-7Z57GKMD.js";
|
|
37
37
|
import "./chunk-B5EXYCV3.js";
|
|
38
38
|
import "./chunk-75LV6AQS.js";
|
|
39
|
-
import "./chunk-
|
|
39
|
+
import "./chunk-57Q6OQG4.js";
|
|
40
40
|
import "./chunk-VSKRQ3JT.js";
|
|
41
41
|
import "./chunk-G5R6YD27.js";
|
|
42
42
|
import "./chunk-3I3GQNEW.js";
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
init_cjs_shims
|
|
51
51
|
} from "./chunk-PKR7KJ6P.js";
|
|
52
52
|
|
|
53
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
53
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/node.js
|
|
54
54
|
init_cjs_shims();
|
|
55
55
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
56
56
|
async function startNodeServer({
|
|
@@ -163,4 +163,4 @@ async function startNodeServer({
|
|
|
163
163
|
export {
|
|
164
164
|
startNodeServer
|
|
165
165
|
};
|
|
166
|
-
//# sourceMappingURL=node-
|
|
166
|
+
//# sourceMappingURL=node-66AIONQH.js.map
|
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
versionSatisfies,
|
|
30
30
|
writePackageJSON,
|
|
31
31
|
yarnLockfile
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-YW77LWOY.js";
|
|
33
33
|
import "./chunk-HMDWNGIV.js";
|
|
34
|
-
import "./chunk-
|
|
34
|
+
import "./chunk-7Z57GKMD.js";
|
|
35
35
|
import "./chunk-B5EXYCV3.js";
|
|
36
36
|
import "./chunk-75LV6AQS.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-57Q6OQG4.js";
|
|
38
38
|
import "./chunk-VSKRQ3JT.js";
|
|
39
39
|
import "./chunk-G5R6YD27.js";
|
|
40
40
|
import "./chunk-3I3GQNEW.js";
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writePackageJSON,
|
|
78
78
|
yarnLockfile
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=node-package-manager-
|
|
80
|
+
//# sourceMappingURL=node-package-manager-BD2U7LUE.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
resolvePath,
|
|
14
14
|
sniffForJson,
|
|
15
15
|
sniffForPath
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-57Q6OQG4.js";
|
|
17
17
|
import "./chunk-CDBXAE2F.js";
|
|
18
18
|
import "./chunk-PKR7KJ6P.js";
|
|
19
19
|
export {
|
|
@@ -32,4 +32,4 @@ export {
|
|
|
32
32
|
sniffForJson,
|
|
33
33
|
sniffForPath
|
|
34
34
|
};
|
|
35
|
-
//# sourceMappingURL=path-
|
|
35
|
+
//# sourceMappingURL=path-2K5HIMHZ.js.map
|