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