@lage-run/cli 0.33.2 → 0.33.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/CHANGELOG.md DELETED
@@ -1,1925 +0,0 @@
1
- # Change Log - @lage-run/cli
2
-
3
- <!-- This log was last generated on Sat, 24 Jan 2026 09:00:58 GMT and should not be manually modified. -->
4
-
5
- <!-- Start content -->
6
-
7
- ## 0.33.2
8
-
9
- Sat, 24 Jan 2026 09:00:58 GMT
10
-
11
- ### Patches
12
-
13
- - Add explicit module boundary types and update typescript version (elcraig@microsoft.com)
14
- - Bump and pin dependencies locally, but unpin them when the package is published (elcraig@microsoft.com)
15
- - Better validation and docs of reporter names. If you were using an invalid reporter name by accident, Lage will now exit with an error. (elcraig@microsoft.com)
16
- - Update dependency workspace-tools to v0.40.4 and fix deprecated API usage (email not defined)
17
-
18
- ## 0.33.1
19
-
20
- Thu, 15 Jan 2026 23:24:00 GMT
21
-
22
- ### Patches
23
-
24
- - Update dependency workspace-tools to v0.40.0 (renovate@whitesourcesoftware.com)
25
- - Replace ProgressReporter as the default with a less fancy implementation (crhaglun@microsoft.com)
26
- - Add lint rule for no-floating-promises and fix several places (nemanjatesic@microsoft.com)
27
-
28
- ## 0.33.0
29
-
30
- Tue, 21 Oct 2025 23:42:35 GMT
31
-
32
- ### Minor changes
33
-
34
- - Add custom reporter capability to Lage (nemanjatesic@microsoft.com)
35
-
36
- ## 0.32.0
37
-
38
- Mon, 01 Sep 2025 08:10:36 GMT
39
-
40
- ### Minor changes
41
-
42
- - Add merge logic for targetConfig (dannyvv@microsoft.com)
43
-
44
- ## 0.31.8
45
-
46
- Fri, 08 Aug 2025 08:10:13 GMT
47
-
48
- ### Patches
49
-
50
- - Call read/readdir when simulating file accesses (pgunasekara@microsoft.com)
51
-
52
- ## 0.31.6
53
-
54
- Fri, 01 Aug 2025 08:10:15 GMT
55
-
56
- ### Patches
57
-
58
- - Export Target type (email not defined)
59
- - Update dependency workspace-tools to v0.38.4 (renovate@whitesourcesoftware.com)
60
-
61
- ## 0.31.3
62
-
63
- Thu, 17 Apr 2025 08:10:01 GMT
64
-
65
- ### Patches
66
-
67
- - Update dependency workspace-tools to v0.38.3 (email not defined)
68
- - Update dependency chokidar to v3.6.0 (renovate@whitesourcesoftware.com)
69
-
70
- ## 0.31.2
71
-
72
- Sat, 12 Apr 2025 08:09:17 GMT
73
-
74
- ### Patches
75
-
76
- - make sure to touch / probe all directories deeply (kchau@microsoft.com)
77
-
78
- ## 0.31.1
79
-
80
- Wed, 02 Apr 2025 08:10:04 GMT
81
-
82
- ### Patches
83
-
84
- - Update dependency fast-glob to v3.3.3 (renovate@whitesourcesoftware.com)
85
-
86
- ## 0.31.0
87
-
88
- Wed, 02 Apr 2025 00:48:44 GMT
89
-
90
- ### Minor changes
91
-
92
- - Add backwards compate lage info emit hack (dannyvv@microsoft.com)
93
-
94
- ## 0.30.0
95
-
96
- Sat, 29 Mar 2025 02:16:38 GMT
97
-
98
- ### Minor changes
99
-
100
- - cheat on optimization by leverage the fact that 'info' command is called before anything else ALWAYS in BXL (kchau@microsoft.com)
101
-
102
- ### Patches
103
-
104
- - fixes the lage-server to respect gitignored files for env globs (kchau@microsoft.com)
105
-
106
- ## 0.28.0
107
-
108
- Sat, 15 Feb 2025 20:04:19 GMT
109
-
110
- ### Minor changes
111
-
112
- - Add backwards compate lage info emit hack (dannyvv@microsoft.com)
113
-
114
- ## 0.27.0
115
-
116
- Wed, 12 Feb 2025 00:08:30 GMT
117
-
118
- ### Minor changes
119
-
120
- - Add support to json formatter to pretty print and indent the json when the log level is set to verbose or silly... (dannyvv@microsoft.com)
121
- - Bump @lage-run/reporters to v1.3.0
122
-
123
- ## 0.26.0
124
-
125
- Wed, 12 Feb 2025 00:04:29 GMT
126
-
127
- ### Minor changes
128
-
129
- - Add extra info to lage info for #815 (dannyvv@microsoft.com)
130
-
131
- ## 0.25.7
132
-
133
- Tue, 11 Feb 2025 05:40:29 GMT
134
-
135
- ### Patches
136
-
137
- - fixing outputs to have correct outputs (kchau@microsoft.com)
138
-
139
- ## 0.25.6
140
-
141
- Mon, 10 Feb 2025 00:35:53 GMT
142
-
143
- ### Patches
144
-
145
- - tracks the transitive inputs rather just one level deep (kchau@microsoft.com)
146
- - simulate transitives by doing our own hashing (kchau@microsoft.com)
147
- - Bump @lage-run/rpc to v1.2.7
148
-
149
- ## 0.25.2
150
-
151
- Fri, 07 Feb 2025 02:50:58 GMT
152
-
153
- ### Patches
154
-
155
- - adding missing inputs from dependencies (kchau@microsoft.com)
156
-
157
- ## 0.25.1
158
-
159
- Tue, 04 Feb 2025 18:31:49 GMT
160
-
161
- ### Patches
162
-
163
- - Bump @lage-run/scheduler to v1.5.1
164
-
165
- ## 0.25.0
166
-
167
- Fri, 24 Jan 2025 23:04:32 GMT
168
-
169
- ### Minor changes
170
-
171
- - Adds environment variables override for all CLI args. Get these from --help (kchau@microsoft.com)
172
-
173
- ## 0.24.13
174
-
175
- Thu, 23 Jan 2025 17:38:05 GMT
176
-
177
- ### Patches
178
-
179
- - Bump @lage-run/scheduler to v1.5.0
180
- - Bump @lage-run/worker-threads-pool to v0.9.0
181
-
182
- ## 0.24.12
183
-
184
- Fri, 17 Jan 2025 21:57:32 GMT
185
-
186
- ### Patches
187
-
188
- - Bump @lage-run/hasher to v1.6.9
189
- - Bump @lage-run/scheduler to v1.4.5
190
-
191
- ## 0.24.11
192
-
193
- Wed, 15 Jan 2025 16:56:22 GMT
194
-
195
- ### Patches
196
-
197
- - Fix bug where priorities were not being correctly set on tasks (1581488+christiango@users.noreply.github.com)
198
- - Bump @lage-run/cache to v1.3.11
199
- - Bump @lage-run/config to v0.4.12
200
- - Bump @lage-run/hasher to v1.6.8
201
- - Bump @lage-run/reporters to v1.2.19
202
- - Bump @lage-run/runners to v1.2.1
203
- - Bump @lage-run/scheduler to v1.4.4
204
- - Bump @lage-run/scheduler-types to v0.3.23
205
- - Bump @lage-run/target-graph to v0.11.1
206
-
207
- ## 0.24.10
208
-
209
- Fri, 20 Dec 2024 19:42:00 GMT
210
-
211
- ### Patches
212
-
213
- - adds the directory probing as well (kchau@microsoft.com)
214
-
215
- ## 0.24.9
216
-
217
- Thu, 19 Dec 2024 15:53:46 GMT
218
-
219
- ### Patches
220
-
221
- - Bump @lage-run/scheduler to v1.4.3
222
-
223
- ## 0.24.8
224
-
225
- Tue, 10 Dec 2024 23:38:54 GMT
226
-
227
- ### Patches
228
-
229
- - makes sure the failing case also reports i/o of files (kchau@microsoft.com)
230
-
231
- ## 0.24.7
232
-
233
- Mon, 09 Dec 2024 06:21:52 GMT
234
-
235
- ### Patches
236
-
237
- - fixing the outputs so it includes files I/O (kchau@microsoft.com)
238
-
239
- ## 0.24.6
240
-
241
- Sun, 08 Dec 2024 00:07:28 GMT
242
-
243
- ### Patches
244
-
245
- - adds the ability to do workerIdleMemoryLimit (kchau@microsoft.com)
246
- - Bump @lage-run/scheduler to v1.4.2
247
- - Bump @lage-run/worker-threads-pool to v0.8.6
248
-
249
- ## 0.24.5
250
-
251
- Wed, 04 Dec 2024 23:50:15 GMT
252
-
253
- ### Patches
254
-
255
- - Fixes the server worker model to use aggregated pool (kchau@microsoft.com)
256
- - Bump @lage-run/scheduler to v1.4.1
257
- - Bump @lage-run/worker-threads-pool to v0.8.5
258
-
259
- ## 0.24.4
260
-
261
- Mon, 02 Dec 2024 17:23:22 GMT
262
-
263
- ### Patches
264
-
265
- - adds the ability to create stagedTargets (kchau@microsoft.com)
266
- - Bump @lage-run/cache to v1.3.10
267
- - Bump @lage-run/config to v0.4.11
268
- - Bump @lage-run/hasher to v1.6.7
269
- - Bump @lage-run/reporters to v1.2.18
270
- - Bump @lage-run/runners to v1.2.0
271
- - Bump @lage-run/scheduler to v1.4.0
272
- - Bump @lage-run/scheduler-types to v0.3.22
273
- - Bump @lage-run/target-graph to v0.11.0
274
-
275
- ## 0.24.3
276
-
277
- Wed, 20 Nov 2024 08:12:37 GMT
278
-
279
- ### Patches
280
-
281
- - Update dependency workspace-tools to v0.38.1 (email not defined)
282
- - Bump @lage-run/cache to v1.3.9
283
- - Bump @lage-run/config to v0.4.10
284
- - Bump @lage-run/hasher to v1.6.6
285
- - Bump @lage-run/reporters to v1.2.17
286
- - Bump @lage-run/runners to v1.1.2
287
- - Bump @lage-run/scheduler to v1.3.12
288
- - Bump @lage-run/scheduler-types to v0.3.21
289
- - Bump @lage-run/target-graph to v0.10.1
290
-
291
- ## 0.24.2
292
-
293
- Wed, 20 Nov 2024 02:43:43 GMT
294
-
295
- ### Patches
296
-
297
- - adding exit code support for executeInProcess (kchau@microsoft.com)
298
- - Bump @lage-run/config to v0.4.9
299
- - Bump @lage-run/runners to v1.1.1
300
- - Bump @lage-run/scheduler to v1.3.11
301
-
302
- ## 0.24.1
303
-
304
- Mon, 18 Nov 2024 23:22:30 GMT
305
-
306
- ### Patches
307
-
308
- - Bump @lage-run/hasher to v1.6.5
309
- - Bump @lage-run/scheduler to v1.3.10
310
-
311
- ## 0.24.0
312
-
313
- Fri, 08 Nov 2024 19:45:09 GMT
314
-
315
- ### Minor changes
316
-
317
- - add "shouldRun()" config to the target config (kchau@microsoft.com)
318
- - Bump @lage-run/cache to v1.3.8
319
- - Bump @lage-run/config to v0.4.8
320
- - Bump @lage-run/hasher to v1.6.4
321
- - Bump @lage-run/reporters to v1.2.16
322
- - Bump @lage-run/runners to v1.1.0
323
- - Bump @lage-run/scheduler to v1.3.9
324
- - Bump @lage-run/scheduler-types to v0.3.20
325
- - Bump @lage-run/target-graph to v0.10.0
326
-
327
- ## 0.23.11
328
-
329
- Fri, 08 Nov 2024 19:27:44 GMT
330
-
331
- ### Patches
332
-
333
- - Bump @lage-run/scheduler to v1.3.8
334
-
335
- ## 0.23.10
336
-
337
- Fri, 01 Nov 2024 08:07:38 GMT
338
-
339
- ### Patches
340
-
341
- - skip using npm client if running a node script (kchau@microsoft.com)
342
- - Bump @lage-run/config to v0.4.7
343
- - Bump @lage-run/runners to v1.0.7
344
- - Bump @lage-run/scheduler to v1.3.7
345
-
346
- ## 0.23.9
347
-
348
- Tue, 22 Oct 2024 15:19:29 GMT
349
-
350
- ### Patches
351
-
352
- - Update dependency workspace-tools to v0.37.0 (email not defined)
353
- - Bump @lage-run/cache to v1.3.7
354
- - Bump @lage-run/config to v0.4.6
355
- - Bump @lage-run/hasher to v1.6.3
356
- - Bump @lage-run/reporters to v1.2.15
357
- - Bump @lage-run/runners to v1.0.6
358
- - Bump @lage-run/scheduler to v1.3.6
359
- - Bump @lage-run/scheduler-types to v0.3.19
360
- - Bump @lage-run/target-graph to v0.9.3
361
-
362
- ## 0.23.8
363
-
364
- Mon, 21 Oct 2024 22:18:54 GMT
365
-
366
- ### Patches
367
-
368
- - Bump @lage-run/cache to v1.3.6
369
- - Bump @lage-run/config to v0.4.5
370
- - Bump @lage-run/hasher to v1.6.2
371
- - Bump @lage-run/reporters to v1.2.14
372
- - Bump @lage-run/runners to v1.0.5
373
- - Bump @lage-run/scheduler to v1.3.5
374
- - Bump @lage-run/scheduler-types to v0.3.18
375
- - Bump @lage-run/target-graph to v0.9.2
376
-
377
- ## 0.23.7
378
-
379
- Thu, 17 Oct 2024 20:33:04 GMT
380
-
381
- ### Patches
382
-
383
- - Bump @lage-run/cache to v1.3.5
384
- - Bump @lage-run/config to v0.4.4
385
- - Bump @lage-run/hasher to v1.6.1
386
- - Bump @lage-run/reporters to v1.2.13
387
- - Bump @lage-run/runners to v1.0.4
388
- - Bump @lage-run/scheduler to v1.3.4
389
- - Bump @lage-run/scheduler-types to v0.3.17
390
- - Bump @lage-run/target-graph to v0.9.1
391
-
392
- ## 0.23.6
393
-
394
- Fri, 11 Oct 2024 22:09:18 GMT
395
-
396
- ### Patches
397
-
398
- - moved the picker creation to be just once to be reused in a singletargetworker (kchau@microsoft.com)
399
- - Bump @lage-run/reporters to v1.2.12
400
-
401
- ## 0.23.5
402
-
403
- Thu, 10 Oct 2024 20:14:59 GMT
404
-
405
- ### Patches
406
-
407
- - shutoff at 3 minutes (kchau@microsoft.com)
408
-
409
- ## 0.23.4
410
-
411
- Wed, 09 Oct 2024 17:20:33 GMT
412
-
413
- ### Patches
414
-
415
- - fixing up the lage integrate with buildxl to utilize lage-server (kchau@microsoft.com)
416
- - Bump @lage-run/scheduler to v1.3.3
417
- - Bump @lage-run/worker-threads-pool to v0.8.4
418
-
419
- ## 0.23.3
420
-
421
- Tue, 08 Oct 2024 20:03:36 GMT
422
-
423
- ### Patches
424
-
425
- - uses the shell scripts to have a different executable name (kchau@microsoft.com)
426
-
427
- ## 0.23.2
428
-
429
- Mon, 07 Oct 2024 19:33:13 GMT
430
-
431
- ### Patches
432
-
433
- - Fixing the action command generation to handle the case of launching as server without --server (kchau@microsoft.com)
434
-
435
- ## 0.23.1
436
-
437
- Fri, 04 Oct 2024 23:41:44 GMT
438
-
439
- ### Patches
440
-
441
- - Modified info command to accommodate a "LAGE_WORKER_SERVER" flag (also, --server) (kchau@microsoft.com)
442
- - Bump @lage-run/rpc to v1.2.3
443
-
444
- ## 0.23.0
445
-
446
- Wed, 02 Oct 2024 20:26:19 GMT
447
-
448
- ### Minor changes
449
-
450
- - Simulate file access for lage server (kchau@microsoft.com)
451
- - Bump @lage-run/cache to v1.3.4
452
- - Bump @lage-run/config to v0.4.3
453
- - Bump @lage-run/globby to v14.2.0
454
- - Bump @lage-run/hasher to v1.6.0
455
- - Bump @lage-run/reporters to v1.2.11
456
- - Bump @lage-run/rpc to v1.2.2
457
- - Bump @lage-run/runners to v1.0.3
458
- - Bump @lage-run/scheduler to v1.3.2
459
- - Bump @lage-run/scheduler-types to v0.3.16
460
- - Bump @lage-run/target-graph to v0.9.0
461
- - Bump @lage-run/worker-threads-pool to v0.8.3
462
-
463
- ## 0.22.0
464
-
465
- Fri, 27 Sep 2024 20:03:49 GMT
466
-
467
- ### Minor changes
468
-
469
- - Simulate file access for lage server (kchau@microsoft.com)
470
- - Bump @lage-run/globby to v14.1.0
471
- - Bump @lage-run/hasher to v1.5.0
472
- - Bump @lage-run/rpc to v1.2.1
473
- - Bump @lage-run/scheduler to v1.3.1
474
- - Bump @lage-run/worker-threads-pool to v0.8.2
475
-
476
- ## 0.21.0
477
-
478
- Wed, 25 Sep 2024 20:28:10 GMT
479
-
480
- ### Minor changes
481
-
482
- - Bump @lage-run/hasher to v1.4.0
483
- - Bump @lage-run/scheduler to v1.3.0
484
-
485
- ## 0.20.0
486
-
487
- Fri, 13 Sep 2024 18:05:04 GMT
488
-
489
- ### Minor changes
490
-
491
- - adds a lage-server binary that listens and executes and auto shutsdown (kchau@microsoft.com)
492
- - Bump @lage-run/cache to v1.3.3
493
- - Bump @lage-run/config to v0.4.2
494
- - Bump @lage-run/hasher to v1.3.4
495
- - Bump @lage-run/reporters to v1.2.10
496
- - Bump @lage-run/rpc to v1.2.0
497
- - Bump @lage-run/runners to v1.0.2
498
- - Bump @lage-run/scheduler to v1.2.14
499
- - Bump @lage-run/scheduler-types to v0.3.15
500
- - Bump @lage-run/target-graph to v0.8.10
501
-
502
- ## 0.19.3
503
-
504
- Wed, 11 Sep 2024 20:52:15 GMT
505
-
506
- ### Patches
507
-
508
- - Update dependency fast-glob to v3.3.2 (renovate@whitesourcesoftware.com)
509
- - Bump @lage-run/hasher to v1.3.3
510
- - Bump @lage-run/scheduler to v1.2.13
511
-
512
- ## 0.19.2
513
-
514
- Wed, 11 Sep 2024 20:30:48 GMT
515
-
516
- ### Patches
517
-
518
- - Bump @lage-run/cache to v1.3.2
519
- - Bump @lage-run/config to v0.4.1
520
- - Bump @lage-run/hasher to v1.3.2
521
- - Bump @lage-run/logger to v1.3.1
522
- - Bump @lage-run/reporters to v1.2.9
523
- - Bump @lage-run/scheduler to v1.2.12
524
- - Bump @lage-run/worker-threads-pool to v0.8.1
525
-
526
- ## 0.19.1
527
-
528
- Sat, 07 Sep 2024 00:01:57 GMT
529
-
530
- ### Patches
531
-
532
- - adding parallelism to server (kchau@microsoft.com)
533
- - Bump @lage-run/config to v0.4.0
534
- - Bump @lage-run/scheduler to v1.2.11
535
-
536
- ## 0.19.0
537
-
538
- Fri, 06 Sep 2024 20:03:01 GMT
539
-
540
- ### Minor changes
541
-
542
- - remote execution RPC server and client for Lage (kchau@microsoft.com)
543
- - Bump @lage-run/rpc to v1.1.0
544
-
545
- ## 0.18.1
546
-
547
- Wed, 04 Sep 2024 23:25:05 GMT
548
-
549
- ### Patches
550
-
551
- - Bump @lage-run/hasher to v1.3.1
552
- - Bump @lage-run/scheduler to v1.2.10
553
-
554
- ## 0.18.0
555
-
556
- Fri, 30 Aug 2024 18:40:09 GMT
557
-
558
- ### Minor changes
559
-
560
- - adds an exec command that skips building a target graph. (kchau@microsoft.com)
561
- - Bump @lage-run/hasher to v1.3.0
562
- - Bump @lage-run/scheduler to v1.2.9
563
-
564
- ## 0.17.8
565
-
566
- Wed, 28 Aug 2024 21:12:45 GMT
567
-
568
- ### Patches
569
-
570
- - moving runners to its own package, fixing up imports (kchau@microsoft.com)
571
- - Bump @lage-run/config to v0.3.7
572
- - Bump @lage-run/reporters to v1.2.8
573
- - Bump @lage-run/runners to v1.0.1
574
- - Bump @lage-run/scheduler to v1.2.8
575
- - Bump @lage-run/scheduler-types to v0.3.14
576
-
577
- ## 0.17.7
578
-
579
- Tue, 25 Jun 2024 22:03:40 GMT
580
-
581
- ### Patches
582
-
583
- - Bump @lage-run/hasher to v1.2.1
584
- - Bump @lage-run/scheduler to v1.2.7
585
-
586
- ## 0.17.6
587
-
588
- Tue, 25 Jun 2024 18:25:19 GMT
589
-
590
- ### Patches
591
-
592
- - Bump @lage-run/cache to v1.3.1
593
- - Bump @lage-run/scheduler to v1.2.6
594
-
595
- ## 0.17.5
596
-
597
- Tue, 25 Jun 2024 18:10:57 GMT
598
-
599
- ### Patches
600
-
601
- - Bump @lage-run/hasher to v1.2.0
602
- - Bump @lage-run/scheduler to v1.2.5
603
-
604
- ## 0.17.4
605
-
606
- Tue, 18 Jun 2024 00:31:29 GMT
607
-
608
- ### Patches
609
-
610
- - Bump @lage-run/cache to v1.3.0
611
- - Bump @lage-run/scheduler to v1.2.4
612
-
613
- ## 0.17.3
614
-
615
- Mon, 10 Jun 2024 23:50:39 GMT
616
-
617
- ### Patches
618
-
619
- - Bump @lage-run/cache to v1.2.0
620
- - Bump @lage-run/hasher to v1.1.2
621
- - Bump @lage-run/scheduler to v1.2.3
622
-
623
- ## 0.17.2
624
-
625
- Thu, 23 May 2024 18:15:05 GMT
626
-
627
- ### Patches
628
-
629
- - Bump @lage-run/cache to v1.1.7
630
- - Bump @lage-run/config to v0.3.6
631
- - Bump @lage-run/scheduler to v1.2.2
632
-
633
- ## 0.17.1
634
-
635
- Sun, 05 May 2024 22:55:45 GMT
636
-
637
- ### Patches
638
-
639
- - Bump @lage-run/cache to v1.1.6
640
- - Bump @lage-run/hasher to v1.1.1
641
- - Bump @lage-run/scheduler to v1.2.1
642
-
643
- ## 0.17.0
644
-
645
- Tue, 23 Apr 2024 22:21:27 GMT
646
-
647
- ### Minor changes
648
-
649
- - Set shell: true when spawning npm commands, due to Node security fix. Also remove custom npm client resolution logic, which should be handled based on the PATH in the shell. (elcraig@microsoft.com)
650
- - Bump @lage-run/scheduler to v1.2.0
651
-
652
- ## 0.16.7
653
-
654
- Fri, 15 Mar 2024 04:35:11 GMT
655
-
656
- ### Patches
657
-
658
- - perf optimizations (kchau@microsoft.com)
659
- - Bump @lage-run/hasher to v1.1.0
660
- - Bump @lage-run/scheduler to v1.1.13
661
-
662
- ## 0.16.6
663
-
664
- Mon, 26 Feb 2024 16:18:50 GMT
665
-
666
- ### Patches
667
-
668
- - Fix undefined dependencies in info output (sverre.johansen@gmail.com)
669
-
670
- ## 0.16.5
671
-
672
- Thu, 21 Dec 2023 09:49:09 GMT
673
-
674
- ### Patches
675
-
676
- - Pin external deps to ensure explicit updates to lage bundle (elcraig@microsoft.com)
677
- - Bump @lage-run/cache to v1.1.5
678
- - Bump @lage-run/config to v0.3.5
679
- - Bump @lage-run/hasher to v1.0.7
680
- - Bump @lage-run/reporters to v1.2.7
681
- - Bump @lage-run/scheduler to v1.1.12
682
- - Bump @lage-run/scheduler-types to v0.3.13
683
- - Bump @lage-run/target-graph to v0.8.9
684
-
685
- ## 0.16.4
686
-
687
- Thu, 21 Dec 2023 08:37:41 GMT
688
-
689
- ### Patches
690
-
691
- - Bump @lage-run/config to v0.3.4
692
- - Bump @lage-run/scheduler to v1.1.11
693
-
694
- ## 0.16.3
695
-
696
- Tue, 12 Dec 2023 04:22:41 GMT
697
-
698
- ### Patches
699
-
700
- - Upgrade workspace-tools package to latest (stchur@microsoft.com)
701
- - Bump @lage-run/cache to v1.1.4
702
- - Bump @lage-run/config to v0.3.3
703
- - Bump @lage-run/hasher to v1.0.6
704
- - Bump @lage-run/reporters to v1.2.6
705
- - Bump @lage-run/scheduler to v1.1.10
706
- - Bump @lage-run/scheduler-types to v0.3.12
707
- - Bump @lage-run/target-graph to v0.8.8
708
-
709
- ## 0.16.2
710
-
711
- Tue, 05 Sep 2023 22:23:23 GMT
712
-
713
- ### Patches
714
-
715
- - Unpin execa dependency (elcraig@microsoft.com)
716
- - Bump @lage-run/hasher to v1.0.5
717
- - Bump @lage-run/scheduler to v1.1.9
718
-
719
- ## 0.16.1
720
-
721
- Tue, 05 Sep 2023 22:19:29 GMT
722
-
723
- ### Patches
724
-
725
- - Bump @lage-run/cache to v1.1.3
726
- - Bump @lage-run/scheduler to v1.1.8
727
-
728
- ## 0.16.0
729
-
730
- Wed, 09 Aug 2023 18:41:19 GMT
731
-
732
- ### Minor changes
733
-
734
- - Implemented info command in lage v2 (unpervertedkid@gmail.com)
735
-
736
- ## 0.15.13
737
-
738
- Mon, 17 Jul 2023 15:14:04 GMT
739
-
740
- ### Patches
741
-
742
- - Update lage core deps (email not defined)
743
- - Bump @lage-run/cache to v1.1.2
744
- - Bump @lage-run/config to v0.3.2
745
- - Bump @lage-run/hasher to v1.0.4
746
- - Bump @lage-run/reporters to v1.2.5
747
- - Bump @lage-run/scheduler to v1.1.7
748
- - Bump @lage-run/scheduler-types to v0.3.11
749
- - Bump @lage-run/target-graph to v0.8.7
750
-
751
- ## 0.15.12
752
-
753
- Tue, 11 Jul 2023 14:51:52 GMT
754
-
755
- ### Patches
756
-
757
- - Bump @lage-run/hasher to v1.0.3
758
- - Bump @lage-run/scheduler to v1.1.6
759
-
760
- ## 0.15.11
761
-
762
- Wed, 21 Jun 2023 19:06:25 GMT
763
-
764
- ### Patches
765
-
766
- - Passing logger object to TargetHasher for hasher init logging (brunoru@microsoft.com)
767
- - Bump @lage-run/hasher to v1.0.2
768
- - Bump @lage-run/scheduler to v1.1.5
769
-
770
- ## 0.15.10
771
-
772
- Thu, 15 Jun 2023 17:04:58 GMT
773
-
774
- ### Patches
775
-
776
- - Bump @lage-run/config to v0.3.1
777
- - Bump @lage-run/reporters to v1.2.4
778
- - Bump @lage-run/scheduler to v1.1.4
779
- - Bump @lage-run/scheduler-types to v0.3.10
780
-
781
- ## 0.15.9
782
-
783
- Tue, 30 May 2023 18:19:34 GMT
784
-
785
- ### Patches
786
-
787
- - Bump @lage-run/scheduler to v1.1.3
788
-
789
- ## 0.15.8
790
-
791
- Fri, 26 May 2023 20:44:05 GMT
792
-
793
- ### Patches
794
-
795
- - Bump @lage-run/scheduler to v1.1.2
796
-
797
- ## 0.15.7
798
-
799
- Fri, 26 May 2023 01:09:04 GMT
800
-
801
- ### Patches
802
-
803
- - Bump @lage-run/hasher to v1.0.1
804
- - Bump @lage-run/scheduler to v1.1.1
805
-
806
- ## 0.15.6
807
-
808
- Fri, 26 May 2023 00:17:46 GMT
809
-
810
- ### Patches
811
-
812
- - Bump @lage-run/scheduler to v1.1.0
813
-
814
- ## 0.15.5
815
-
816
- Thu, 25 May 2023 15:46:02 GMT
817
-
818
- ### Patches
819
-
820
- - Do not read config in targetWorker, instead pass CacheOptions as part of workerdata (altinokd@microsoft.com)
821
- - Bump @lage-run/config to v0.3.0
822
- - Bump @lage-run/scheduler to v1.0.2
823
-
824
- ## 0.15.4
825
-
826
- Fri, 19 May 2023 22:10:20 GMT
827
-
828
- ### Patches
829
-
830
- - Bump @lage-run/scheduler to v1.0.1
831
-
832
- ## 0.15.3
833
-
834
- Fri, 12 May 2023 06:12:34 GMT
835
-
836
- ### Patches
837
-
838
- - Bump @lage-run/reporters to v1.2.3
839
-
840
- ## 0.15.2
841
-
842
- Mon, 08 May 2023 22:27:16 GMT
843
-
844
- ### Patches
845
-
846
- - fixed to utilize the correct package for the hasher (kchau@microsoft.com)
847
- - Bump @lage-run/cache to v1.1.1
848
- - Bump @lage-run/config to v0.2.1
849
- - Bump @lage-run/hasher to v1.0.0
850
- - Bump @lage-run/reporters to v1.2.2
851
- - Bump @lage-run/scheduler to v1.0.0
852
- - Bump @lage-run/scheduler-types to v0.3.9
853
- - Bump @lage-run/target-graph to v0.8.6
854
-
855
- ## 0.15.1
856
-
857
- Mon, 08 May 2023 16:33:24 GMT
858
-
859
- ### Patches
860
-
861
- - Bump @lage-run/reporters to v1.2.1
862
-
863
- ## 0.15.0
864
-
865
- Wed, 26 Apr 2023 04:56:20 GMT
866
-
867
- ### Minor changes
868
-
869
- - Add back the init command (elcraig@microsoft.com)
870
- - Bump @lage-run/config to v0.2.0
871
- - Bump @lage-run/scheduler to v0.11.4
872
-
873
- ## 0.14.0
874
-
875
- Tue, 25 Apr 2023 02:51:19 GMT
876
-
877
- ### Minor changes
878
-
879
- - Add support for --log-file (to be used in concert with --reporter vfl (stchur@microsoft.com)
880
- - Bump @lage-run/config to v0.1.4
881
- - Bump @lage-run/logger to v1.3.0
882
- - Bump @lage-run/scheduler to v0.11.3
883
- - Bump @lage-run/scheduler-types to v0.3.8
884
- - Bump @lage-run/target-graph to v0.8.4
885
- - Bump @lage-run/cache to v0.5.4
886
- - Bump @lage-run/reporters to v1.2.0
887
-
888
- ### Patches
889
-
890
- - Update repository and homepage (elcraig@microsoft.com)
891
- - [object Object] (stchur@microsoft.com)
892
-
893
- ## 0.13.2
894
-
895
- Fri, 14 Apr 2023 04:37:54 GMT
896
-
897
- ### Patches
898
-
899
- - making lage boot faster (kchau@microsoft.com)
900
- - Bump @lage-run/config to v0.1.3
901
- - Bump @lage-run/scheduler to v0.11.2
902
- - Bump @lage-run/scheduler-types to v0.3.7
903
- - Bump @lage-run/target-graph to v0.8.3
904
- - Bump @lage-run/cache to v0.5.3
905
- - Bump @lage-run/reporters to v1.1.2
906
-
907
- ## 0.13.1
908
-
909
- Thu, 06 Apr 2023 22:27:50 GMT
910
-
911
- ### Patches
912
-
913
- - bumps workspace-tools and use async packageinfos (kchau@microsoft.com)
914
- - Bump @lage-run/config to v0.1.2
915
- - Bump @lage-run/scheduler to v0.11.1
916
- - Bump @lage-run/scheduler-types to v0.3.6
917
- - Bump @lage-run/target-graph to v0.8.2
918
- - Bump @lage-run/cache to v0.5.2
919
- - Bump @lage-run/reporters to v1.1.1
920
-
921
- ## 0.13.0
922
-
923
- Sat, 01 Apr 2023 00:28:31 GMT
924
-
925
- ### Minor changes
926
-
927
- - replace ink with @ms-cloudpack/task-reporter (kchau@microsoft.com)
928
- - Bump @lage-run/reporters to v1.1.0
929
-
930
- ## 0.12.0
931
-
932
- Thu, 30 Mar 2023 23:46:52 GMT
933
-
934
- ### Minor changes
935
-
936
- - moved caching to happen inside workers (kchau@microsoft.com)
937
- - Bump @lage-run/scheduler to v0.11.0
938
-
939
- ## 0.11.4
940
-
941
- Wed, 29 Mar 2023 22:41:49 GMT
942
-
943
- ### Patches
944
-
945
- - moving config to its own package (kchau@microsoft.com)
946
- - Bump @lage-run/config to v0.1.1
947
- - Bump @lage-run/scheduler to v0.10.5
948
- - Bump @lage-run/scheduler-types to v0.3.5
949
- - Bump @lage-run/reporters to v1.0.7
950
-
951
- ## 0.11.3
952
-
953
- Wed, 29 Mar 2023 20:02:40 GMT
954
-
955
- ### Patches
956
-
957
- - Bump @lage-run/scheduler to v0.10.4
958
- - Bump @lage-run/cache to v0.5.1
959
-
960
- ## 0.11.2
961
-
962
- Mon, 27 Mar 2023 18:00:15 GMT
963
-
964
- ### Patches
965
-
966
- - Bump @lage-run/scheduler to v0.10.3
967
- - Bump @lage-run/cache to v0.5.0
968
-
969
- ## 0.11.1
970
-
971
- Thu, 23 Mar 2023 19:32:03 GMT
972
-
973
- ### Patches
974
-
975
- - Bump @lage-run/scheduler to v0.10.2
976
-
977
- ## 0.11.0
978
-
979
- Wed, 22 Mar 2023 17:26:54 GMT
980
-
981
- ### Minor changes
982
-
983
- - Export more types used by the config (elcraig@microsoft.com)
984
-
985
- ## 0.10.1
986
-
987
- Tue, 14 Mar 2023 00:28:38 GMT
988
-
989
- ### Patches
990
-
991
- - Bump @lage-run/scheduler to v0.10.1
992
- - Bump @lage-run/scheduler-types to v0.3.4
993
- - Bump @lage-run/target-graph to v0.8.1
994
- - Bump @lage-run/cache to v0.4.3
995
- - Bump @lage-run/reporters to v1.0.6
996
-
997
- ## 0.10.0
998
-
999
- Fri, 10 Mar 2023 01:25:03 GMT
1000
-
1001
- ### Minor changes
1002
-
1003
- - adding the ability to have a NoOp Task (kchau@microsoft.com)
1004
- - Bump @lage-run/scheduler to v0.10.0
1005
- - Bump @lage-run/scheduler-types to v0.3.3
1006
- - Bump @lage-run/target-graph to v0.8.0
1007
- - Bump @lage-run/cache to v0.4.2
1008
- - Bump @lage-run/reporters to v1.0.5
1009
-
1010
- ## 0.9.2
1011
-
1012
- Wed, 08 Mar 2023 17:35:28 GMT
1013
-
1014
- ### Patches
1015
-
1016
- - Bump @lage-run/scheduler to v0.9.2
1017
- - Bump @lage-run/cache to v0.4.1
1018
-
1019
- ## 0.9.1
1020
-
1021
- Wed, 08 Mar 2023 00:05:27 GMT
1022
-
1023
- ### Patches
1024
-
1025
- - Bump @lage-run/scheduler to v0.9.1
1026
- - Bump @lage-run/scheduler-types to v0.3.2
1027
- - Bump @lage-run/target-graph to v0.7.0
1028
- - Bump @lage-run/cache to v0.4.0
1029
- - Bump @lage-run/reporters to v1.0.4
1030
-
1031
- ## 0.9.0
1032
-
1033
- Tue, 21 Feb 2023 21:30:37 GMT
1034
-
1035
- ### Minor changes
1036
-
1037
- - cache directory to be centralized (kchau@microsoft.com)
1038
- - Bump @lage-run/scheduler to v0.9.0
1039
- - Bump @lage-run/cache to v0.3.0
1040
-
1041
- ## 0.8.6
1042
-
1043
- Sat, 18 Feb 2023 00:43:33 GMT
1044
-
1045
- ### Patches
1046
-
1047
- - Bump @lage-run/reporters to v1.0.3
1048
-
1049
- ## 0.8.5
1050
-
1051
- Sat, 18 Feb 2023 00:40:18 GMT
1052
-
1053
- ### Patches
1054
-
1055
- - Bump @lage-run/reporters to v1.0.2
1056
-
1057
- ## 0.8.4
1058
-
1059
- Wed, 15 Feb 2023 16:51:15 GMT
1060
-
1061
- ### Patches
1062
-
1063
- - Bump @lage-run/scheduler to v0.8.5
1064
- - Bump @lage-run/cache to v0.2.5
1065
-
1066
- ## 0.8.3
1067
-
1068
- Wed, 15 Feb 2023 16:47:12 GMT
1069
-
1070
- ### Patches
1071
-
1072
- - bumping workspace-tools to latest to support yarn 3 (kchau@microsoft.com)
1073
- - Bump @lage-run/scheduler to v0.8.4
1074
- - Bump @lage-run/scheduler-types to v0.3.1
1075
- - Bump @lage-run/target-graph to v0.6.2
1076
- - Bump @lage-run/cache to v0.2.4
1077
- - Bump @lage-run/reporters to v1.0.1
1078
-
1079
- ## 0.8.2
1080
-
1081
- Tue, 07 Feb 2023 23:52:48 GMT
1082
-
1083
- ### Patches
1084
-
1085
- - migrating to V2 (kchau@microsoft.com)
1086
- - Bump @lage-run/scheduler to v0.8.3
1087
-
1088
- ## 0.8.1
1089
-
1090
- Mon, 06 Feb 2023 23:42:51 GMT
1091
-
1092
- ### Patches
1093
-
1094
- - fixing up some logger options to set up proper conflicts (kchau@microsoft.com)
1095
-
1096
- ## 0.8.0
1097
-
1098
- Fri, 03 Feb 2023 00:20:10 GMT
1099
-
1100
- ### Minor changes
1101
-
1102
- - adding an affected command (kchau@microsoft.com)
1103
-
1104
- ## 0.7.3
1105
-
1106
- Tue, 31 Jan 2023 23:54:49 GMT
1107
-
1108
- ### Patches
1109
-
1110
- - Bump @lage-run/scheduler to v0.8.2
1111
-
1112
- ## 0.7.2
1113
-
1114
- Tue, 31 Jan 2023 18:24:39 GMT
1115
-
1116
- ### Patches
1117
-
1118
- - switch back to old log reporter when "verbose" or "grouped" are used (kchau@microsoft.com)
1119
- - Bump @lage-run/reporters to v1.0.0
1120
-
1121
- ## 0.7.1
1122
-
1123
- Mon, 30 Jan 2023 17:26:59 GMT
1124
-
1125
- ### Patches
1126
-
1127
- - Bump @lage-run/reporters to v0.3.2
1128
-
1129
- ## 0.7.0
1130
-
1131
- Fri, 27 Jan 2023 20:50:27 GMT
1132
-
1133
- ### Minor changes
1134
-
1135
- - adding an info flag for run (kchau@microsoft.com)
1136
-
1137
- ## 0.6.4
1138
-
1139
- Fri, 27 Jan 2023 20:02:06 GMT
1140
-
1141
- ### Patches
1142
-
1143
- - make sure to take the task args into account for caching (kchau@microsoft.com)
1144
-
1145
- ## 0.6.3
1146
-
1147
- Fri, 27 Jan 2023 00:28:15 GMT
1148
-
1149
- ### Patches
1150
-
1151
- - Bump @lage-run/scheduler to v0.8.1
1152
- - Bump @lage-run/reporters to v0.3.1
1153
-
1154
- ## 0.6.2
1155
-
1156
- Wed, 18 Jan 2023 23:27:05 GMT
1157
-
1158
- ### Patches
1159
-
1160
- - get rid of any imports not from node built-ins for these runners (kchau@microsoft.com)
1161
-
1162
- ## 0.6.1
1163
-
1164
- Wed, 18 Jan 2023 19:11:10 GMT
1165
-
1166
- ### Patches
1167
-
1168
- - making sure the cache tasks are returning promises (kchau@microsoft.com)
1169
-
1170
- ## 0.6.0
1171
-
1172
- Wed, 18 Jan 2023 18:18:35 GMT
1173
-
1174
- ### Minor changes
1175
-
1176
- - Using lage for prune and clear on cache and get reporter in shape for ADO (kchau@microsoft.com)
1177
- - Bump @lage-run/scheduler to v0.8.0
1178
- - Bump @lage-run/scheduler-types to v0.3.0
1179
- - Bump @lage-run/reporters to v0.3.0
1180
-
1181
- ## 0.5.7
1182
-
1183
- Thu, 05 Jan 2023 00:40:50 GMT
1184
-
1185
- ### Patches
1186
-
1187
- - Bump @lage-run/scheduler to v0.7.3
1188
- - Bump @lage-run/reporters to v0.2.44
1189
-
1190
- ## 0.5.6
1191
-
1192
- Thu, 08 Dec 2022 00:49:28 GMT
1193
-
1194
- ### Patches
1195
-
1196
- - sets the default to progress (kchau@microsoft.com)
1197
- - Bump @lage-run/scheduler to v0.7.2
1198
- - Bump @lage-run/reporters to v0.2.43
1199
-
1200
- ## 0.5.5
1201
-
1202
- Tue, 06 Dec 2022 23:28:12 GMT
1203
-
1204
- ### Patches
1205
-
1206
- - Bump @lage-run/reporters to v0.2.42
1207
-
1208
- ## 0.5.4
1209
-
1210
- Tue, 06 Dec 2022 00:48:02 GMT
1211
-
1212
- ### Patches
1213
-
1214
- - creating the beginnings of a progress reporter - it's in beta (kchau@microsoft.com)
1215
- - Bump @lage-run/scheduler to v0.7.1
1216
- - Bump @lage-run/scheduler-types to v0.2.10
1217
- - Bump @lage-run/reporters to v0.2.41
1218
-
1219
- ## 0.5.3
1220
-
1221
- Mon, 05 Dec 2022 18:02:35 GMT
1222
-
1223
- ### Patches
1224
-
1225
- - Bump @lage-run/scheduler to v0.7.0
1226
-
1227
- ## 0.5.2
1228
-
1229
- Mon, 21 Nov 2022 06:32:03 GMT
1230
-
1231
- ### Patches
1232
-
1233
- - Fixing the watch mode to use the newer simple scheduler (kchau@microsoft.com)
1234
- - Bump @lage-run/scheduler to v0.6.0
1235
- - Bump @lage-run/scheduler-types to v0.2.9
1236
- - Bump @lage-run/reporters to v0.2.40
1237
-
1238
- ## 0.5.1
1239
-
1240
- Fri, 18 Nov 2022 19:52:38 GMT
1241
-
1242
- ### Patches
1243
-
1244
- - Bump @lage-run/scheduler to v0.5.15
1245
- - Bump @lage-run/cache to v0.2.3
1246
-
1247
- ## 0.5.0
1248
-
1249
- Thu, 17 Nov 2022 19:29:51 GMT
1250
-
1251
- ### Minor changes
1252
-
1253
- - support "to" flag (kchau@microsoft.com)
1254
-
1255
- ## 0.4.37
1256
-
1257
- Wed, 16 Nov 2022 20:07:05 GMT
1258
-
1259
- ### Patches
1260
-
1261
- - Bump @lage-run/scheduler to v0.5.14
1262
-
1263
- ## 0.4.36
1264
-
1265
- Wed, 16 Nov 2022 17:12:24 GMT
1266
-
1267
- ### Patches
1268
-
1269
- - Bump @lage-run/scheduler to v0.5.13
1270
-
1271
- ## 0.4.35
1272
-
1273
- Fri, 11 Nov 2022 07:29:47 GMT
1274
-
1275
- ### Patches
1276
-
1277
- - Bump @lage-run/scheduler to v0.5.12
1278
- - Bump @lage-run/scheduler-types to v0.2.8
1279
- - Bump @lage-run/target-graph to v0.6.1
1280
- - Bump @lage-run/cache to v0.2.2
1281
- - Bump @lage-run/reporters to v0.2.39
1282
-
1283
- ## 0.4.34
1284
-
1285
- Thu, 10 Nov 2022 20:20:45 GMT
1286
-
1287
- ### Patches
1288
-
1289
- - update api from targetgraphbuilder (kchau@microsoft.com)
1290
- - Bump @lage-run/scheduler to v0.5.11
1291
- - Bump @lage-run/scheduler-types to v0.2.7
1292
- - Bump @lage-run/target-graph to v0.6.0
1293
- - Bump @lage-run/cache to v0.2.1
1294
- - Bump @lage-run/reporters to v0.2.38
1295
-
1296
- ## 0.4.33
1297
-
1298
- Fri, 04 Nov 2022 21:14:01 GMT
1299
-
1300
- ### Patches
1301
-
1302
- - Bump @lage-run/scheduler to v0.5.10
1303
-
1304
- ## 0.4.32
1305
-
1306
- Wed, 02 Nov 2022 20:45:00 GMT
1307
-
1308
- ### Patches
1309
-
1310
- - switching from require() to import() where possible (ken@gizzar.com)
1311
- - Bump @lage-run/scheduler to v0.5.9
1312
-
1313
- ## 0.4.31
1314
-
1315
- Wed, 02 Nov 2022 06:27:27 GMT
1316
-
1317
- ### Patches
1318
-
1319
- - Bump @lage-run/scheduler to v0.5.8
1320
- - Bump @lage-run/cache to v0.2.0
1321
-
1322
- ## 0.4.30
1323
-
1324
- Tue, 01 Nov 2022 22:48:33 GMT
1325
-
1326
- ### Patches
1327
-
1328
- - Bump @lage-run/scheduler to v0.5.7
1329
- - Bump @lage-run/scheduler-types to v0.2.6
1330
- - Bump @lage-run/reporters to v0.2.37
1331
-
1332
- ## 0.4.29
1333
-
1334
- Tue, 01 Nov 2022 22:25:59 GMT
1335
-
1336
- ### Patches
1337
-
1338
- - adds import extensions of .js to prepare of esmodule switchover (kchau@microsoft.com)
1339
- - Bump @lage-run/find-npm-client to v0.1.4
1340
- - Bump @lage-run/logger to v1.2.2
1341
- - Bump @lage-run/scheduler to v0.5.6
1342
- - Bump @lage-run/scheduler-types to v0.2.5
1343
- - Bump @lage-run/target-graph to v0.5.3
1344
- - Bump @lage-run/cache to v0.1.28
1345
- - Bump @lage-run/reporters to v0.2.36
1346
-
1347
- ## 0.4.28
1348
-
1349
- Tue, 01 Nov 2022 20:43:17 GMT
1350
-
1351
- ### Patches
1352
-
1353
- - cleaning up the tsconfig files (kchau@microsoft.com)
1354
- - Bump @lage-run/find-npm-client to v0.1.3
1355
- - Bump @lage-run/logger to v1.2.1
1356
- - Bump @lage-run/scheduler to v0.5.5
1357
- - Bump @lage-run/scheduler-types to v0.2.4
1358
- - Bump @lage-run/target-graph to v0.5.2
1359
- - Bump @lage-run/cache to v0.1.27
1360
- - Bump @lage-run/reporters to v0.2.35
1361
-
1362
- ## 0.4.27
1363
-
1364
- Mon, 31 Oct 2022 21:56:09 GMT
1365
-
1366
- ### Patches
1367
-
1368
- - adds taskArgs param for worker scripts (kchau@microsoft.com)
1369
- - Bump @lage-run/scheduler to v0.5.4
1370
-
1371
- ## 0.4.26
1372
-
1373
- Mon, 31 Oct 2022 21:27:52 GMT
1374
-
1375
- ### Patches
1376
-
1377
- - adds depcheck and fixes (kchau@microsoft.com)
1378
- - Bump @lage-run/find-npm-client to v0.1.2
1379
- - Bump @lage-run/scheduler to v0.5.3
1380
- - Bump @lage-run/scheduler-types to v0.2.3
1381
- - Bump @lage-run/reporters to v0.2.34
1382
-
1383
- ## 0.4.25
1384
-
1385
- Sat, 29 Oct 2022 18:42:49 GMT
1386
-
1387
- ### Patches
1388
-
1389
- - bump workspace-tools (ken@gizzar.com)
1390
- - Bump @lage-run/scheduler to v0.5.2
1391
- - Bump @lage-run/target-graph to v0.5.1
1392
- - Bump @lage-run/cache to v0.1.26
1393
- - Bump @lage-run/reporters to v0.2.33
1394
-
1395
- ## 0.4.24
1396
-
1397
- Sat, 29 Oct 2022 01:06:17 GMT
1398
-
1399
- ### Patches
1400
-
1401
- - adds a memory limit param (kchau@microsoft.com)
1402
- - Bump @lage-run/scheduler to v0.5.1
1403
- - Bump @lage-run/reporters to v0.2.32
1404
-
1405
- ## 0.4.23
1406
-
1407
- Wed, 26 Oct 2022 22:48:35 GMT
1408
-
1409
- ### Patches
1410
-
1411
- - run modified packages and their deps first if running with since option and hitting repoWideChanges (email not defined)
1412
-
1413
- ## 0.4.22
1414
-
1415
- Wed, 26 Oct 2022 22:01:13 GMT
1416
-
1417
- ### Patches
1418
-
1419
- - Bump @lage-run/scheduler to v0.5.0
1420
- - Bump @lage-run/target-graph to v0.5.0
1421
- - Bump @lage-run/cache to v0.1.25
1422
- - Bump @lage-run/reporters to v0.2.31
1423
-
1424
- ## 0.4.21
1425
-
1426
- Wed, 26 Oct 2022 00:02:06 GMT
1427
-
1428
- ### Patches
1429
-
1430
- - Bump @lage-run/scheduler to v0.4.16
1431
- - Bump @lage-run/target-graph to v0.4.5
1432
- - Bump @lage-run/cache to v0.1.24
1433
- - Bump @lage-run/reporters to v0.2.30
1434
-
1435
- ## 0.4.20
1436
-
1437
- Tue, 25 Oct 2022 00:06:49 GMT
1438
-
1439
- ### Patches
1440
-
1441
- - Bump @lage-run/scheduler to v0.4.15
1442
- - Bump @lage-run/cache to v0.1.23
1443
- - Bump @lage-run/reporters to v0.2.29
1444
-
1445
- ## 0.4.19
1446
-
1447
- Mon, 24 Oct 2022 21:40:05 GMT
1448
-
1449
- ### Patches
1450
-
1451
- - Bump @lage-run/scheduler to v0.4.14
1452
- - Bump @lage-run/cache to v0.1.22
1453
- - Bump @lage-run/reporters to v0.2.28
1454
-
1455
- ## 0.4.18
1456
-
1457
- Sun, 23 Oct 2022 04:31:57 GMT
1458
-
1459
- ### Patches
1460
-
1461
- - Adds support for the CLI to configure the maxWorkersPerTask via --max-workers-per-task (ken@gizzar.com)
1462
- - Bump @lage-run/scheduler to v0.4.13
1463
- - Bump @lage-run/target-graph to v0.4.4
1464
- - Bump @lage-run/cache to v0.1.21
1465
- - Bump @lage-run/reporters to v0.2.27
1466
-
1467
- ## 0.4.17
1468
-
1469
- Fri, 21 Oct 2022 23:04:34 GMT
1470
-
1471
- ### Patches
1472
-
1473
- - fixing the max worker again - this time we need to account for general pool availability (ken@gizzar.com)
1474
-
1475
- ## 0.4.16
1476
-
1477
- Fri, 21 Oct 2022 21:36:38 GMT
1478
-
1479
- ### Patches
1480
-
1481
- - pipelines with maxWorker now create separate pools (ken@gizzar.com)
1482
- - Bump @lage-run/scheduler to v0.4.12
1483
- - Bump @lage-run/reporters to v0.2.26
1484
-
1485
- ## 0.4.15
1486
-
1487
- Fri, 21 Oct 2022 19:33:09 GMT
1488
-
1489
- ### Patches
1490
-
1491
- - Bump @lage-run/scheduler to v0.4.11
1492
- - Bump @lage-run/reporters to v0.2.25
1493
-
1494
- ## 0.4.14
1495
-
1496
- Thu, 20 Oct 2022 00:22:27 GMT
1497
-
1498
- ### Patches
1499
-
1500
- - promotes maxWorker to be a "top level" target config (options are for target runners) (kchau@microsoft.com)
1501
- - Bump @lage-run/scheduler to v0.4.10
1502
- - Bump @lage-run/target-graph to v0.4.3
1503
- - Bump @lage-run/cache to v0.1.20
1504
- - Bump @lage-run/reporters to v0.2.24
1505
-
1506
- ## 0.4.13
1507
-
1508
- Wed, 12 Oct 2022 21:07:14 GMT
1509
-
1510
- ### Patches
1511
-
1512
- - Bump @lage-run/scheduler to v0.4.9
1513
- - Bump @lage-run/reporters to v0.2.23
1514
-
1515
- ## 0.4.12
1516
-
1517
- Sat, 08 Oct 2022 19:11:01 GMT
1518
-
1519
- ### Patches
1520
-
1521
- - Bump @lage-run/scheduler to v0.4.8
1522
-
1523
- ## 0.4.11
1524
-
1525
- Sat, 08 Oct 2022 18:44:41 GMT
1526
-
1527
- ### Patches
1528
-
1529
- - Bump @lage-run/scheduler to v0.4.7
1530
-
1531
- ## 0.4.10
1532
-
1533
- Sat, 08 Oct 2022 17:43:37 GMT
1534
-
1535
- ### Patches
1536
-
1537
- - adding a watch mode action (ken@gizzar.com)
1538
- - Bump @lage-run/scheduler to v0.4.6
1539
- - Bump @lage-run/reporters to v0.2.22
1540
-
1541
- ## 0.4.9
1542
-
1543
- Thu, 06 Oct 2022 16:46:54 GMT
1544
-
1545
- ### Patches
1546
-
1547
- - expose ignore option for since in cli (email not defined)
1548
-
1549
- ## 0.4.8
1550
-
1551
- Thu, 06 Oct 2022 16:07:29 GMT
1552
-
1553
- ### Patches
1554
-
1555
- - adding logger to the constructor of the backfillCacheProvider usages (ken@gizzar.com)
1556
- - Bump @lage-run/scheduler to v0.4.5
1557
- - Bump @lage-run/cache to v0.1.19
1558
- - Bump @lage-run/reporters to v0.2.21
1559
-
1560
- ## 0.4.7
1561
-
1562
- Thu, 06 Oct 2022 04:37:18 GMT
1563
-
1564
- ### Patches
1565
-
1566
- - Bump @lage-run/scheduler to v0.4.4
1567
- - Bump @lage-run/reporters to v0.2.20
1568
-
1569
- ## 0.4.6
1570
-
1571
- Wed, 05 Oct 2022 23:59:29 GMT
1572
-
1573
- ### Patches
1574
-
1575
- - Remove hack to get support backfill config in pr.yml (kchau@microsoft.com)
1576
- - Bump @lage-run/scheduler to v0.4.3
1577
- - Bump @lage-run/cache to v0.1.18
1578
- - Bump @lage-run/reporters to v0.2.19
1579
-
1580
- ## 0.4.5
1581
-
1582
- Wed, 05 Oct 2022 20:00:31 GMT
1583
-
1584
- ### Patches
1585
-
1586
- - Bump @lage-run/scheduler to v0.4.2
1587
- - Bump @lage-run/cache to v0.1.17
1588
- - Bump @lage-run/reporters to v0.2.18
1589
-
1590
- ## 0.4.4
1591
-
1592
- Wed, 05 Oct 2022 03:31:04 GMT
1593
-
1594
- ### Patches
1595
-
1596
- - Fixes remote cache configuration for when environment variables are used instead of the config file (ken@gizzar.com)
1597
-
1598
- ## 0.4.3
1599
-
1600
- Tue, 04 Oct 2022 21:39:20 GMT
1601
-
1602
- ### Patches
1603
-
1604
- - Support async configs in v2+ (kchau@microsoft.com)
1605
-
1606
- ## 0.4.2
1607
-
1608
- Tue, 04 Oct 2022 20:18:09 GMT
1609
-
1610
- ### Patches
1611
-
1612
- - Bump @lage-run/scheduler to v0.4.1
1613
-
1614
- ## 0.4.1
1615
-
1616
- Tue, 04 Oct 2022 15:51:44 GMT
1617
-
1618
- ### Patches
1619
-
1620
- - actually publish runners and workers (kchau@microsoft.com)
1621
-
1622
- ## 0.4.0
1623
-
1624
- Tue, 04 Oct 2022 03:38:54 GMT
1625
-
1626
- ### Minor changes
1627
-
1628
- - Uses the new scheduler (kchau@microsoft.com)
1629
- - Bump @lage-run/scheduler to v0.4.0
1630
- - Bump @lage-run/reporters to v0.2.17
1631
-
1632
- ## 0.3.19
1633
-
1634
- Mon, 03 Oct 2022 20:41:25 GMT
1635
-
1636
- ### Patches
1637
-
1638
- - moved reporters init code in @lage-run/reporters (kchau@microsoft.com)
1639
- - Bump @lage-run/scheduler to v0.3.14
1640
- - Bump @lage-run/reporters to v0.2.16
1641
-
1642
- ## 0.3.18
1643
-
1644
- Mon, 03 Oct 2022 19:57:28 GMT
1645
-
1646
- ### Patches
1647
-
1648
- - Bump @lage-run/scheduler to v0.3.13
1649
- - Bump @lage-run/target-graph to v0.4.2
1650
- - Bump @lage-run/cache to v0.1.16
1651
- - Bump @lage-run/reporters to v0.2.15
1652
-
1653
- ## 0.3.17
1654
-
1655
- Mon, 03 Oct 2022 00:06:54 GMT
1656
-
1657
- ### Patches
1658
-
1659
- - factoring out scheduler types to a new package (ken@gizzar.com)
1660
- - Bump @lage-run/scheduler to v0.3.12
1661
- - Bump @lage-run/reporters to v0.2.14
1662
-
1663
- ## 0.3.16
1664
-
1665
- Sat, 01 Oct 2022 16:21:41 GMT
1666
-
1667
- ### Patches
1668
-
1669
- - uses the new find-npm-client packge (ken@gizzar.com)
1670
- - Bump @lage-run/scheduler to v0.3.11
1671
- - Bump @lage-run/target-graph to v0.4.1
1672
- - Bump @lage-run/cache to v0.1.15
1673
- - Bump @lage-run/reporters to v0.2.13
1674
-
1675
- ## 0.3.15
1676
-
1677
- Sat, 01 Oct 2022 15:29:50 GMT
1678
-
1679
- ### Patches
1680
-
1681
- - displays any errors before exiting (from lage itself, not the tasks) (ken@gizzar.com)
1682
- - Bump @lage-run/scheduler to v0.3.10
1683
- - Bump @lage-run/target-graph to v0.4.0
1684
- - Bump @lage-run/cache to v0.1.14
1685
- - Bump @lage-run/reporters to v0.2.12
1686
-
1687
- ## 0.3.14
1688
-
1689
- Sat, 01 Oct 2022 06:41:42 GMT
1690
-
1691
- ### Patches
1692
-
1693
- - Bump @lage-run/scheduler to v0.3.9
1694
- - Bump @lage-run/target-graph to v0.3.5
1695
- - Bump @lage-run/cache to v0.1.13
1696
- - Bump @lage-run/reporters to v0.2.11
1697
-
1698
- ## 0.3.13
1699
-
1700
- Sat, 01 Oct 2022 05:25:29 GMT
1701
-
1702
- ### Patches
1703
-
1704
- - Bump @lage-run/scheduler to v0.3.8
1705
- - Bump @lage-run/reporters to v0.2.10
1706
-
1707
- ## 0.3.12
1708
-
1709
- Fri, 30 Sep 2022 23:00:17 GMT
1710
-
1711
- ### Patches
1712
-
1713
- - Bump @lage-run/scheduler to v0.3.7
1714
- - Bump @lage-run/reporters to v0.2.9
1715
-
1716
- ## 0.3.11
1717
-
1718
- Fri, 30 Sep 2022 16:50:18 GMT
1719
-
1720
- ### Patches
1721
-
1722
- - Add colors to the default logger in v2 (phillip.burch@live.com)
1723
- - Bump @lage-run/reporters to v0.2.8
1724
-
1725
- ## 0.3.10
1726
-
1727
- Thu, 29 Sep 2022 21:54:45 GMT
1728
-
1729
- ### Patches
1730
-
1731
- - Update dependency workspace-tools to ^0.28.0 (email not defined)
1732
- - Bump @lage-run/scheduler to v0.3.6
1733
- - Bump @lage-run/target-graph to v0.3.4
1734
- - Bump @lage-run/cache to v0.1.12
1735
- - Bump @lage-run/reporters to v0.2.7
1736
-
1737
- ## 0.3.9
1738
-
1739
- Wed, 21 Sep 2022 23:32:29 GMT
1740
-
1741
- ### Patches
1742
-
1743
- - Making these corrections so that the dependencies and --no-dependents (dependents option) are correctly parsed and used in the program. (email not defined)
1744
-
1745
- ## 0.3.8
1746
-
1747
- Mon, 19 Sep 2022 05:03:56 GMT
1748
-
1749
- ### Patches
1750
-
1751
- - Bump @lage-run/scheduler to v0.3.5
1752
- - Bump @lage-run/target-graph to v0.3.3
1753
- - Bump @lage-run/cache to v0.1.11
1754
- - Bump @lage-run/reporters to v0.2.6
1755
-
1756
- ## 0.3.7
1757
-
1758
- Mon, 19 Sep 2022 03:33:34 GMT
1759
-
1760
- ### Patches
1761
-
1762
- - fix default fallback (ken@gizzar.com)
1763
-
1764
- ## 0.3.6
1765
-
1766
- Sat, 17 Sep 2022 20:20:49 GMT
1767
-
1768
- ### Patches
1769
-
1770
- - Fixing logging in workerpools to not be out of order (ken@gizzar.com)
1771
- - Bump @lage-run/scheduler to v0.3.4
1772
- - Bump @lage-run/reporters to v0.2.5
1773
-
1774
- ## 0.3.5
1775
-
1776
- Sat, 17 Sep 2022 01:09:34 GMT
1777
-
1778
- ### Patches
1779
-
1780
- - Update dependency workspace-tools to ^0.27.0 (email not defined)
1781
- - Bump @lage-run/scheduler to v0.3.3
1782
- - Bump @lage-run/target-graph to v0.3.2
1783
- - Bump @lage-run/cache to v0.1.10
1784
- - Bump @lage-run/reporters to v0.2.4
1785
-
1786
- ## 0.3.4
1787
-
1788
- Fri, 16 Sep 2022 23:45:26 GMT
1789
-
1790
- ### Patches
1791
-
1792
- - Remove unused and non-exported path utilities (elcraig@microsoft.com)
1793
-
1794
- ## 0.3.3
1795
-
1796
- Fri, 16 Sep 2022 01:32:24 GMT
1797
-
1798
- ### Patches
1799
-
1800
- - Bump @lage-run/scheduler to v0.3.2
1801
- - Bump @lage-run/cache to v0.1.9
1802
- - Bump @lage-run/reporters to v0.2.3
1803
-
1804
- ## 0.3.2
1805
-
1806
- Thu, 15 Sep 2022 20:42:32 GMT
1807
-
1808
- ### Patches
1809
-
1810
- - Adds back the support for "ignore" (kchau@microsoft.com)
1811
-
1812
- ## 0.3.1
1813
-
1814
- Tue, 06 Sep 2022 20:10:16 GMT
1815
-
1816
- ### Patches
1817
-
1818
- - Bump @lage-run/scheduler to v0.3.1
1819
- - Bump @lage-run/target-graph to v0.3.1
1820
- - Bump @lage-run/cache to v0.1.8
1821
- - Bump @lage-run/reporters to v0.2.2
1822
-
1823
- ## 0.3.0
1824
-
1825
- Sun, 04 Sep 2022 23:00:20 GMT
1826
-
1827
- ### Minor changes
1828
-
1829
- - Supports workers as a new target type (ken@gizzar.com)
1830
- - Bump @lage-run/logger to v1.2.0
1831
- - Bump @lage-run/scheduler to v0.3.0
1832
- - Bump @lage-run/target-graph to v0.3.0
1833
- - Bump @lage-run/cache to v0.1.7
1834
- - Bump @lage-run/reporters to v0.2.1
1835
-
1836
- ## 0.2.4
1837
-
1838
- Fri, 26 Aug 2022 23:05:53 GMT
1839
-
1840
- ### Patches
1841
-
1842
- - get rid of memory-streams as a devDep (kchau@microsoft.com)
1843
-
1844
- ## 0.2.3
1845
-
1846
- Fri, 26 Aug 2022 06:34:51 GMT
1847
-
1848
- ### Patches
1849
-
1850
- - fixes cache cleaning to also clean the cached console outputs (ken@gizzar.com)
1851
- - Bump @lage-run/scheduler to v0.2.0
1852
- - Bump @lage-run/reporters to v0.2.0
1853
-
1854
- ## 0.2.2
1855
-
1856
- Thu, 25 Aug 2022 20:06:40 GMT
1857
-
1858
- ### Patches
1859
-
1860
- - Fixes where the reporter instances can be found (from logger instance) (kchau@microsoft.com)
1861
-
1862
- ## 0.2.1
1863
-
1864
- Wed, 24 Aug 2022 22:26:03 GMT
1865
-
1866
- ### Patches
1867
-
1868
- - Update dependency @types/node to v14.18.26 (renovate@whitesourcesoftware.com)
1869
- - Bump @lage-run/logger to v1.1.3
1870
- - Bump @lage-run/scheduler to v0.1.7
1871
- - Bump @lage-run/target-graph to v0.2.2
1872
- - Bump @lage-run/cache to v0.1.6
1873
- - Bump @lage-run/reporters to v0.1.6
1874
-
1875
- ## 0.2.0
1876
-
1877
- Wed, 24 Aug 2022 20:50:50 GMT
1878
-
1879
- ### Minor changes
1880
-
1881
- - adds cache command (ken@gizzar.com)
1882
-
1883
- ## 0.1.4
1884
-
1885
- Wed, 24 Aug 2022 16:23:48 GMT
1886
-
1887
- ### Patches
1888
-
1889
- - Bump @lage-run/scheduler to v0.1.6
1890
- - Bump @lage-run/cache to v0.1.5
1891
- - Bump @lage-run/reporters to v0.1.5
1892
-
1893
- ## 0.1.3
1894
-
1895
- Wed, 24 Aug 2022 15:22:38 GMT
1896
-
1897
- ### Patches
1898
-
1899
- - Update dependency workspace-tools to ^0.26.0 (renovate@whitesourcesoftware.com)
1900
- - Bump @lage-run/scheduler to v0.1.5
1901
- - Bump @lage-run/target-graph to v0.2.1
1902
- - Bump @lage-run/cache to v0.1.4
1903
- - Bump @lage-run/reporters to v0.1.4
1904
-
1905
- ## 0.1.2
1906
-
1907
- Tue, 23 Aug 2022 21:26:23 GMT
1908
-
1909
- ### Patches
1910
-
1911
- - Adds the --profile flag (kchau@microsoft.com)
1912
- - Bump @lage-run/scheduler to v0.1.4
1913
- - Bump @lage-run/reporters to v0.1.3
1914
-
1915
- ## 0.1.1
1916
-
1917
- Tue, 23 Aug 2022 07:53:50 GMT
1918
-
1919
- ### Patches
1920
-
1921
- - New package - patch bump to get it deployed! (ken@gizzar.com)
1922
- - Bump @lage-run/logger to v1.1.2
1923
- - Bump @lage-run/scheduler to v0.1.3
1924
- - Bump @lage-run/cache to v0.1.3
1925
- - Bump @lage-run/reporters to v0.1.2