@shopify/oxygen-cli 2.6.2-unstable.202311081605.0 → 2.6.2-unstable.202311101049.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md ADDED
@@ -0,0 +1,422 @@
1
+ # @shopify/oxygen-cli
2
+
3
+ ## 2.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9e9287e: Update @types/node from 20.8.10 to 20.9.0
8
+ - 8bfd6db: Add CHANGELOG.md in package
9
+
10
+ ## 2.6.0
11
+
12
+ ### Minor Changes
13
+
14
+ - a2705d7: rollback oclif/core to 2.11.7
15
+
16
+ ### Patch Changes
17
+
18
+ - 2f7656c: Update @oclif/core from 3.10.1 to 3.10.6
19
+ - 9f107cb: Update @types/async from 3.2.22 to 3.2.23
20
+
21
+ ## 2.5.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 23b34d9: Better truncate of commit message, check stringified label length.
26
+
27
+ ## 2.4.3
28
+
29
+ ### Patch Changes
30
+
31
+ - 968432f: Update @shopify/cli-kit from 3.50.0 to 3.50.1
32
+ - bccbd66: Update @shopify/cli-kit from 3.50.1 to 3.50.2
33
+ - 1581dd7: Update @oclif/core from 3.9.2 to 3.10.0
34
+ - 56b9604: Update eslint from 8.52.0 to 8.53.0
35
+ - a5a8bf5: Update async from 3.2.4 to 3.2.5
36
+ - 6731b37: Update @oclif/core from 3.10.0 to 3.10.1
37
+ - b01e72d: Use HEAD request for verification check
38
+ - 06164ff: remove unnecessary build failure logs
39
+
40
+ ## 2.4.2
41
+
42
+ ### Patch Changes
43
+
44
+ - 9940d41: Update @types/node from 20.8.9 to 20.8.10
45
+ - b4ff5b8: Update @oclif/core from 3.9.1 to 3.9.2
46
+
47
+ ## 2.4.1
48
+
49
+ ### Patch Changes
50
+
51
+ - 2774f65: Update @oclif/core from 3.8.0 to 3.9.0
52
+ - 7def402: Update @oclif/core from 3.9.0 to 3.9.1
53
+
54
+ ## 2.4.0
55
+
56
+ ### Minor Changes
57
+
58
+ - 525e881: add total time metric
59
+
60
+ ### Patch Changes
61
+
62
+ - 94654eb: Update @types/node from 20.8.8 to 20.8.9
63
+
64
+ ## 2.3.2
65
+
66
+ ### Patch Changes
67
+
68
+ - 7405785: Update @oclif/core from 3.0.3 to 3.8.0
69
+
70
+ ## 2.3.1
71
+
72
+ ### Patch Changes
73
+
74
+ - 5aada7c: retrieve hydrogen version from node_modules
75
+ - 6c3d8c3: Log git diff on build failure
76
+
77
+ ## 2.3.0
78
+
79
+ ### Minor Changes
80
+
81
+ - 6fdaa50: Log file structure on build failure
82
+
83
+ ### Patch Changes
84
+
85
+ - 05f97ad: Update eslint from 8.51.0 to 8.52.0
86
+
87
+ ## 2.2.0
88
+
89
+ ### Minor Changes
90
+
91
+ - 0d73f1d: add metrics
92
+
93
+ ### Patch Changes
94
+
95
+ - 8b2d60f: Update @shopify/cli-kit from 3.49.6 to 3.50.0
96
+
97
+ ## 2.1.2
98
+
99
+ ### Patch Changes
100
+
101
+ - dec58ae: Update @types/node from 20.6.3 to 20.6.5
102
+ - ca173e2: Update vite from 4.4.9 to 4.4.10
103
+ - 71cbaa2: Update @shopify/cli-kit from 3.49.5 to 3.49.6
104
+ - 5c7444e: Update @oclif/core from 2.15.0 to 3.0.3
105
+ - 8389fc6: Update eslint from 8.50.0 to 8.51.0
106
+ - ad46f3d: Update oclif from 3.17.2 to 4.0.2
107
+ - 1ef952e: Redact access token
108
+
109
+ ## 2.1.1
110
+
111
+ ### Patch Changes
112
+
113
+ - e5f5b42: Update eslint-plugin-prettier from 5.0.0 to 5.0.1
114
+ - 06ee45a: redact tokens
115
+
116
+ ## 2.1.0
117
+
118
+ ### Minor Changes
119
+
120
+ - 8e5498b: Increased request timeout, shared Agent for uploads
121
+ - 6cbf7aa: Adds Bugsnag
122
+
123
+ ### Patch Changes
124
+
125
+ - 0a0a9c9: reword success message
126
+
127
+ ## 2.0.2
128
+
129
+ ### Patch Changes
130
+
131
+ - db6ebb1: Update get-func-name from 2.0.0 to 2.0.2
132
+ - 539754e: Update oclif from 3.17.1 to 3.17.2
133
+ - 21e9e59: Update vitest from 0.34.5 to 0.34.6
134
+ - 19051c3: Update @shopify/cli-kit from 3.49.3 to 3.49.4
135
+ - b027957: Update @shopify/cli-kit from 3.49.4 to 3.49.5
136
+
137
+ ## 2.0.1
138
+
139
+ ### Patch Changes
140
+
141
+ - 8b4c8b7: Increase max label length
142
+
143
+ ## 2.0.0
144
+
145
+ ### Major Changes
146
+
147
+ - 6b06153: - Introduced a new `--skipVerification` command flag to optionally skip the deployment verification step.
148
+ - Added a `--verificationMaxDuration` command flag to customize the maximum duration for the deployment verification step.
149
+ - Retired the `--skipHealthCheck` and `healthCheckMaxDuration` flags. These have been replaced by `--skipVerification` and `--verificationMaxDuration` respectively.
150
+ - Renamed the hooks `onHealthCheckStart`, `onHealthCheckComplete`, and `onHealthCheckError` to `onVerificationStart`, `onVerificationComplete`, and `onVerificationError` respectively.
151
+
152
+ ### Patch Changes
153
+
154
+ - 7270e5d: Update oclif from 3.16.0 to 3.17.1
155
+ - 912c46a: Update eslint from 8.49.0 to 8.50.0
156
+ - 3d89d56: Update @types/async from 3.2.20 to 3.2.21
157
+
158
+ ## 1.12.1
159
+
160
+ ### Patch Changes
161
+
162
+ - 35c3417: Update oclif from 3.15.0 to 3.16.0
163
+ - 244eb41: Update @shopify/cli-kit from 3.49.2 to 3.49.3
164
+ - a76ddd2: Update @types/node from 20.6.0 to 20.6.1
165
+ - c1bfd05: Update @types/node from 20.6.1 to 20.6.2
166
+ - 096c7f5: Update @types/node from 20.6.2 to 20.6.3
167
+ - 305ef94: Update vitest from 0.34.4 to 0.34.5
168
+
169
+ ## 1.12.0
170
+
171
+ ### Minor Changes
172
+
173
+ - 0ea0b11: correctly retrieve branch name from commit refs
174
+ - 0897e80: Passing deployment error message in the deploymentCancel mutation.
175
+
176
+ ### Patch Changes
177
+
178
+ - 11481c4: Update @shopify/cli-kit from 0.0.0-nightly-20230907105937 to 0.0.0-nightly-20230908110300
179
+ - f1bb62a: Update vitest from 0.34.3 to 0.34.4
180
+ - 2633fd1: Update eslint from 8.48.0 to 8.49.0
181
+ - fb5d02e: Update @shopify/cli-kit from 0.0.0-nightly-20230908110300 to 0.0.0-nightly-20230909110629
182
+ - d1e79bd: Use @shopify/cli-kit 3.49.2 instead of nightly
183
+
184
+ ## 1.11.5
185
+
186
+ ### Patch Changes
187
+
188
+ - 7c0546a: Update @shopify/cli-kit from 0.0.0-nightly-20230901083414 to 0.0.0-nightly-20230904104755
189
+ - f4ddcb0: Update @shopify/cli-kit from 0.0.0-nightly-20230904104755 to 0.0.0-nightly-20230907105937
190
+
191
+ ## 1.11.4
192
+
193
+ ### Patch Changes
194
+
195
+ - 1c95c4f: Update @types/node from 20.5.7 to 20.5.9
196
+ - 8bcab92: Update oclif from 3.14.0 to 3.15.0
197
+
198
+ ## 1.11.3
199
+
200
+ ### Patch Changes
201
+
202
+ - 57fe47d: Update oclif from 3.12.0 to 3.13.1
203
+ - a521614: Update @oclif/core from 2.13.0 to 2.14.0
204
+ - 4fa14a1: Update @shopify/cli-kit from 0.0.0-nightly-20230831083044 to 0.0.0-nightly-20230901083414
205
+ - 4115c03: Update @oclif/core from 2.14.0 to 2.15.0
206
+ - 63d1985: Bump oclif from 3.13.1 to 3.14.0
207
+
208
+ ## 1.11.2
209
+
210
+ ### Patch Changes
211
+
212
+ - a8899a5: Update @shopify/cli-kit from 0.0.0-nightly-20230830061613 to 0.0.0-nightly-20230831083044
213
+
214
+ ## 1.11.1
215
+
216
+ ### Patch Changes
217
+
218
+ - 33079aa: Update @oclif/core from 2.12.0 to 2.13.0
219
+ - dfb8ffb: Update @shopify/cli-kit from 0.0.0-nightly-20230829061318 to 0.0.0-nightly-20230830061613
220
+
221
+ ## 1.11.0
222
+
223
+ ### Minor Changes
224
+
225
+ - 0a084c9: Add metadataDescription flag, use commit data.
226
+
227
+ ### Patch Changes
228
+
229
+ - 94f6d4a: Update eslint from 8.47.0 to 8.48.0
230
+ - 489969a: Update @shopify/cli-kit from 0.0.0-nightly-20230826080330 to 0.0.0-nightly-20230829061318
231
+ - eb71ae2: Update @oclif/core from 2.11.10 to 2.12.0
232
+
233
+ ## 1.10.2
234
+
235
+ ### Patch Changes
236
+
237
+ - 1d04e14: Update @shopify/cli-kit from 0.0.0-nightly-20230823075429 to 0.0.0-nightly-20230824075730
238
+ - 3b5b1ec: Update @types/node from 20.5.3 to 20.5.4
239
+ - 88b2cb7: Update @oclif/core from 2.11.8 to 2.11.10
240
+ - f62e510: Update typescript from 5.1.6 to 5.2.2
241
+ - e030fdf: Update @shopify/cli-kit from 0.0.0-nightly-20230824075730 to 0.0.0-nightly-20230825080030
242
+ - 2b09189: Update @types/node from 20.5.4 to 20.5.6
243
+ - c58f42e: Update vitest from 0.34.2 to 0.34.3
244
+ - 412913f: Update @shopify/cli-kit from 0.0.0-nightly-20230825080030 to 0.0.0-nightly-20230826080330
245
+ - c736132: Update oclif from 3.11.3 to 3.12.0
246
+ - f7c9482: Update @types/node from 20.5.6 to 20.5.7
247
+
248
+ ## 1.10.1
249
+
250
+ ### Patch Changes
251
+
252
+ - 67cbd0b: Update @shopify/cli-kit from 0.0.0-nightly-20230818094704 to 0.0.0-nightly-20230822075048
253
+ - fc74928: Update @types/node from 20.5.1 to 20.5.2
254
+ - db38dff: Update @types/node from 20.5.2 to 20.5.3
255
+ - 1bec4bc: Update @shopify/cli-kit from 0.0.0-nightly-20230822075048 to 0.0.0-nightly-20230823075429
256
+
257
+ ## 1.10.0
258
+
259
+ ### Minor Changes
260
+
261
+ - 3a21580: Add branch label
262
+
263
+ ### Patch Changes
264
+
265
+ - 085fbc6: Update @shopify/cli-kit from 0.0.0-nightly-20230814102514 to 0.0.0-nightly-20230816094059
266
+ - 67282ba: Update vitest from 0.34.1 to 0.34.2
267
+ - 9d99fbc: Update @shopify/cli-kit from 0.0.0-nightly-20230816094059 to 0.0.0-nightly-20230817094405
268
+ - f660f74: Update @shopify/cli-kit from 0.0.0-nightly-20230817094405 to 0.0.0-nightly-20230818094704
269
+ - 10f7d72: Update @types/node from 20.5.0 to 20.5.1
270
+
271
+ ## 1.9.0
272
+
273
+ ### Minor Changes
274
+
275
+ - 2dfa982: add Github attempt number label
276
+ - 1ee1b07: skip uploading source maps in assets folder
277
+
278
+ ### Patch Changes
279
+
280
+ - 4572ad1: Update oclif from 3.11.0 to 3.11.1
281
+ - bdc026b: Update vitest from 0.33.0 to 0.34.1
282
+ - bbc8d2a: Update @types/node from 20.4.5 to 20.4.6
283
+ - 93833d8: Update tsup from 7.1.0 to 7.2.0
284
+ - 58ab66b: Update @types/node from 20.4.6 to 20.4.7
285
+ - 7c51798: Update @types/node from 20.4.7 to 20.4.8
286
+ - 8e7ad3f: Update vite from 4.4.8 to 4.4.9
287
+ - 3468101: Update @shopify/cli-kit from 3.48.0 to 3.48.1
288
+ - 5ba0939: Update oclif from 3.11.1 to 3.11.2
289
+ - 2db25f6: Update oclif from 3.11.2 to 3.11.3
290
+ - fcf628c: Update @types/node from 20.4.8 to 20.4.9
291
+ - d492710: Update @shopify/eslint-plugin from 42.1.0 to 43.0.0
292
+ - d12caee: Update @types/node from 20.4.9 to 20.5.0
293
+ - 8087c30: Update eslint from 8.46.0 to 8.47.0
294
+ - 96ea925: Update @shopify/cli-kit from 0.0.0-nightly-20230809144050 to 0.0.0-nightly-20230814102514
295
+ - 610ef94: Update @oclif/core from 2.11.5 to 2.11.8
296
+
297
+ ## 1.8.2
298
+
299
+ ### Patch Changes
300
+
301
+ - 3294562: Update vite from 4.4.7 to 4.4.8
302
+ - 750b3ea: Update @oclif/core from 2.11.1 to 2.11.5
303
+ - 7d19ba5: Update oclif from 3.9.1 to 3.11.0
304
+ - db25912: call healthcheckError hook only once
305
+
306
+ ## 1.8.1
307
+
308
+ ### Patch Changes
309
+
310
+ - 62304eb: Update @oclif/core from 2.10.0 to 2.11.1
311
+ - 6ddd052: Update @types/prettier from 2.7.3 to 3.0.0
312
+ - 70a7334: Update eslint from 8.45.0 to 8.46.0
313
+ - fb58831: Update semver from 5.7.1 to 5.7.2
314
+
315
+ ## 1.8.0
316
+
317
+ ### Minor Changes
318
+
319
+ - ea19ab8: Add uploadFilesError hook
320
+
321
+ ### Patch Changes
322
+
323
+ - a7433f6: Update node-fetch from 3.3.1 to 3.3.2
324
+ - 213c1ac: Update vite from 4.4.6 to 4.4.7
325
+ - 743c34b: Update @shopify/cli-kit from 3.47.5 to 3.48.0
326
+ - 1c1b60e: Update @types/node from 20.4.4 to 20.4.5
327
+ - 2deb680: Update @oclif/core from 2.9.4 to 2.10.0
328
+
329
+ ## 1.7.0
330
+
331
+ ### Minor Changes
332
+
333
+ - e4b1111: Adds build function hook
334
+
335
+ ### Patch Changes
336
+
337
+ - 68937ac: Update vite from 4.4.4 to 4.4.6
338
+ - 8d9f7a7: Update oclif from 3.9.1 to 3.9.2
339
+ - 89c5666: Update @types/node from 20.4.2 to 20.4.4
340
+ - f60142d: Update oclif from 3.9.2 to 3.10.0
341
+
342
+ ## 1.6.0
343
+
344
+ ### Minor Changes
345
+
346
+ - 0c7a17c: Add deployment health check and flag
347
+
348
+ ### Patch Changes
349
+
350
+ - 38d1977: Update vite from 4.4.0 to 4.4.3
351
+ - 61492cf: Update semver from 5.7.1 to 5.7.2
352
+ - af97064: Update @oclif/core from 2.8.11 to 2.9.0
353
+ - 311f314: Update @shopify/cli-kit from 3.47.4 to 3.47.5
354
+ - 3ba1b64: Update @types/node from 20.4.1 to 20.4.2
355
+ - 3ce3e0e: Update @oclif/core from 2.9.0 to 2.9.3
356
+ - dcd8375: Update vite from 4.4.3 to 4.4.4
357
+ - 904721a: Update eslint from 8.44.0 to 8.45.0
358
+ - b3d9950: Update @oclif/core from 2.9.3 to 2.9.4
359
+ - 976723b: Update @types/node from 20.3.3 to 20.4.0
360
+ - bc85c1e: Update vitest from 0.32.4 to 0.33.0
361
+ - 2fc2f2a: Update vite from 4.3.9 to 4.4.0
362
+ - 35b3ba1: Update @types/node from 20.4.0 to 20.4.1
363
+ - b914852: Update @shopify/cli-kit from 3.47.3 to 3.47.4
364
+
365
+ ## 1.5.0
366
+
367
+ ### Minor Changes
368
+
369
+ - 78db412: add logger arguments, object function inputs
370
+ - c1b8cc6: Build hooks, improved exports, required token
371
+
372
+ ### Patch Changes
373
+
374
+ - e200764: Update @oclif/core from 2.8.7 to 2.8.11
375
+ - 5a09d64: Update tsup from 6.7.0 to 7.1.0
376
+
377
+ ## 1.4.0
378
+
379
+ ### Minor Changes
380
+
381
+ - a544f6d: Rename rootPath flag, optional token flag
382
+
383
+ ### Patch Changes
384
+
385
+ - 94c865a: Update @types/node from 18.16.3 to 20.3.1
386
+ - 5416f82: Update @shopify/cli-kit from 3.46.0 to 3.46.5
387
+ - 082f1be: Update vitest from 0.32.0 to 0.32.1
388
+ - 53c2b57: Update @oclif/core from 2.8.6 to 2.8.7
389
+ - 38f722b: Update eslint from 8.42.0 to 8.43.0
390
+ - 45a4463: Update vitest from 0.32.1 to 0.32.2
391
+
392
+ ## 1.3.1
393
+
394
+ ### Patch Changes
395
+
396
+ - fcfa9eb: Update @oclif/core from 2.1.4 to 2.8.6
397
+ - e838ec7: Update oclif from 3.9.0 to 3.9.1
398
+ - 7bbfeb8: Update vitest from 0.29.8 to 0.32.0
399
+ - 6f4f994: Update typescript from 5.0.4 to 5.1.3
400
+ - 90d32d4: Update @types/prettier from 2.7.2 to 2.7.3
401
+ - 837c0f0: Update eslint from 8.39.0 to 8.42.0
402
+ - e477c89: Update deployment cancel reason to use new enum values
403
+ - df571f3: Remove unused deployment status from graphql mutation responses
404
+ - d513321: Disallow http deployment URL
405
+
406
+ ## 1.3.0
407
+
408
+ ### Minor Changes
409
+
410
+ - 6fda1c7: Output to stderr, output deployment URL to stdout in CI
411
+
412
+ ## 1.2.0
413
+
414
+ ### Minor Changes
415
+
416
+ - 7ba3421: Add publicDeployment flag
417
+
418
+ ## 1.1.0
419
+
420
+ ### Minor Changes
421
+
422
+ - 7f6935f: Optional environment tag, build command from lockfile
@@ -167,5 +167,5 @@
167
167
  ]
168
168
  }
169
169
  },
170
- "version": "2.6.2-unstable.202311081605.0"
170
+ "version": "2.6.2-unstable.202311101049.0"
171
171
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "2.6.2-unstable.202311081605.0",
8
+ "version": "2.6.2-unstable.202311101049.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -32,7 +32,8 @@
32
32
  },
33
33
  "files": [
34
34
  "dist",
35
- "/oclif.manifest.json"
35
+ "/oclif.manifest.json",
36
+ "CHANGELOG.md"
36
37
  ],
37
38
  "dependencies": {
38
39
  "@bugsnag/core": "^7.19.0",