backfill 6.2.1 → 6.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backfill",
3
- "version": "6.2.1",
3
+ "version": "6.2.3",
4
4
  "description": "Backfill CLI",
5
5
  "license": "MIT",
6
6
  "author": "Benjamin Weggersen <bewegger@microsoft.com>",
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "anymatch": "^3.0.3",
23
- "backfill-cache": "^5.7.1",
24
- "backfill-config": "^6.4.1",
25
- "backfill-hasher": "^6.5.1",
23
+ "backfill-cache": "^5.8.1",
24
+ "backfill-config": "^6.4.2",
25
+ "backfill-hasher": "^6.5.2",
26
26
  "backfill-logger": "^5.2.1",
27
27
  "backfill-utils-dotenv": "^5.2.1",
28
28
  "chokidar": "^3.2.1",
package/CHANGELOG.json DELETED
@@ -1,599 +0,0 @@
1
- {
2
- "name": "backfill",
3
- "entries": [
4
- {
5
- "date": "Tue, 05 Sep 2023 21:29:14 GMT",
6
- "version": "6.2.1",
7
- "tag": "backfill_v6.2.1",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "elcraig@microsoft.com",
12
- "package": "backfill",
13
- "commit": "9f7772ed806aac8015f252b602cbc58433d2aa45",
14
- "comment": "Update typescript to 4.3"
15
- },
16
- {
17
- "author": "beachball",
18
- "package": "backfill",
19
- "comment": "Bump backfill-cache to v5.7.1",
20
- "commit": "not available"
21
- },
22
- {
23
- "author": "beachball",
24
- "package": "backfill",
25
- "comment": "Bump backfill-config to v6.4.1",
26
- "commit": "not available"
27
- },
28
- {
29
- "author": "beachball",
30
- "package": "backfill",
31
- "comment": "Bump backfill-hasher to v6.5.1",
32
- "commit": "not available"
33
- },
34
- {
35
- "author": "beachball",
36
- "package": "backfill",
37
- "comment": "Bump backfill-logger to v5.2.1",
38
- "commit": "not available"
39
- },
40
- {
41
- "author": "beachball",
42
- "package": "backfill",
43
- "comment": "Bump backfill-utils-dotenv to v5.2.1",
44
- "commit": "not available"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "date": "Tue, 05 Sep 2023 19:56:47 GMT",
51
- "tag": "backfill_v6.2.0",
52
- "version": "6.2.0",
53
- "comments": {
54
- "minor": [
55
- {
56
- "author": "elcraig@microsoft.com",
57
- "package": "backfill",
58
- "commit": "855bedee100eaa54032d85e7cd92f9205e914712",
59
- "comment": "Require Node 14; add downlevel syntax compilation to ES2020 for Node 14"
60
- },
61
- {
62
- "author": "beachball",
63
- "package": "backfill",
64
- "comment": "Bump backfill-cache to v5.7.0",
65
- "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
66
- },
67
- {
68
- "author": "beachball",
69
- "package": "backfill",
70
- "comment": "Bump backfill-config to v6.4.0",
71
- "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
72
- },
73
- {
74
- "author": "beachball",
75
- "package": "backfill",
76
- "comment": "Bump backfill-hasher to v6.5.0",
77
- "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
78
- },
79
- {
80
- "author": "beachball",
81
- "package": "backfill",
82
- "comment": "Bump backfill-logger to v5.2.0",
83
- "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
84
- },
85
- {
86
- "author": "beachball",
87
- "package": "backfill",
88
- "comment": "Bump backfill-utils-dotenv to v5.2.0",
89
- "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
90
- }
91
- ]
92
- }
93
- },
94
- {
95
- "date": "Tue, 05 Sep 2023 19:33:16 GMT",
96
- "tag": "backfill_v6.1.27",
97
- "version": "6.1.27",
98
- "comments": {
99
- "none": [
100
- {
101
- "author": "elcraig@microsoft.com",
102
- "package": "backfill",
103
- "commit": "7d9dc77bc01070d0e805cd74b15bef16281f28a1",
104
- "comment": "Unpin devDependencies"
105
- }
106
- ]
107
- }
108
- },
109
- {
110
- "date": "Thu, 13 Apr 2023 20:28:21 GMT",
111
- "tag": "backfill_v6.1.27",
112
- "version": "6.1.27",
113
- "comments": {
114
- "patch": [
115
- {
116
- "author": "beachball",
117
- "package": "backfill",
118
- "comment": "Bump backfill-cache to v5.6.4",
119
- "commit": "78f5bf22ecbbd90a0a654fb2a55405883fdb433e"
120
- }
121
- ]
122
- }
123
- },
124
- {
125
- "date": "Thu, 12 Jan 2023 22:25:00 GMT",
126
- "tag": "backfill_v6.1.26",
127
- "version": "6.1.26",
128
- "comments": {
129
- "none": [
130
- {
131
- "author": "email not defined",
132
- "package": "backfill",
133
- "commit": "344d9c595c09a7e4e1d1ac8d6636e033b0f68c1d",
134
- "comment": "Update devDependency @types/yargs to v15.0.15"
135
- }
136
- ]
137
- }
138
- },
139
- {
140
- "date": "Fri, 30 Dec 2022 05:14:35 GMT",
141
- "tag": "backfill_v6.1.26",
142
- "version": "6.1.26",
143
- "comments": {
144
- "none": [
145
- {
146
- "author": "email not defined",
147
- "package": "backfill",
148
- "commit": "96510e9fba86065f54a7ae47408a5646629502db",
149
- "comment": "Update devDependency @types/node to v14.18.36"
150
- }
151
- ]
152
- }
153
- },
154
- {
155
- "date": "Thu, 08 Dec 2022 02:52:13 GMT",
156
- "tag": "backfill_v6.1.26",
157
- "version": "6.1.26",
158
- "comments": {
159
- "patch": [
160
- {
161
- "author": "renovate@whitesourcesoftware.com",
162
- "package": "backfill",
163
- "commit": "db3823d3762dcf07ef2868b8f7facfda5a57f928",
164
- "comment": "Update dependency execa to v5"
165
- },
166
- {
167
- "author": "beachball",
168
- "package": "backfill",
169
- "comment": "Bump backfill-cache to v5.6.3",
170
- "commit": "d9352a0c5f7316f104d99a397c54886f94463429"
171
- },
172
- {
173
- "author": "beachball",
174
- "package": "backfill",
175
- "comment": "Bump backfill-config to v6.3.1",
176
- "commit": "d9352a0c5f7316f104d99a397c54886f94463429"
177
- },
178
- {
179
- "author": "beachball",
180
- "package": "backfill",
181
- "comment": "Bump backfill-hasher to v6.4.5",
182
- "commit": "d9352a0c5f7316f104d99a397c54886f94463429"
183
- },
184
- {
185
- "author": "beachball",
186
- "package": "backfill",
187
- "comment": "Bump backfill-utils-test to v5.1.3",
188
- "commit": "d9352a0c5f7316f104d99a397c54886f94463429"
189
- }
190
- ]
191
- }
192
- },
193
- {
194
- "date": "Thu, 08 Dec 2022 02:38:15 GMT",
195
- "tag": "backfill_v6.1.25",
196
- "version": "6.1.25",
197
- "comments": {
198
- "none": [
199
- {
200
- "author": "elcraig@microsoft.com",
201
- "package": "backfill",
202
- "commit": "8933334a222411ce6811ebd1460c84c5f9b97cbf",
203
- "comment": "Update package.json ordering with prettier-package-json"
204
- }
205
- ]
206
- }
207
- },
208
- {
209
- "date": "Thu, 08 Dec 2022 02:33:59 GMT",
210
- "tag": "backfill_v6.1.25",
211
- "version": "6.1.25",
212
- "comments": {
213
- "none": [
214
- {
215
- "author": "renovate@whitesourcesoftware.com",
216
- "package": "backfill",
217
- "commit": "not available",
218
- "comment": "Update devDependency ts-jest to v25.5.1"
219
- }
220
- ]
221
- }
222
- },
223
- {
224
- "date": "Thu, 08 Dec 2022 02:33:32 GMT",
225
- "tag": "backfill_v6.1.25",
226
- "version": "6.1.25",
227
- "comments": {
228
- "none": [
229
- {
230
- "author": "renovate@whitesourcesoftware.com",
231
- "package": "backfill",
232
- "commit": "318fec061aace7596510984c6fd21f1c897ff900",
233
- "comment": "Update devDependency ts-jest to v25.5.1"
234
- }
235
- ]
236
- }
237
- },
238
- {
239
- "date": "Thu, 08 Dec 2022 02:23:52 GMT",
240
- "tag": "backfill_v6.1.25",
241
- "version": "6.1.25",
242
- "comments": {
243
- "none": [
244
- {
245
- "author": "renovate@whitesourcesoftware.com",
246
- "package": "backfill",
247
- "commit": "not available",
248
- "comment": "Update @types devDependencies"
249
- }
250
- ]
251
- }
252
- },
253
- {
254
- "date": "Thu, 08 Dec 2022 02:23:21 GMT",
255
- "tag": "backfill_v6.1.25",
256
- "version": "6.1.25",
257
- "comments": {
258
- "none": [
259
- {
260
- "author": "renovate@whitesourcesoftware.com",
261
- "package": "backfill",
262
- "commit": "3c69db3d2f49ab2adc0c9191e69355b6569f08b2",
263
- "comment": "Update @types devDependencies"
264
- }
265
- ]
266
- }
267
- },
268
- {
269
- "date": "Thu, 08 Dec 2022 02:12:15 GMT",
270
- "tag": "backfill_v6.1.25",
271
- "version": "6.1.25",
272
- "comments": {
273
- "patch": [
274
- {
275
- "author": "beachball",
276
- "package": "backfill",
277
- "comment": "Bump backfill-hasher to v6.4.4",
278
- "commit": "4c02fcb105332c3691e0e573c2f259baeb7447d1"
279
- }
280
- ]
281
- }
282
- },
283
- {
284
- "date": "Thu, 08 Dec 2022 01:16:15 GMT",
285
- "tag": "backfill_v6.1.24",
286
- "version": "6.1.24",
287
- "comments": {
288
- "none": [
289
- {
290
- "author": "renovate@whitesourcesoftware.com",
291
- "package": "backfill",
292
- "commit": "31c81223403c163d5078d7a9764ffa69c943ac41",
293
- "comment": "Update devDependency @types/jest to v25.2.3"
294
- }
295
- ]
296
- }
297
- },
298
- {
299
- "date": "Thu, 08 Dec 2022 00:58:32 GMT",
300
- "tag": "backfill_v6.1.24",
301
- "version": "6.1.24",
302
- "comments": {
303
- "patch": [
304
- {
305
- "author": "elcraig@microsoft.com",
306
- "package": "backfill",
307
- "commit": "080fb1aa0570751e1e4d0429c1eb40e449621d4d",
308
- "comment": "Add missing dependency on `find-up`"
309
- }
310
- ]
311
- }
312
- },
313
- {
314
- "date": "Sat, 17 Sep 2022 00:00:24 GMT",
315
- "tag": "backfill_v6.1.23",
316
- "version": "6.1.23",
317
- "comments": {
318
- "patch": [
319
- {
320
- "author": "beachball",
321
- "package": "backfill",
322
- "comment": "Bump backfill-hasher to v6.4.3",
323
- "commit": "628e67743a4a9fb4d9f9a5d98d578893f8076387"
324
- }
325
- ]
326
- }
327
- },
328
- {
329
- "date": "Fri, 16 Sep 2022 00:38:30 GMT",
330
- "tag": "backfill_v6.1.22",
331
- "version": "6.1.22",
332
- "comments": {
333
- "none": [
334
- {
335
- "author": "elcraig@microsoft.com",
336
- "package": "backfill",
337
- "commit": "42aa67201aa9092be9339e9d3ed16a7479c44ce0",
338
- "comment": "Fix mismatched @types/fs-extra dev dep"
339
- }
340
- ]
341
- }
342
- },
343
- {
344
- "date": "Fri, 16 Sep 2022 00:21:39 GMT",
345
- "tag": "backfill_v6.1.22",
346
- "version": "6.1.22",
347
- "comments": {
348
- "patch": [
349
- {
350
- "author": "beachball",
351
- "package": "backfill",
352
- "comment": "Bump backfill-cache to v5.6.2",
353
- "commit": "b8ca9b1b78c3c58d1df2c4cfae7e0c071acfe3fe"
354
- }
355
- ]
356
- }
357
- },
358
- {
359
- "date": "Thu, 15 Sep 2022 23:59:49 GMT",
360
- "tag": "backfill_v6.1.21",
361
- "version": "6.1.21",
362
- "comments": {
363
- "none": [
364
- {
365
- "author": "elcraig@microsoft.com",
366
- "package": "backfill",
367
- "commit": "7cf25389e822f0bcc568b2be95b4069551c1a866",
368
- "comment": "Update formatting with latest prettier version"
369
- }
370
- ]
371
- }
372
- },
373
- {
374
- "date": "Wed, 18 May 2022 12:15:03 GMT",
375
- "tag": "backfill_v6.1.17",
376
- "version": "6.1.17",
377
- "comments": {
378
- "patch": [
379
- {
380
- "comment": "Make incremental cache an opt-in option",
381
- "author": "vibailly@microsoft.com",
382
- "commit": "a2c7c0f6f41926087610eb567460dec4269ef348",
383
- "package": "backfill"
384
- }
385
- ]
386
- }
387
- },
388
- {
389
- "date": "Tue, 12 Oct 2021 19:45:45 GMT",
390
- "tag": "backfill_v6.1.10",
391
- "version": "6.1.10",
392
- "comments": {
393
- "patch": [
394
- {
395
- "comment": "get correct name of the storage provider",
396
- "author": "kchau@microsoft.com",
397
- "commit": "04f6ecf73f059d53248d84bfa167a43b41cf1f72",
398
- "package": "backfill"
399
- }
400
- ]
401
- }
402
- },
403
- {
404
- "date": "Tue, 21 Sep 2021 22:29:42 GMT",
405
- "tag": "backfill_v6.1.9",
406
- "version": "6.1.9",
407
- "comments": {
408
- "patch": [
409
- {
410
- "comment": "Fix git root detection in worktrees",
411
- "author": "elcraig@microsoft.com",
412
- "commit": "c21ba92bfd37769ee06a2f3269694b6d8dfa14e9",
413
- "package": "backfill"
414
- }
415
- ]
416
- }
417
- },
418
- {
419
- "date": "Thu, 06 May 2021 13:46:20 GMT",
420
- "tag": "backfill_v6.1.6",
421
- "version": "6.1.6",
422
- "comments": {
423
- "patch": [
424
- {
425
- "comment": "opt-in to optimize cache size",
426
- "author": "vibailly@microsoft.com",
427
- "commit": "3df30b0220804713d8eb7193389ea577a516d4c7",
428
- "package": "backfill"
429
- }
430
- ]
431
- }
432
- },
433
- {
434
- "date": "Tue, 27 Apr 2021 09:06:13 GMT",
435
- "tag": "backfill_v6.1.5",
436
- "version": "6.1.5",
437
- "comments": {
438
- "patch": [
439
- {
440
- "comment": "Bump @types/node from 13.13.35 to 14.14.41",
441
- "author": "ronald.ndirangu@gmail.com",
442
- "commit": "0e5a9db6edf7bfaa421cf1bb4c02a893ddd2b9d4",
443
- "package": "backfill"
444
- }
445
- ]
446
- }
447
- },
448
- {
449
- "date": "Tue, 27 Apr 2021 08:32:03 GMT",
450
- "tag": "backfill_v6.1.3",
451
- "version": "6.1.3",
452
- "comments": {
453
- "patch": [
454
- {
455
- "comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
456
- "author": "ronald.ndirangu@gmail.com",
457
- "commit": "b1c0dd5f4da27ba00feee8a52f0145bdb868da5f",
458
- "package": "backfill"
459
- }
460
- ]
461
- }
462
- },
463
- {
464
- "date": "Tue, 27 Apr 2021 08:29:06 GMT",
465
- "tag": "backfill_v6.1.2",
466
- "version": "6.1.2",
467
- "comments": {
468
- "patch": [
469
- {
470
- "comment": "Bump find-up from 4.1.0 to 5.0.0",
471
- "author": "ronald.ndirangu@gmail.com",
472
- "commit": "f33abef63e0d7e5b3dc287ae2312ef2111a203a1",
473
- "package": "backfill"
474
- }
475
- ]
476
- }
477
- },
478
- {
479
- "date": "Tue, 01 Dec 2020 09:45:24 GMT",
480
- "tag": "backfill_v6.1.0",
481
- "version": "6.1.0",
482
- "comments": {
483
- "none": [
484
- {
485
- "comment": "Bump @types/node from 13.13.4 to 14.14.10",
486
- "author": "bewegger@microsoft.com",
487
- "commit": "14c6fa19134dd63317ba440ea47d94f357fc0921",
488
- "package": "backfill"
489
- }
490
- ]
491
- }
492
- },
493
- {
494
- "date": "Tue, 01 Dec 2020 09:43:25 GMT",
495
- "tag": "backfill_v6.1.0",
496
- "version": "6.1.0",
497
- "comments": {
498
- "minor": [
499
- {
500
- "comment": "Bump typescript from 3.7.4 to 4.1.2",
501
- "author": "bewegger@microsoft.com",
502
- "commit": "d6b3b5f327b5f803eeea7b5b8d2b18343892314c",
503
- "package": "backfill"
504
- }
505
- ]
506
- }
507
- },
508
- {
509
- "date": "Tue, 01 Dec 2020 09:13:42 GMT",
510
- "tag": "backfill_v6.0.8",
511
- "version": "6.0.8",
512
- "comments": {
513
- "patch": [
514
- {
515
- "comment": "Run Prettier 2.2.0",
516
- "author": "bewegger@microsoft.com",
517
- "commit": "facba7cd274f1d5b834d87d208f0293f7069ad53",
518
- "package": "backfill"
519
- }
520
- ]
521
- }
522
- },
523
- {
524
- "date": "Tue, 01 Dec 2020 09:06:20 GMT",
525
- "tag": "backfill_v6.0.7",
526
- "version": "6.0.7",
527
- "comments": {
528
- "patch": [
529
- {
530
- "comment": "Bump find-up from 4.1.0 to 5.0.0",
531
- "author": "bewegger@microsoft.com",
532
- "commit": "e80d070bca453869e6fb9136ceb8687c4cf4fa2f",
533
- "package": "backfill"
534
- }
535
- ]
536
- }
537
- },
538
- {
539
- "date": "Tue, 01 Dec 2020 09:03:22 GMT",
540
- "tag": "backfill_v6.0.6",
541
- "version": "6.0.6",
542
- "comments": {
543
- "patch": [
544
- {
545
- "comment": "Bump yargs to 16.1.1",
546
- "author": "bewegger@microsoft.com",
547
- "commit": "832a6e00a55d97027570e57742efb7fbb21e87b3",
548
- "package": "backfill"
549
- }
550
- ]
551
- }
552
- },
553
- {
554
- "date": "Tue, 13 Oct 2020 08:40:08 GMT",
555
- "tag": "backfill_v6.0.4",
556
- "version": "6.0.4",
557
- "comments": {
558
- "patch": [
559
- {
560
- "comment": "Use workspace root instead of git root",
561
- "author": "bewegger@microsoft.com",
562
- "commit": "71a76990817fb154f13b4a486aec0d8b4b26a36a",
563
- "package": "backfill"
564
- }
565
- ]
566
- }
567
- },
568
- {
569
- "date": "Tue, 18 Aug 2020 16:03:05 GMT",
570
- "tag": "backfill_v6.0.2",
571
- "version": "6.0.2",
572
- "comments": {
573
- "patch": [
574
- {
575
- "comment": "Update hash in test",
576
- "author": "bewegger@microsoft.com",
577
- "commit": "257ab782980428a018e9dca3d8b13007ab5d0737",
578
- "package": "backfill"
579
- }
580
- ]
581
- }
582
- },
583
- {
584
- "date": "Tue, 09 Jun 2020 11:50:22 GMT",
585
- "tag": "backfill_v6.0.0",
586
- "version": "6.0.0",
587
- "comments": {
588
- "major": [
589
- {
590
- "comment": "always use ** for hashGlob",
591
- "author": "vibailly@tuta.io",
592
- "commit": "f9f7b3eb46b3af71a4a712d7c94ec94726d9ebf1",
593
- "package": "backfill"
594
- }
595
- ]
596
- }
597
- }
598
- ]
599
- }
package/CHANGELOG.md DELETED
@@ -1,195 +0,0 @@
1
- # Change Log - backfill
2
-
3
- This log was last generated on Tue, 05 Sep 2023 21:29:14 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 6.2.1
8
-
9
- Tue, 05 Sep 2023 21:29:14 GMT
10
-
11
- ### Patches
12
-
13
- - Update typescript to 4.3 (elcraig@microsoft.com)
14
- - Bump backfill-cache to v5.7.1
15
- - Bump backfill-config to v6.4.1
16
- - Bump backfill-hasher to v6.5.1
17
- - Bump backfill-logger to v5.2.1
18
- - Bump backfill-utils-dotenv to v5.2.1
19
-
20
- ## 6.2.0
21
-
22
- Tue, 05 Sep 2023 19:56:47 GMT
23
-
24
- ### Minor changes
25
-
26
- - Require Node 14; add downlevel syntax compilation to ES2020 for Node 14 (elcraig@microsoft.com)
27
- - Bump backfill-cache to v5.7.0
28
- - Bump backfill-config to v6.4.0
29
- - Bump backfill-hasher to v6.5.0
30
- - Bump backfill-logger to v5.2.0
31
- - Bump backfill-utils-dotenv to v5.2.0
32
-
33
- ## 6.1.27
34
-
35
- Thu, 13 Apr 2023 20:28:21 GMT
36
-
37
- ### Patches
38
-
39
- - Bump backfill-cache to v5.6.4
40
-
41
- ## 6.1.26
42
-
43
- Thu, 08 Dec 2022 02:52:13 GMT
44
-
45
- ### Patches
46
-
47
- - Update dependency execa to v5 (renovate@whitesourcesoftware.com)
48
- - Bump backfill-cache to v5.6.3
49
- - Bump backfill-config to v6.3.1
50
- - Bump backfill-hasher to v6.4.5
51
- - Bump backfill-utils-test to v5.1.3
52
-
53
- ## 6.1.25
54
-
55
- Thu, 08 Dec 2022 02:12:15 GMT
56
-
57
- ### Patches
58
-
59
- - Bump backfill-hasher to v6.4.4
60
-
61
- ## 6.1.24
62
-
63
- Thu, 08 Dec 2022 00:58:32 GMT
64
-
65
- ### Patches
66
-
67
- - Add missing dependency on `find-up` (elcraig@microsoft.com)
68
-
69
- ## 6.1.23
70
-
71
- Sat, 17 Sep 2022 00:00:24 GMT
72
-
73
- ### Patches
74
-
75
- - Bump backfill-hasher to v6.4.3
76
-
77
- ## 6.1.22
78
-
79
- Fri, 16 Sep 2022 00:21:39 GMT
80
-
81
- ### Patches
82
-
83
- - Bump backfill-cache to v5.6.2
84
-
85
- ## 6.1.17
86
-
87
- Wed, 18 May 2022 12:15:03 GMT
88
-
89
- ### Patches
90
-
91
- - Make incremental cache an opt-in option (vibailly@microsoft.com)
92
-
93
- ## 6.1.10
94
-
95
- Tue, 12 Oct 2021 19:45:45 GMT
96
-
97
- ### Patches
98
-
99
- - get correct name of the storage provider (kchau@microsoft.com)
100
-
101
- ## 6.1.9
102
-
103
- Tue, 21 Sep 2021 22:29:42 GMT
104
-
105
- ### Patches
106
-
107
- - Fix git root detection in worktrees (elcraig@microsoft.com)
108
-
109
- ## 6.1.6
110
-
111
- Thu, 06 May 2021 13:46:20 GMT
112
-
113
- ### Patches
114
-
115
- - opt-in to optimize cache size (vibailly@microsoft.com)
116
-
117
- ## 6.1.5
118
-
119
- Tue, 27 Apr 2021 09:06:13 GMT
120
-
121
- ### Patches
122
-
123
- - Bump @types/node from 13.13.35 to 14.14.41 (ronald.ndirangu@gmail.com)
124
-
125
- ## 6.1.3
126
-
127
- Tue, 27 Apr 2021 08:32:03 GMT
128
-
129
- ### Patches
130
-
131
- - Bump @types/fs-extra from 8.0.1 to 9.0.11 (ronald.ndirangu@gmail.com)
132
-
133
- ## 6.1.2
134
-
135
- Tue, 27 Apr 2021 08:29:06 GMT
136
-
137
- ### Patches
138
-
139
- - Bump find-up from 4.1.0 to 5.0.0 (ronald.ndirangu@gmail.com)
140
-
141
- ## 6.1.0
142
-
143
- Tue, 01 Dec 2020 09:43:25 GMT
144
-
145
- ### Minor changes
146
-
147
- - Bump typescript from 3.7.4 to 4.1.2 (bewegger@microsoft.com)
148
-
149
- ## 6.0.8
150
-
151
- Tue, 01 Dec 2020 09:13:42 GMT
152
-
153
- ### Patches
154
-
155
- - Run Prettier 2.2.0 (bewegger@microsoft.com)
156
-
157
- ## 6.0.7
158
-
159
- Tue, 01 Dec 2020 09:06:20 GMT
160
-
161
- ### Patches
162
-
163
- - Bump find-up from 4.1.0 to 5.0.0 (bewegger@microsoft.com)
164
-
165
- ## 6.0.6
166
-
167
- Tue, 01 Dec 2020 09:03:22 GMT
168
-
169
- ### Patches
170
-
171
- - Bump yargs to 16.1.1 (bewegger@microsoft.com)
172
-
173
- ## 6.0.4
174
-
175
- Tue, 13 Oct 2020 08:40:08 GMT
176
-
177
- ### Patches
178
-
179
- - Use workspace root instead of git root (bewegger@microsoft.com)
180
-
181
- ## 6.0.2
182
-
183
- Tue, 18 Aug 2020 16:03:05 GMT
184
-
185
- ### Patches
186
-
187
- - Update hash in test (bewegger@microsoft.com)
188
-
189
- ## 6.0.0
190
-
191
- Tue, 09 Jun 2020 11:50:22 GMT
192
-
193
- ### Major changes
194
-
195
- - always use ** for hashGlob (vibailly@tuta.io)