@shopify/cli 3.74.0 → 3.75.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.
Files changed (102) hide show
  1. package/dist/assets/hydrogen/starter/CHANGELOG.md +99 -0
  2. package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +2 -1
  3. package/dist/assets/hydrogen/starter/app/root.tsx +12 -2
  4. package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +1 -0
  5. package/dist/assets/hydrogen/starter/package.json +10 -10
  6. package/dist/assets/hydrogen/starter/tsconfig.json +1 -1
  7. package/dist/assets/hydrogen/starter/vite.config.ts +1 -0
  8. package/dist/assets/hydrogen/tailwind/package.json +1 -1
  9. package/dist/assets/hydrogen/tailwind/tailwind.css +1 -1
  10. package/dist/assets/hydrogen/vite/package.json +1 -1
  11. package/dist/assets/hydrogen/vite/vite.config.js +1 -0
  12. package/dist/{chunk-FCWD4NEK.js → chunk-2B5C3QFS.js} +3 -3
  13. package/dist/{chunk-MDJOXUMQ.js → chunk-2FZJER24.js} +4 -4
  14. package/dist/{chunk-IYQNHNNP.js → chunk-57EEPGQZ.js} +3 -3
  15. package/dist/{chunk-R7RENZQC.js → chunk-5KSWCELC.js} +3 -3
  16. package/dist/{chunk-QRARFXIM.js → chunk-6HBKMQLD.js} +15 -14
  17. package/dist/{chunk-5JC3BUPR.js → chunk-6W5TMCT3.js} +3 -3
  18. package/dist/{chunk-MSBZRBI5.js → chunk-6XBYMBOQ.js} +4 -4
  19. package/dist/{chunk-UB7RN523.js → chunk-B7ABTOI4.js} +6 -6
  20. package/dist/{chunk-WKO4CJCL.js → chunk-BDLU7EEZ.js} +14 -10
  21. package/dist/{chunk-XJNTFQIK.js → chunk-BTMRJLQ7.js} +5 -5
  22. package/dist/{chunk-76NEANNG.js → chunk-DV2H7WDY.js} +430 -207
  23. package/dist/{chunk-FMXC2O6H.js → chunk-ESYWXFSK.js} +2 -2
  24. package/dist/{chunk-WBTJ7MQU.js → chunk-GMHA2S7O.js} +3 -3
  25. package/dist/{chunk-BWBSJLZN.js → chunk-GQIMWIIF.js} +9970 -9968
  26. package/dist/{chunk-WNUVUNTL.js → chunk-I3WJF5NM.js} +7 -7
  27. package/dist/{chunk-B27LGWRZ.js → chunk-IAM7IYO3.js} +3 -3
  28. package/dist/{chunk-5JWRABV2.js → chunk-ILXYHK4Q.js} +8 -8
  29. package/dist/{chunk-VI4NVMJH.js → chunk-IML7XVTM.js} +2 -2
  30. package/dist/{chunk-53WQGP7S.js → chunk-KMPW66LQ.js} +4 -4
  31. package/dist/{chunk-I6YWZKVU.js → chunk-L656JYPI.js} +2 -2
  32. package/dist/{chunk-7T4EKFVU.js → chunk-MN33EVV7.js} +2 -2
  33. package/dist/{chunk-LH6BHL6J.js → chunk-MOZOZ3LN.js} +3 -3
  34. package/dist/{chunk-5CLGH5PH.js → chunk-MP5RLDFN.js} +15 -8
  35. package/dist/{chunk-GVMUVIT5.js → chunk-OK2LJ3F3.js} +6 -6
  36. package/dist/{chunk-J673ZU5S.js → chunk-ORGKANED.js} +3 -3
  37. package/dist/{chunk-6JNRBEP6.js → chunk-QJQSCN3A.js} +5 -5
  38. package/dist/{chunk-NUW6LQU4.js → chunk-S4YW77H4.js} +4 -4
  39. package/dist/{chunk-ACIVN2Q4.js → chunk-S576QAPY.js} +2 -2
  40. package/dist/{chunk-JWRRKMF2.js → chunk-S6L5743K.js} +2 -2
  41. package/dist/{chunk-D5AR5HKB.js → chunk-SWQM7ICR.js} +2 -2
  42. package/dist/{chunk-XBIDXV7B.js → chunk-T35HYPVZ.js} +3 -3
  43. package/dist/{chunk-QEUQO265.js → chunk-T4WJXSDW.js} +4 -4
  44. package/dist/{chunk-4QRIOWN3.js → chunk-TJDZDZWG.js} +2 -2
  45. package/dist/{chunk-4W33LVQQ.js → chunk-VM4XPRZK.js} +3 -3
  46. package/dist/{chunk-CDQA3SST.js → chunk-VSKRQ3JT.js} +33 -29
  47. package/dist/{chunk-PMOQBQSE.js → chunk-W6IJP4MY.js} +3 -3
  48. package/dist/{chunk-L3FVJFIT.js → chunk-X3CFSDHA.js} +94 -17
  49. package/dist/{chunk-AKL7T64Q.js → chunk-Y53XECL6.js} +34 -34
  50. package/dist/{chunk-2GCE2GUM.js → chunk-YVTRJWYT.js} +3 -3
  51. package/dist/cli/commands/auth/logout.js +14 -15
  52. package/dist/cli/commands/auth/logout.test.js +16 -17
  53. package/dist/cli/commands/cache/clear.js +13 -14
  54. package/dist/cli/commands/debug/command-flags.js +13 -14
  55. package/dist/cli/commands/docs/generate.js +13 -14
  56. package/dist/cli/commands/docs/generate.test.js +14 -15
  57. package/dist/cli/commands/help.js +13 -14
  58. package/dist/cli/commands/kitchen-sink/async.js +14 -15
  59. package/dist/cli/commands/kitchen-sink/async.test.js +15 -16
  60. package/dist/cli/commands/kitchen-sink/index.js +16 -17
  61. package/dist/cli/commands/kitchen-sink/index.test.js +17 -18
  62. package/dist/cli/commands/kitchen-sink/prompts.js +14 -15
  63. package/dist/cli/commands/kitchen-sink/prompts.test.js +15 -16
  64. package/dist/cli/commands/kitchen-sink/static.js +14 -15
  65. package/dist/cli/commands/kitchen-sink/static.test.js +15 -16
  66. package/dist/cli/commands/notifications/generate.js +14 -15
  67. package/dist/cli/commands/notifications/list.js +14 -15
  68. package/dist/cli/commands/search.js +14 -15
  69. package/dist/cli/commands/upgrade.js +14 -15
  70. package/dist/cli/commands/upgrade.test.js +1 -2
  71. package/dist/cli/commands/version.js +14 -15
  72. package/dist/cli/commands/version.test.js +15 -16
  73. package/dist/cli/services/commands/notifications.js +8 -9
  74. package/dist/cli/services/commands/search.js +4 -5
  75. package/dist/cli/services/commands/search.test.js +5 -6
  76. package/dist/cli/services/commands/version.js +5 -6
  77. package/dist/cli/services/commands/version.test.js +7 -8
  78. package/dist/cli/services/kitchen-sink/async.js +4 -5
  79. package/dist/cli/services/kitchen-sink/prompts.js +4 -5
  80. package/dist/cli/services/kitchen-sink/static.js +4 -5
  81. package/dist/cli/services/upgrade.js +5 -6
  82. package/dist/cli/services/upgrade.test.js +8 -9
  83. package/dist/{custom-oclif-loader-ZY5GUSB3.js → custom-oclif-loader-MPQ33GKJ.js} +4 -5
  84. package/dist/{del-FBU5JYXS.js → del-2SYBVRHB.js} +2 -2
  85. package/dist/devtools-BA4WST2D.js +72 -0
  86. package/dist/{error-handler-YRN4E6SY.js → error-handler-ABXDEJNM.js} +11 -12
  87. package/dist/hooks/postrun.js +9 -10
  88. package/dist/hooks/prerun.js +9 -10
  89. package/dist/index.js +28943 -12546
  90. package/dist/{lib-E2DSNKUX.js → lib-SGEWXU7Z.js} +3 -3
  91. package/dist/{local-VTZT5Q4L.js → local-DGW3VZG7.js} +6 -5
  92. package/dist/{magic-string.es-PJMYOE6F.js → magic-string.es-BSVDQOZI.js} +32 -20
  93. package/dist/{morph-ACVSDUS7.js → morph-BTANDGVW.js} +9 -9
  94. package/dist/{node-ONVZF27D.js → node-GVOKD67H.js} +17 -18
  95. package/dist/{node-package-manager-BZNXJETD.js → node-package-manager-WEN6FJ7Z.js} +5 -6
  96. package/dist/{npa-JAX2F6CO.js → npa-E675GQOI.js} +123 -33
  97. package/dist/tsconfig.tsbuildinfo +1 -1
  98. package/dist/{ui-3RKZNTJR.js → ui-TWIKWYG2.js} +4 -5
  99. package/dist/{workerd-PSNADDQA.js → workerd-SK47YSGA.js} +16 -17
  100. package/oclif.manifest.json +33 -62
  101. package/package.json +11 -10
  102. package/dist/chunk-CFIKVUNW.js +0 -45
@@ -4,16 +4,16 @@ import {
4
4
  import {
5
5
  fanoutHooks,
6
6
  reportAnalyticsEvent
7
- } from "./chunk-UB7RN523.js";
7
+ } from "./chunk-B7ABTOI4.js";
8
8
  import {
9
9
  getEnvironmentData
10
- } from "./chunk-QRARFXIM.js";
10
+ } from "./chunk-6HBKMQLD.js";
11
11
  import {
12
12
  CLI_KIT_VERSION
13
- } from "./chunk-JWRRKMF2.js";
13
+ } from "./chunk-S6L5743K.js";
14
14
  import {
15
15
  runWithRateLimit
16
- } from "./chunk-ACIVN2Q4.js";
16
+ } from "./chunk-S576QAPY.js";
17
17
  import {
18
18
  AbortSilentError,
19
19
  CancelExecution,
@@ -28,7 +28,7 @@ import {
28
28
  reportingRateLimit,
29
29
  require_stacktracey,
30
30
  shouldReportErrorAsUnexpected
31
- } from "./chunk-L3FVJFIT.js";
31
+ } from "./chunk-X3CFSDHA.js";
32
32
  import {
33
33
  cwd,
34
34
  isAbsolutePath,
@@ -38,7 +38,7 @@ import {
38
38
  } from "./chunk-57Q6OQG4.js";
39
39
  import {
40
40
  require_lib
41
- } from "./chunk-CDQA3SST.js";
41
+ } from "./chunk-VSKRQ3JT.js";
42
42
  import {
43
43
  __commonJS,
44
44
  __require,
@@ -2136,4 +2136,4 @@ export {
2136
2136
  registerCleanBugsnagErrorsFromWithinPlugins,
2137
2137
  addBugsnagMetadata
2138
2138
  };
2139
- //# sourceMappingURL=chunk-WNUVUNTL.js.map
2139
+ //# sourceMappingURL=chunk-I3WJF5NM.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  CLI_KIT_VERSION
3
- } from "./chunk-JWRRKMF2.js";
3
+ } from "./chunk-S6L5743K.js";
4
4
  import {
5
5
  outputInfo
6
- } from "./chunk-L3FVJFIT.js";
6
+ } from "./chunk-X3CFSDHA.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -17,4 +17,4 @@ async function versionService() {
17
17
  export {
18
18
  versionService
19
19
  };
20
- //# sourceMappingURL=chunk-B27LGWRZ.js.map
20
+ //# sourceMappingURL=chunk-IAM7IYO3.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-6JNRBEP6.js";
3
+ } from "./chunk-QJQSCN3A.js";
4
4
  import {
5
5
  cacheClear
6
- } from "./chunk-ACIVN2Q4.js";
6
+ } from "./chunk-S576QAPY.js";
7
7
  import {
8
8
  environmentVariables,
9
9
  isTruthy
10
- } from "./chunk-L3FVJFIT.js";
10
+ } from "./chunk-X3CFSDHA.js";
11
11
  import {
12
12
  require_lib
13
- } from "./chunk-CDQA3SST.js";
13
+ } from "./chunk-VSKRQ3JT.js";
14
14
  import {
15
15
  __toESM,
16
16
  init_cjs_shims
@@ -26,7 +26,7 @@ init_cjs_shims();
26
26
  init_cjs_shims();
27
27
  import { fileURLToPath } from "node:url";
28
28
  async function launchCLI(options) {
29
- let { errorHandler } = await import("./error-handler-YRN4E6SY.js"), { isDevelopment } = await import("./local-VTZT5Q4L.js"), oclif = await import("./lib-E2DSNKUX.js"), { ShopifyConfig } = await import("./custom-oclif-loader-ZY5GUSB3.js");
29
+ let { errorHandler } = await import("./error-handler-ABXDEJNM.js"), { isDevelopment } = await import("./local-DGW3VZG7.js"), oclif = await import("./lib-SGEWXU7Z.js"), { ShopifyConfig } = await import("./custom-oclif-loader-MPQ33GKJ.js");
30
30
  isDevelopment() && (oclif.default.settings.debug = !0);
31
31
  try {
32
32
  let config = new ShopifyConfig({ root: fileURLToPath(options.moduleURL) });
@@ -41,7 +41,7 @@ var import_core = __toESM(require_lib());
41
41
  async function warnIfOldNodeVersion(versions = process.versions) {
42
42
  let nodeVersion = versions.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
43
43
  if (nodeMajorVersion < 18) {
44
- let { renderWarning } = await import("./ui-3RKZNTJR.js");
44
+ let { renderWarning } = await import("./ui-TWIKWYG2.js");
45
45
  renderWarning({
46
46
  headline: "Upgrade to a supported Node version now.",
47
47
  body: [
@@ -68,7 +68,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
68
68
  return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await warnIfOldNodeVersion(versions), launchCLI2({ moduleURL: options.moduleURL });
69
69
  }
70
70
  async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
71
- let { findUpAndReadPackageJson } = await import("./node-package-manager-BZNXJETD.js"), { moduleDirectory } = await import("./path-2K5HIMHZ.js"), name = (await findUpAndReadPackageJson(moduleDirectory(options.moduleURL))).content.name.replace("@shopify/create-", "");
71
+ let { findUpAndReadPackageJson } = await import("./node-package-manager-WEN6FJ7Z.js"), { moduleDirectory } = await import("./path-2K5HIMHZ.js"), name = (await findUpAndReadPackageJson(moduleDirectory(options.moduleURL))).content.name.replace("@shopify/create-", "");
72
72
  if (argv.findIndex((arg) => arg.includes("init")) === -1) {
73
73
  let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
74
74
  argv.splice(initIndex2, 0, "init");
@@ -117,4 +117,4 @@ export {
117
117
  jsonFlag,
118
118
  ClearCache
119
119
  };
120
- //# sourceMappingURL=chunk-5JWRABV2.js.map
120
+ //# sourceMappingURL=chunk-ILXYHK4Q.js.map
@@ -5,7 +5,7 @@ import {
5
5
  renderDangerousConfirmationPrompt,
6
6
  renderSelectPrompt,
7
7
  renderTextPrompt
8
- } from "./chunk-L3FVJFIT.js";
8
+ } from "./chunk-X3CFSDHA.js";
9
9
  import {
10
10
  init_cjs_shims
11
11
  } from "./chunk-PKR7KJ6P.js";
@@ -175,4 +175,4 @@ async function prompts() {
175
175
  export {
176
176
  prompts
177
177
  };
178
- //# sourceMappingURL=chunk-VI4NVMJH.js.map
178
+ //# sourceMappingURL=chunk-IML7XVTM.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  cliInstallCommand
3
- } from "./chunk-FCWD4NEK.js";
3
+ } from "./chunk-2B5C3QFS.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-6JNRBEP6.js";
6
+ } from "./chunk-QJQSCN3A.js";
7
7
  import {
8
8
  renderInfo
9
- } from "./chunk-L3FVJFIT.js";
9
+ } from "./chunk-X3CFSDHA.js";
10
10
  import {
11
11
  init_cjs_shims
12
12
  } from "./chunk-PKR7KJ6P.js";
@@ -34,4 +34,4 @@ var Upgrade = class extends base_command_default {
34
34
  export {
35
35
  Upgrade
36
36
  };
37
- //# sourceMappingURL=chunk-53WQGP7S.js.map
37
+ //# sourceMappingURL=chunk-KMPW66LQ.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  clearCollectedLogs,
3
3
  collectedLogs
4
- } from "./chunk-L3FVJFIT.js";
4
+ } from "./chunk-X3CFSDHA.js";
5
5
  import {
6
6
  init_cjs_shims
7
7
  } from "./chunk-PKR7KJ6P.js";
@@ -33,4 +33,4 @@ function mockAndCaptureOutput() {
33
33
  export {
34
34
  mockAndCaptureOutput
35
35
  };
36
- //# sourceMappingURL=chunk-I6YWZKVU.js.map
36
+ //# sourceMappingURL=chunk-L656JYPI.js.map
@@ -7,7 +7,7 @@ import {
7
7
  renderSuccess,
8
8
  renderTable,
9
9
  renderWarning
10
- } from "./chunk-L3FVJFIT.js";
10
+ } from "./chunk-X3CFSDHA.js";
11
11
  import {
12
12
  init_cjs_shims
13
13
  } from "./chunk-PKR7KJ6P.js";
@@ -203,4 +203,4 @@ async function staticService() {
203
203
  export {
204
204
  staticService
205
205
  };
206
- //# sourceMappingURL=chunk-7T4EKFVU.js.map
206
+ //# sourceMappingURL=chunk-MN33EVV7.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  staticService
3
- } from "./chunk-7T4EKFVU.js";
3
+ } from "./chunk-MN33EVV7.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-6JNRBEP6.js";
6
+ } from "./chunk-QJQSCN3A.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var KitchenSinkStatic = class extends base_command_default {
25
25
  export {
26
26
  KitchenSinkStatic
27
27
  };
28
- //# sourceMappingURL=chunk-LH6BHL6J.js.map
28
+ //# sourceMappingURL=chunk-MOZOZ3LN.js.map
@@ -102,9 +102,9 @@ var require_dir_glob = __commonJS({
102
102
  }
103
103
  });
104
104
 
105
- // ../../node_modules/.pnpm/ignore@5.3.1/node_modules/ignore/index.js
105
+ // ../../node_modules/.pnpm/ignore@5.3.2/node_modules/ignore/index.js
106
106
  var require_ignore = __commonJS({
107
- "../../node_modules/.pnpm/ignore@5.3.1/node_modules/ignore/index.js"(exports, module) {
107
+ "../../node_modules/.pnpm/ignore@5.3.2/node_modules/ignore/index.js"(exports, module) {
108
108
  init_cjs_shims();
109
109
  function makeArray(subject) {
110
110
  return Array.isArray(subject) ? subject : [subject];
@@ -129,14 +129,21 @@ var require_ignore = __commonJS({
129
129
  [
130
130
  // (a\ ) -> (a )
131
131
  // (a ) -> (a)
132
+ // (a ) -> (a)
132
133
  // (a \ ) -> (a )
133
- /\\?\s+$/,
134
- (match) => match.indexOf("\\") === 0 ? SPACE : EMPTY
134
+ /((?:\\\\)*?)(\\?\s+)$/,
135
+ (_, m1, m2) => m1 + (m2.indexOf("\\") === 0 ? SPACE : EMPTY)
135
136
  ],
136
137
  // replace (\ ) with ' '
138
+ // (\ ) -> ' '
139
+ // (\\ ) -> '\\ '
140
+ // (\\\ ) -> '\\ '
137
141
  [
138
- /\\\s/g,
139
- () => SPACE
142
+ /(\\+?)\s/g,
143
+ (_, m1) => {
144
+ let { length } = m1;
145
+ return m1.slice(0, length - length % 2) + SPACE;
146
+ }
140
147
  ],
141
148
  // Escape metacharacters
142
149
  // which is written down by users but means special for regular expressions.
@@ -265,7 +272,7 @@ var require_ignore = __commonJS({
265
272
  ], regexCache = /* @__PURE__ */ Object.create(null), makeRegex = (pattern, ignoreCase) => {
266
273
  let source = regexCache[pattern];
267
274
  return source || (source = REPLACERS.reduce(
268
- (prev, current) => prev.replace(current[0], current[1].bind(pattern)),
275
+ (prev, [matcher, replacer]) => prev.replace(matcher, replacer.bind(pattern)),
269
276
  pattern
270
277
  ), regexCache[pattern] = source), ignoreCase ? new RegExp(source, "i") : new RegExp(source);
271
278
  }, isString = (subject) => typeof subject == "string", checkPattern = (pattern) => pattern && isString(pattern) && !REGEX_TEST_BLANK_LINE.test(pattern) && !REGEX_INVALID_TRAILING_BACKSLASH.test(pattern) && pattern.indexOf("#") !== 0, splitPattern = (pattern) => pattern.split(REGEX_SPLITALL_CRLF), IgnoreRule = class {
@@ -622,4 +629,4 @@ export {
622
629
  require_slash,
623
630
  require_globby
624
631
  };
625
- //# sourceMappingURL=chunk-5CLGH5PH.js.map
632
+ //# sourceMappingURL=chunk-MP5RLDFN.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  fetch,
3
3
  z
4
- } from "./chunk-BWBSJLZN.js";
4
+ } from "./chunk-GQIMWIIF.js";
5
5
  import {
6
6
  CLI_KIT_VERSION
7
- } from "./chunk-JWRRKMF2.js";
7
+ } from "./chunk-S6L5743K.js";
8
8
  import {
9
9
  cacheRetrieve,
10
10
  cacheRetrieveOrRepopulate,
11
11
  cacheStore,
12
12
  versionSatisfies
13
- } from "./chunk-ACIVN2Q4.js";
13
+ } from "./chunk-S576QAPY.js";
14
14
  import {
15
15
  AbortSilentError,
16
16
  isTruthy,
@@ -19,7 +19,7 @@ import {
19
19
  renderError,
20
20
  renderInfo,
21
21
  renderWarning
22
- } from "./chunk-L3FVJFIT.js";
22
+ } from "./chunk-X3CFSDHA.js";
23
23
  import {
24
24
  init_cjs_shims
25
25
  } from "./chunk-PKR7KJ6P.js";
@@ -74,7 +74,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
74
74
  throw new AbortSilentError();
75
75
  let errorMessage = `Error retrieving notifications: ${error.message}`;
76
76
  outputDebug(errorMessage);
77
- let { sendErrorToBugsnag } = await import("./error-handler-YRN4E6SY.js");
77
+ let { sendErrorToBugsnag } = await import("./error-handler-ABXDEJNM.js");
78
78
  await sendErrorToBugsnag(errorMessage, "unexpected_error");
79
79
  }
80
80
  }
@@ -162,4 +162,4 @@ export {
162
162
  getNotifications,
163
163
  stringifyFilters
164
164
  };
165
- //# sourceMappingURL=chunk-GVMUVIT5.js.map
165
+ //# sourceMappingURL=chunk-OK2LJ3F3.js.map
@@ -2,7 +2,7 @@ import {
2
2
  init_cjs_shims
3
3
  } from "./chunk-PKR7KJ6P.js";
4
4
 
5
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.3_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
5
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.5_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
6
6
  init_cjs_shims();
7
7
 
8
8
  // ../../node_modules/.pnpm/get-port@7.1.0/node_modules/get-port/index.js
@@ -94,7 +94,7 @@ function portNumbers(from, to) {
94
94
  }(from, to);
95
95
  }
96
96
 
97
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.3_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
97
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.5_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
98
98
  function findPort(portPreference, range = 100) {
99
99
  return getPorts({
100
100
  port: portNumbers(portPreference, portPreference + range)
@@ -104,4 +104,4 @@ function findPort(portPreference, range = 100) {
104
104
  export {
105
105
  findPort
106
106
  };
107
- //# sourceMappingURL=chunk-J673ZU5S.js.map
107
+ //# sourceMappingURL=chunk-ORGKANED.js.map
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  errorHandler,
3
3
  registerCleanBugsnagErrorsFromWithinPlugins
4
- } from "./chunk-WNUVUNTL.js";
4
+ } from "./chunk-I3WJF5NM.js";
5
5
  import {
6
6
  setCurrentCommandId,
7
7
  showNotificationsIfNeeded
8
- } from "./chunk-GVMUVIT5.js";
8
+ } from "./chunk-OK2LJ3F3.js";
9
9
  import {
10
10
  AbortError,
11
11
  addPublicMetadata,
@@ -22,13 +22,13 @@ import {
22
22
  renderWarning,
23
23
  terminalSupportsPrompting,
24
24
  underscore
25
- } from "./chunk-L3FVJFIT.js";
25
+ } from "./chunk-X3CFSDHA.js";
26
26
  import {
27
27
  cwd
28
28
  } from "./chunk-57Q6OQG4.js";
29
29
  import {
30
30
  require_lib
31
- } from "./chunk-CDQA3SST.js";
31
+ } from "./chunk-VSKRQ3JT.js";
32
32
  import {
33
33
  __commonJS,
34
34
  __require,
@@ -1662,4 +1662,4 @@ export {
1662
1662
  encodeToml,
1663
1663
  base_command_default
1664
1664
  };
1665
- //# sourceMappingURL=chunk-6JNRBEP6.js.map
1665
+ //# sourceMappingURL=chunk-QJQSCN3A.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  searchService
3
- } from "./chunk-FMXC2O6H.js";
3
+ } from "./chunk-ESYWXFSK.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-6JNRBEP6.js";
6
+ } from "./chunk-QJQSCN3A.js";
7
7
  import {
8
8
  require_lib
9
- } from "./chunk-CDQA3SST.js";
9
+ } from "./chunk-VSKRQ3JT.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims
@@ -45,4 +45,4 @@ var import_core = __toESM(require_lib(), 1), Search = class _Search extends base
45
45
  export {
46
46
  Search
47
47
  };
48
- //# sourceMappingURL=chunk-NUW6LQU4.js.map
48
+ //# sourceMappingURL=chunk-S4YW77H4.js.map
@@ -21,7 +21,7 @@ import {
21
21
  require_get_stream,
22
22
  runWithTimer,
23
23
  writeFile
24
- } from "./chunk-L3FVJFIT.js";
24
+ } from "./chunk-X3CFSDHA.js";
25
25
  import {
26
26
  dirname,
27
27
  joinPath
@@ -13748,4 +13748,4 @@ deep-extend/lib/deep-extend.js:
13748
13748
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13749
13749
  *)
13750
13750
  */
13751
- //# sourceMappingURL=chunk-ACIVN2Q4.js.map
13751
+ //# sourceMappingURL=chunk-S576QAPY.js.map
@@ -4,9 +4,9 @@ import {
4
4
 
5
5
  // ../cli-kit/dist/public/common/version.js
6
6
  init_cjs_shims();
7
- var CLI_KIT_VERSION = "3.74.0";
7
+ var CLI_KIT_VERSION = "3.75.0";
8
8
 
9
9
  export {
10
10
  CLI_KIT_VERSION
11
11
  };
12
- //# sourceMappingURL=chunk-JWRRKMF2.js.map
12
+ //# sourceMappingURL=chunk-S6L5743K.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  renderConcurrent,
3
3
  renderTasks
4
- } from "./chunk-L3FVJFIT.js";
4
+ } from "./chunk-X3CFSDHA.js";
5
5
  import {
6
6
  init_cjs_shims
7
7
  } from "./chunk-PKR7KJ6P.js";
@@ -43,4 +43,4 @@ async function asyncTasks() {
43
43
  export {
44
44
  asyncTasks
45
45
  };
46
- //# sourceMappingURL=chunk-D5AR5HKB.js.map
46
+ //# sourceMappingURL=chunk-SWQM7ICR.js.map
@@ -4,7 +4,7 @@ import {
4
4
  findUpAndReadPackageJson,
5
5
  getPackageManager,
6
6
  usesWorkspaces
7
- } from "./chunk-ACIVN2Q4.js";
7
+ } from "./chunk-S576QAPY.js";
8
8
  import {
9
9
  AbortError,
10
10
  exec,
@@ -15,7 +15,7 @@ import {
15
15
  outputSuccess,
16
16
  outputToken,
17
17
  outputWarn
18
- } from "./chunk-L3FVJFIT.js";
18
+ } from "./chunk-X3CFSDHA.js";
19
19
  import {
20
20
  dirname,
21
21
  joinPath,
@@ -139,4 +139,4 @@ function usingPackageManager({ env } = { env: process.env }) {
139
139
  export {
140
140
  upgrade
141
141
  };
142
- //# sourceMappingURL=chunk-XBIDXV7B.js.map
142
+ //# sourceMappingURL=chunk-T35HYPVZ.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  getNotifications,
3
3
  stringifyFilters
4
- } from "./chunk-GVMUVIT5.js";
4
+ } from "./chunk-OK2LJ3F3.js";
5
5
  import {
6
6
  CLI_KIT_VERSION
7
- } from "./chunk-JWRRKMF2.js";
7
+ } from "./chunk-S6L5743K.js";
8
8
  import {
9
9
  outputInfo,
10
10
  randomUUID,
@@ -13,7 +13,7 @@ import {
13
13
  renderTable,
14
14
  renderTextPrompt,
15
15
  writeFile
16
- } from "./chunk-L3FVJFIT.js";
16
+ } from "./chunk-X3CFSDHA.js";
17
17
  import {
18
18
  init_cjs_shims
19
19
  } from "./chunk-PKR7KJ6P.js";
@@ -100,4 +100,4 @@ export {
100
100
  generate,
101
101
  list
102
102
  };
103
- //# sourceMappingURL=chunk-QEUQO265.js.map
103
+ //# sourceMappingURL=chunk-T4WJXSDW.js.map
@@ -2,7 +2,7 @@ import {
2
2
  execa,
3
3
  outputContent,
4
4
  outputDebug
5
- } from "./chunk-L3FVJFIT.js";
5
+ } from "./chunk-X3CFSDHA.js";
6
6
  import {
7
7
  init_cjs_shims
8
8
  } from "./chunk-PKR7KJ6P.js";
@@ -60,4 +60,4 @@ export {
60
60
  username,
61
61
  platformAndArch
62
62
  };
63
- //# sourceMappingURL=chunk-4QRIOWN3.js.map
63
+ //# sourceMappingURL=chunk-TJDZDZWG.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-VI4NVMJH.js";
3
+ } from "./chunk-IML7XVTM.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-6JNRBEP6.js";
6
+ } from "./chunk-QJQSCN3A.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var KitchenSinkPrompts = class extends base_command_default {
25
25
  export {
26
26
  KitchenSinkPrompts
27
27
  };
28
- //# sourceMappingURL=chunk-4W33LVQQ.js.map
28
+ //# sourceMappingURL=chunk-VM4XPRZK.js.map