just-scripts 2.6.0 → 2.6.2

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,1130 +0,0 @@
1
- # Change Log - just-scripts
2
-
3
- <!-- This log was last generated on Thu, 26 Mar 2026 23:18:45 GMT and should not be manually modified. -->
4
-
5
- <!-- Start content -->
6
-
7
- ## 2.6.0
8
-
9
- Thu, 26 Mar 2026 23:18:45 GMT
10
-
11
- ### Minor changes
12
-
13
- - Adding support for jest 30 testNamePatterns (plural) option (email not defined)
14
- - Deprecate `spawn` helper (consider using `execa` instead). As a short-term improvement, it's updated to internally use `cross-spawn` for handling spaces in arguments and other basic normalization. (Also remove internal `exec` function and its usage, including in `tscTask`.) (elcraig@microsoft.com)
15
- - Fix prettier task for prettier v3. Fix tsc task with build option. Make `nodeExecTask` `args` required since no other usage makes sense. (elcraig@microsoft.com)
16
-
17
- ### Patches
18
-
19
- - Deprecate misleadingly named `encodeArgs` function. For more complete escaping, consider a library such as `shell-quote`, or use safer APIs which don't require escaping. (Note that `spawn` from this package now uses `cross-spawn` which escapes spaces internally.) (elcraig@microsoft.com)
20
- - Fix nodeExecTask to preserve process.env unless explicitly overridden (elcraig@microsoft.com)
21
- - Fix eslintTask noEslintRc option (elcraig@microsoft.com)
22
-
23
- ## 2.5.0
24
-
25
- Thu, 11 Dec 2025 17:20:54 GMT
26
-
27
- ### Minor changes
28
-
29
- - Merge just-scripts-utils into this package (elcraig@microsoft.com)
30
- - Bump just-task to v1.13.0
31
-
32
- ## 2.4.2
33
-
34
- Mon, 27 Oct 2025 18:08:47 GMT
35
-
36
- ### Patches
37
-
38
- - Add support for report-unused-disable-directives in the eslint task (1581488+christiango@users.noreply.github.com)
39
-
40
- ## 2.4.1
41
-
42
- Thu, 22 May 2025 19:11:12 GMT
43
-
44
- ### Patches
45
-
46
- - Add support for setting maxWorkers in jestTask (1581488+christiango@users.noreply.github.com)
47
-
48
- ## 2.4.0
49
-
50
- Fri, 28 Mar 2025 08:01:48 GMT
51
-
52
- ### Minor changes
53
-
54
- - Build with TypeScript 4.5 (elcraig@microsoft.com)
55
- - Bump just-scripts-utils to v2.1.0
56
- - Bump just-task to v1.12.0
57
-
58
- ## 2.3.3
59
-
60
- Tue, 10 Dec 2024 22:22:46 GMT
61
-
62
- ### Patches
63
-
64
- - Bump just-task to v1.11.0
65
-
66
- ## 2.3.2
67
-
68
- Tue, 10 Sep 2024 03:04:12 GMT
69
-
70
- ### Patches
71
-
72
- - Pass env variables through to eslint cli (stchur@microsoft.com)
73
-
74
- ## 2.3.1
75
-
76
- Wed, 07 Aug 2024 22:28:11 GMT
77
-
78
- ### Patches
79
-
80
- - Add support for setting ESLINT_USE_FLAT_CONFIG to assist with upgrades to eslint v9 (1581488+christiango@users.noreply.github.com)
81
-
82
- ## 2.3.0
83
-
84
- Tue, 26 Mar 2024 00:12:38 GMT
85
-
86
- ### Minor changes
87
-
88
- - Bump just-task to v1.10.0
89
-
90
- ## 2.2.3
91
-
92
- Tue, 05 Mar 2024 08:01:41 GMT
93
-
94
- ### Patches
95
-
96
- - Export CssLoaderOptions and PrettierTaskOptions which both appear on the type signature for the public API of just-scripts (1581488+christiango@users.noreply.github.com)
97
-
98
- ## 2.2.2
99
-
100
- Sat, 02 Mar 2024 02:16:34 GMT
101
-
102
- ### Patches
103
-
104
- - Bump just-task to v1.9.0
105
-
106
- ## 2.2.1
107
-
108
- Tue, 12 Sep 2023 08:02:05 GMT
109
-
110
- ### Patches
111
-
112
- - Remove local copy of API Extractor types (elcraig@microsoft.com)
113
- - Update dependency fs-extra to v11 (renovate@whitesourcesoftware.com)
114
- - Bump just-scripts-utils to v2.0.1
115
- - Bump just-task to v1.8.0
116
-
117
- ## 2.2.0
118
-
119
- Sat, 19 Aug 2023 08:01:49 GMT
120
-
121
- ### Minor changes
122
-
123
- - Add quiet option to eslint task (kyleehrlich@microsoft.com)
124
-
125
- ## 2.1.3
126
-
127
- Fri, 10 Mar 2023 08:01:53 GMT
128
-
129
- ### Patches
130
-
131
- - Update readmes and homepage links (elcraig@microsoft.com)
132
- - Include onCompile in filtered out object keys for webpack task (rlanda@microsoft.com)
133
- - Bump just-task to v1.7.2
134
-
135
- ## 2.1.2
136
-
137
- Thu, 09 Mar 2023 08:02:10 GMT
138
-
139
- ### Patches
140
-
141
- - Bump just-scripts-utils to v2.0.0
142
- - Bump just-task to v1.7.1
143
-
144
- ## 2.1.1
145
-
146
- Thu, 09 Mar 2023 05:44:11 GMT
147
-
148
- ### Patches
149
-
150
- - Bump just-scripts-utils to v1.2.1
151
-
152
- ## 2.1.0
153
-
154
- Fri, 18 Nov 2022 22:40:12 GMT
155
-
156
- ### Minor changes
157
-
158
- - Require Node 14 (elcraig@microsoft.com)
159
- - Bump just-scripts-utils to v1.2.0
160
- - Bump just-task to v1.7.0
161
-
162
- ## 2.0.5
163
-
164
- Fri, 16 Sep 2022 08:02:22 GMT
165
-
166
- ### Patches
167
-
168
- - Bump just-task to v1.6.1
169
-
170
- ## 2.0.4
171
-
172
- Sat, 10 Sep 2022 08:02:45 GMT
173
-
174
- ### Patches
175
-
176
- - Update dependency fs-extra to v10 (email not defined)
177
- - Bump just-scripts-utils to v1.1.7
178
- - Bump just-task to v1.6.0
179
-
180
- ## 2.0.3
181
-
182
- Sat, 10 Sep 2022 00:19:03 GMT
183
-
184
- ### Patches
185
-
186
- - Specify Node 12+ engines requirement (elcraig@microsoft.com)
187
- - Bump just-scripts-utils to v1.1.6
188
- - Bump just-task to v1.5.1
189
-
190
- ## 2.0.2
191
-
192
- Fri, 09 Sep 2022 00:04:18 GMT
193
-
194
- ### Patches
195
-
196
- - Move @types/node to devDependencies (email not defined)
197
- - Bump just-scripts to v2.0.2 (email not defined)
198
-
199
- ## 2.0.1
200
-
201
- Thu, 18 Aug 2022 16:10:31 GMT
202
-
203
- ### Patches
204
-
205
- - Add more configuration options for the eslint task (1581488+christiango@users.noreply.github.com)
206
-
207
- ## 2.0.0
208
-
209
- Mon, 16 May 2022 20:50:34 GMT
210
-
211
- ### Major changes
212
-
213
- **BREAKING CHANGE:** `copyInstructionsTask` now creates symlinks by default (see [#584](https://github.com/microsoft/just/pull/584)). To disable this behavior, pass the option `noSymlink: true`.
214
-
215
- `just-scripts` v2 also requires Node >= 14 (as of `2.1.0`).
216
-
217
- ## 1.8.2
218
-
219
- Tue, 05 Apr 2022 20:55:43 GMT
220
-
221
- ### Patches
222
-
223
- - Add support for dart-sass (tristan.watanabe@gmail.com)
224
-
225
- ## 1.8.1
226
-
227
- Thu, 31 Mar 2022 17:04:30 GMT
228
-
229
- ### Patches
230
-
231
- - Bump just-scripts to v1.8.1 (dzearing@microsoft.com)
232
-
233
- ## 1.8.0
234
-
235
- Mon, 07 Feb 2022 19:43:53 GMT
236
-
237
- ### Minor changes
238
-
239
- - Api extractor task now respects projectFolder option if provided. (dzearing@microsoft.com)
240
-
241
- ## 1.7.0
242
-
243
- Mon, 07 Feb 2022 17:05:34 GMT
244
-
245
- ### Minor changes
246
-
247
- - Adding rootDir option to jest task. (dzearing@microsoft.com)
248
-
249
- ## 1.6.2
250
-
251
- Thu, 27 Jan 2022 23:06:07 GMT
252
-
253
- ### Patches
254
-
255
- - Bump just-scripts to v1.6.2 (elcraig@microsoft.com)
256
-
257
- ## 1.6.1
258
-
259
- Tue, 14 Dec 2021 18:46:49 GMT
260
-
261
- ### Patches
262
-
263
- - jest: don't include positional args twice (elcraig@microsoft.com)
264
-
265
- ## 1.6.0
266
-
267
- Mon, 13 Dec 2021 23:44:49 GMT
268
-
269
- ### Minor changes
270
-
271
- - Add option to modify API Extractor config before executing (elcraig@microsoft.com)
272
-
273
- ## 1.5.8
274
-
275
- Fri, 10 Sep 2021 23:58:46 GMT
276
-
277
- ### Patches
278
-
279
- - Bump just-scripts to v1.5.8 (kchau@microsoft.com)
280
-
281
- ## 1.5.7
282
-
283
- Wed, 04 Aug 2021 17:43:24 GMT
284
-
285
- ### Patches
286
-
287
- - Bump just-scripts-utils to v1.1.4 (not specified)
288
-
289
- ## 1.5.6
290
-
291
- Tue, 13 Jul 2021 21:45:44 GMT
292
-
293
- ### Patches
294
-
295
- - add semver to just-scripts (jcreamer@microsoft.com)
296
-
297
- ## 1.5.5
298
-
299
- Tue, 13 Jul 2021 17:19:50 GMT
300
-
301
- ### Patches
302
-
303
- - Bump just-scripts-utils to v1.1.3 (iancra@microsoft.com)
304
-
305
- ## 1.5.4
306
-
307
- Thu, 15 Apr 2021 19:00:12 GMT
308
-
309
- ### Patches
310
-
311
- - Bump just-task to v1.4.1 (kchau@microsoft.com)
312
-
313
- ## 1.5.3
314
-
315
- Fri, 02 Apr 2021 23:21:50 GMT
316
-
317
- ### Patches
318
-
319
- - Bump just-task to v1.4.0 (kchau@microsoft.com)
320
-
321
- ## 1.5.2
322
-
323
- Mon, 22 Mar 2021 20:50:50 GMT
324
-
325
- ### Patches
326
-
327
- - esbuild to resolve from cwd first then resolved paths (kchau@microsoft.com)
328
-
329
- ## 1.5.1
330
-
331
- Mon, 22 Mar 2021 20:32:55 GMT
332
-
333
- ### Patches
334
-
335
- - adds esbuildTask to public API (kchau@microsoft.com)
336
-
337
- ## 1.5.0
338
-
339
- Mon, 22 Mar 2021 19:48:18 GMT
340
-
341
- ### Minor changes
342
-
343
- - adding esbuild to just-scripts (kchau@microsoft.com)
344
-
345
- ## 1.4.2
346
-
347
- Sat, 20 Mar 2021 00:45:10 GMT
348
-
349
- ### Patches
350
-
351
- - Bump just-task to v1.3.0 (kchau@microsoft.com)
352
-
353
- ## 1.4.1
354
-
355
- Thu, 18 Feb 2021 18:52:18 GMT
356
-
357
- ### Patches
358
-
359
- - Add support for jest config in package.json. (afoxman@microsoft.com)
360
-
361
- ## 1.4.0
362
-
363
- Sat, 13 Feb 2021 01:45:18 GMT
364
-
365
- ### Minor changes
366
-
367
- - Add silent option to jest task to match Jest CLI --silent (iancra@microsoft.com)
368
-
369
- ## 1.3.3
370
-
371
- Tue, 09 Feb 2021 03:08:41 GMT
372
-
373
- ### Patches
374
-
375
- - Bump just-scripts-utils to v1.1.2 (dannyvv@microsoft.com)
376
-
377
- ## 1.3.2
378
-
379
- Tue, 26 Jan 2021 23:51:57 GMT
380
-
381
- ### Patches
382
-
383
- - Bump just-task to v1.2.0 (dannyvv@microsoft.com)
384
-
385
- ## 1.3.1
386
-
387
- Thu, 14 Jan 2021 20:55:06 GMT
388
-
389
- ### Patches
390
-
391
- - fixing release pipeline and the empty lib folder (kchau@microsoft.com)
392
-
393
- ## 1.3.0
394
-
395
- Wed, 13 Jan 2021 23:22:52 GMT
396
-
397
- ### Minor changes
398
-
399
- - making webpackDevServerTask work with newer webpack-cli versions; webpack config are picked up more naturally like webpack-cli (kchau@microsoft.com)
400
- - Update typescript and other dependencies (elcraig@microsoft.com)
401
-
402
- ### Patches
403
-
404
- - Bump just-scripts-utils to v1.1.0 (elcraig@microsoft.com)
405
- - Bump just-task to v1.1.0 (elcraig@microsoft.com)
406
-
407
- ## 1.2.6
408
-
409
- Mon, 09 Nov 2020 22:25:49 GMT
410
-
411
- ### Patches
412
-
413
- - Use just-script-utils version of spawn in order to properly forward OOMs. (jagore@microsoft.com)
414
-
415
- ## 1.2.3
416
-
417
- Mon, 02 Nov 2020 16:26:27 GMT
418
-
419
- ### Patches
420
-
421
- - Publish src folder (1581488+christiango@users.noreply.github.com)
422
-
423
- ## 1.2.2
424
-
425
- Tue, 27 Oct 2020 22:47:26 GMT
426
-
427
- ### Patches
428
-
429
- - Error if explicit webpack config path does not exist (iancra@microsoft.com)
430
-
431
- ## 1.2.1
432
-
433
- Thu, 22 Oct 2020 16:37:05 GMT
434
-
435
- ### Patches
436
-
437
- - Do not crash reporting errors in Webpack 5 (1581488+christiango@users.noreply.github.com)
438
-
439
- ## 1.2.0
440
-
441
- Fri, 09 Oct 2020 21:11:51 GMT
442
-
443
- ### Minor changes
444
-
445
- - adds a new nodeExecTask that optionally supports ts-node (kchau@microsoft.com)
446
-
447
- ## 1.1.0
448
-
449
- Thu, 08 Oct 2020 21:11:16 GMT
450
-
451
- ### Minor changes
452
-
453
- - enable typescript in webpack (kchau@microsoft.com)
454
-
455
- ## 1.0.0
456
-
457
- Tue, 06 Oct 2020 23:06:25 GMT
458
-
459
- ### Major changes
460
-
461
- - removed just-stack-* (kchau@microsoft.com)
462
-
463
- ### Patches
464
-
465
- - Remove implicit SDI usage (darthtrevino@gmail.com)
466
-
467
- ## 0.44.7
468
-
469
- Thu, 24 Sep 2020 21:26:58 GMT
470
-
471
- ### Patches
472
-
473
- - undefined (kchau@microsoft.com)
474
-
475
- ## 0.44.6
476
-
477
- Tue, 22 Sep 2020 23:11:37 GMT
478
-
479
- ### Patches
480
-
481
- - making just-scripts the most screaming fast thing (kchau@microsoft.com)
482
-
483
- ## 0.44.5
484
-
485
- Wed, 16 Sep 2020 00:18:39 GMT
486
-
487
- ### Patches
488
-
489
- - API extractor task: create destination directory if it doesn't exist (elcraig@microsoft.com)
490
-
491
- ## 0.44.4
492
-
493
- Mon, 10 Aug 2020 19:39:57 GMT
494
-
495
- ### Patches
496
-
497
- - Don't overwrite options._ in jestTask (1581488+christiango@users.noreply.github.com)
498
-
499
- ## 0.44.3
500
-
501
- Mon, 10 Aug 2020 19:24:56 GMT
502
-
503
- ### Patches
504
-
505
- - Add support for --clearCache to jest task (1581488+christiango@users.noreply.github.com)
506
-
507
- ## 0.44.2
508
-
509
- Mon, 03 Aug 2020 16:59:40 GMT
510
-
511
- ### Patches
512
-
513
- - Remove 'npm-registry-fetch' dependency (rezha@microsoft.com)
514
-
515
- ## 0.44.1
516
-
517
- Wed, 15 Jul 2020 00:35:09 GMT
518
-
519
- ### Patches
520
-
521
- - ESLint task: Setting Timing value to environment variable. (vipati@microsoft.com)
522
-
523
- ## 0.44.0
524
-
525
- Mon, 06 Jul 2020 19:35:46 GMT
526
-
527
- ### Minor changes
528
-
529
- - Export spawn util. (jagore@microsoft.com)
530
-
531
- ## 0.43.4
532
-
533
- Wed, 17 Jun 2020 20:52:36 GMT
534
-
535
- ### Patches
536
-
537
- - Add unit tests for copy task. (jagore@microsoft.com)
538
-
539
- ## 0.43.2
540
-
541
- Thu, 04 Jun 2020 22:56:59 GMT
542
-
543
- ### Patches
544
-
545
- - adding nodeArgs arg to tscTask (kchau@microsoft.com)
546
-
547
- ## 0.43.1
548
-
549
- Thu, 04 Jun 2020 22:11:04 GMT
550
-
551
- ### Patches
552
-
553
- - Replacing cssnano with postcss-clean, which is more reliable. (dzearing@microsoft.com)
554
-
555
- ## 0.43.0
556
-
557
- Tue, 02 Jun 2020 20:33:23 GMT
558
-
559
- ### Minor changes
560
-
561
- - eslint task: fix config resolution and add options (elcraig@microsoft.com)
562
-
563
- ## 0.42.0
564
-
565
- Mon, 01 Jun 2020 23:29:27 GMT
566
-
567
- ### Minor changes
568
-
569
- - Removing sass warnings about missing plugins. (dzearing@microsoft.com)
570
- - Use updated options to autoprefixer (jdh@microsoft.com)
571
-
572
- ## 0.41.0
573
-
574
- Mon, 11 May 2020 20:26:03 GMT
575
-
576
- ### Minor changes
577
-
578
- - Adding directional support to sass pipeline. (dzearing@microsoft.com)
579
-
580
- ## 0.40.0
581
-
582
- Mon, 27 Apr 2020 18:15:47 GMT
583
-
584
- ### Minor changes
585
-
586
- - Pretty print webpack stats on error instead of printing JSON (email not defined)
587
- - Fix args passed to webpack.config.js function to match webpack spec (email not defined)
588
- - webpackDevServerTask passes through webpackCliArgs to webpack-dev-server (iancra@microsoft.com)
589
-
590
- ### Patches
591
-
592
- - bumping just-task dependency (kchau@microsoft.com)
593
- - Fix API Extractor types (elcraig@microsoft.com)
594
-
595
- ## 0.39.0
596
- Fri, 24 Apr 2020 17:42:34 GMT
597
-
598
- ### Minor changes
599
-
600
- - Add 'noOpen' flag to tell webpack not to open browser page. (kinhln@microsoft.com)
601
- ## 0.38.0
602
- Mon, 13 Apr 2020 15:57:30 GMT
603
-
604
- ### Minor changes
605
-
606
- - Make API Extractor task accept all API Extractor options, and deprecate fixNewlines. Add shared Jest reporter. (elcraig@microsoft.com)
607
- ## 0.37.2
608
- Fri, 10 Apr 2020 20:34:02 GMT
609
-
610
- ### Patches
611
-
612
- - Jest now can take a positional arg to run a certain test pattern (kchau@microsoft.com)
613
- ## 0.37.1
614
- Tue, 07 Apr 2020 17:35:38 GMT
615
-
616
- ### Patches
617
-
618
- - another take on tar task using tar-fs instead because it can actually handle large amounts of data (kchau@microsoft.com)
619
- ## 0.37.0
620
- Mon, 06 Apr 2020 21:43:56 GMT
621
-
622
- ### Minor changes
623
-
624
- - Adds a new set of tar create and extract tasks (kchau@microsoft.com)
625
- ## 0.36.1
626
- Wed, 13 Nov 2019 19:42:46 GMT
627
-
628
- ### Patches
629
-
630
- - adding options to turn off colors (kchau@microsoft.com)
631
- ## 0.36.0
632
- Mon, 11 Nov 2019 21:09:42 GMT
633
-
634
- ### Minor changes
635
-
636
- - api-extractor task: add callback to access ExtractorResult, add typings, improve logic (elcraig@microsoft.com)
637
- ## 0.35.0
638
- Thu, 07 Nov 2019 04:07:08 GMT
639
-
640
- ### Minor changes
641
-
642
- - adding environment variable support for jestTask (kchau@microsoft.com)
643
- ## 0.34.1
644
- Mon, 04 Nov 2019 20:25:32 GMT
645
-
646
- ### Patches
647
-
648
- - get rid of force exit for jest task as it masks the real test problems (kchau@microsoft.com)
649
- ## 0.34.0
650
- Thu, 31 Oct 2019 21:15:50 GMT
651
-
652
- ### Minor changes
653
-
654
- - adds a plain old webpack-cli task (kchau@microsoft.com)
655
- ## 0.33.0
656
- Wed, 23 Oct 2019 15:48:00 GMT
657
-
658
- ### Minor changes
659
-
660
- - Add a "project" option to the tslint task (matthias.klass@gmail.com)
661
- ## 0.32.1
662
- Fri, 18 Oct 2019 22:08:36 GMT
663
-
664
- ### Patches
665
-
666
- - bump just-task (kchau@microsoft.com)
667
- ## 0.32.0
668
- Fri, 18 Oct 2019 20:08:37 GMT
669
-
670
- ### Minor changes
671
-
672
- - bumps just-task dependency (kchau@microsoft.com)
673
- ## 0.31.1
674
- Fri, 27 Sep 2019 23:36:14 GMT
675
-
676
- ### Patches
677
-
678
- - fixes tsoverlay checkeroption to be empty (odbuild@microsoft.com)
679
- ## 0.31.0
680
- Fri, 27 Sep 2019 17:06:38 GMT
681
-
682
- ### Minor changes
683
-
684
- - adding loaderoptions for tsoverlay (odbuild@microsoft.com)
685
- ## 0.30.0
686
- Fri, 27 Sep 2019 16:10:48 GMT
687
-
688
- ### Minor changes
689
-
690
- - Add option to fix API report file newlines (elcraig@microsoft.com)
691
- ## 0.29.0
692
- Tue, 17 Sep 2019 19:23:34 GMT
693
-
694
- ### Minor changes
695
-
696
- - feat: added webpack-cli tasks init, more to come (anik220798@gmail.com)
697
- ## 0.28.3
698
- Mon, 16 Sep 2019 23:39:13 GMT
699
-
700
- ### Patches
701
-
702
- - fixes styleoverlay (kchau@microsoft.com)
703
- ## 0.28.2
704
- Mon, 26 Aug 2019 17:08:08 GMT
705
-
706
- ### Patches
707
-
708
- - adds a forceexit flag to make sure timeouts don't hang the runner (kchau@microsoft.com)
709
-
710
- ## 0.28.1
711
- Wed, 14 Aug 2019 18:36:20 GMT
712
-
713
- ### Patches
714
-
715
- - Update just-scripts-utils version (altinokd@microsoft.com)
716
-
717
- ## 0.28.0
718
- Wed, 07 Aug 2019 22:11:38 GMT
719
-
720
- ### Minor changes
721
-
722
- - add resolvePluginsPath option, make it possible to set maxWarnings to 0 (andrewh@microsoft.com)
723
-
724
- ## 0.27.0
725
- Mon, 05 Aug 2019 06:10:22 GMT
726
-
727
- ### Minor changes
728
-
729
- - Getting rid of defunct just-stack / monorepo tasks (kchau@microsoft.com)
730
-
731
- ## 0.26.0
732
- Fri, 19 Jul 2019 22:44:26 GMT
733
-
734
- ### Minor changes
735
-
736
- - Support string array options. (ScottHysom@users.noreply.github.com)
737
-
738
- ## 0.25.4
739
- Thu, 18 Jul 2019 18:05:47 GMT
740
-
741
- ### Patches
742
-
743
- - Add unit tests for tscTask (ScottHysom@users.noreply.github.com)
744
-
745
- ## 0.25.3
746
- Thu, 18 Jul 2019 17:09:22 GMT
747
-
748
- ### Patches
749
-
750
- - fix: added default arguments (anik220798@gmail.com)
751
-
752
- ## 0.25.2
753
- Wed, 10 Jul 2019 19:56:39 GMT
754
-
755
- ### Patches
756
-
757
- - Only pass valid webpack options to webpack (1581488+christiango@users.noreply.github.com)
758
-
759
- ## 0.25.1
760
- Wed, 10 Jul 2019 16:41:03 GMT
761
-
762
- ### Patches
763
-
764
- - Add ability to set node args for webpack dev server (1581488+christiango@users.noreply.github.com)
765
-
766
- ## 0.25.0
767
- Fri, 05 Jul 2019 16:59:55 GMT
768
-
769
- ### Minor changes
770
-
771
- - allow webpacktask to take in promises inside the module exports (kchau@microsoft.com)
772
-
773
- ## 0.24.2
774
- Mon, 01 Jul 2019 20:15:20 GMT
775
-
776
- ### Patches
777
-
778
- - introduce ESLint to sources (43081j@users.noreply.github.com)
779
-
780
- ## 0.24.1
781
- Mon, 01 Jul 2019 18:55:04 GMT
782
-
783
- ### Patches
784
-
785
- - fixes build cache so packages can have different path name than package name (kchau@microsoft.com)
786
-
787
- ## 0.24.0
788
- Wed, 26 Jun 2019 02:35:13 GMT
789
-
790
- ### Minor
791
-
792
- - Add extensions option Move no-eslintrc as seperate option Code cleanup (mmoe@stibosystems.com)
793
-
794
- ## 0.23.1
795
- Tue, 18 Jun 2019 06:34:34 GMT
796
-
797
- ### Patches
798
-
799
- - sorting lines - creating a patch release (kchau@microsoft.com)
800
-
801
- ## 0.23.0
802
- Tue, 18 Jun 2019 05:17:16 GMT
803
-
804
- ### Minor
805
-
806
- - New task: ESLint (kchau@microsoft.com)
807
-
808
- ## 0.22.1
809
- Fri, 14 Jun 2019 17:24:38 GMT
810
-
811
- ### Patches
812
-
813
- - Don't override default webpack extensions (kchau@microsoft.com)
814
-
815
- ## 0.22.0
816
- Thu, 13 Jun 2019 21:35:38 GMT
817
-
818
- ### Minor
819
-
820
- - makes clean also clean out the cache (kchau@microsoft.com)
821
-
822
- ## 0.21.1
823
- Thu, 13 Jun 2019 21:16:34 GMT
824
-
825
- ### Patches
826
-
827
- - fixes the running message (kchau@microsoft.com)
828
-
829
- ## 0.21.0
830
- Wed, 12 Jun 2019 22:24:44 GMT
831
-
832
- ### Minor
833
-
834
- - supports tsc build project ref mode (kchau@microsoft.com)
835
-
836
- ## 0.20.0
837
- Wed, 12 Jun 2019 02:03:29 GMT
838
-
839
- ## 0.20.0
840
- Wed, 12 Jun 2019 01:49:55 GMT
841
-
842
- ## 0.20.0
843
- Sat, 01 Jun 2019 04:59:34 GMT
844
-
845
- ### Minor changes
846
-
847
- - Upgrades api-extractor task API usage
848
-
849
- ## 0.19.0
850
- Fri, 31 May 2019 22:15:26 GMT
851
-
852
- ### Minor changes
853
-
854
- - updated apiextractor task
855
-
856
- ## 0.18.0
857
- Fri, 31 May 2019 21:15:02 GMT
858
-
859
- ### Minor changes
860
-
861
- - adds css / style loader to webpack
862
-
863
- ## 0.17.0
864
- Fri, 24 May 2019 17:59:43 GMT
865
-
866
- ### Minor changes
867
-
868
- - Add a `fix` option to tslintTask
869
-
870
- ## 0.16.0
871
- Tue, 21 May 2019 22:37:14 GMT
872
-
873
- ### Minor changes
874
-
875
- - Switch clean, copy, and sass tasks to use options objects
876
- - Adds a nodeArgs to jestTask
877
- - add flag to write output stats
878
-
879
- ## 0.15.3
880
- Wed, 15 May 2019 18:44:04 GMT
881
-
882
- ### Patches
883
-
884
- - Update task presets to clean all the output dirs they create
885
- - Switch microsoft in repo URL to lowercase
886
-
887
- ## 0.15.2
888
- Tue, 14 May 2019 23:58:34 GMT
889
-
890
- ### Patches
891
-
892
- - export copy instructions types as well
893
-
894
- ## 0.15.1
895
- Tue, 14 May 2019 17:59:20 GMT
896
-
897
- ### Patches
898
-
899
- - Adds just-scripts bin script
900
-
901
- ## 0.15.0
902
- Fri, 10 May 2019 00:04:16 GMT
903
-
904
- ### Minor changes
905
-
906
- - adds a new advanced copy task
907
- - added prettier task
908
-
909
- ### Patches
910
-
911
- - Gets rid of the loc stuff
912
- - fix tscTask requiring an empty object for option
913
-
914
- ## 0.14.4
915
- Wed, 24 Apr 2019 23:38:23 GMT
916
-
917
- ### Patches
918
-
919
- - Added webpack overlays and such
920
-
921
- ## 0.14.3
922
- Tue, 23 Apr 2019 16:19:37 GMT
923
-
924
- ### Patches
925
-
926
- - get rid of accidental console.log
927
- - get rid of another accidental console.log in webpackTask
928
-
929
- ## 0.14.1
930
- Fri, 19 Apr 2019 01:51:22 GMT
931
-
932
- ### Patches
933
-
934
- - update add package task to remove extra just-stack devdep when provisioning a new repo
935
-
936
- ## 0.14.0
937
- Wed, 17 Apr 2019 23:43:45 GMT
938
-
939
- ### Minor changes
940
-
941
- - Added upgrade-stack with diff-match-patch algo
942
-
943
- ## 0.13.0
944
- Tue, 16 Apr 2019 19:33:20 GMT
945
-
946
- ### Minor changes
947
-
948
- - Gives the add-package script a way to take in params for generating name and stack
949
-
950
- ## 0.12.3
951
- Mon, 15 Apr 2019 21:26:42 GMT
952
-
953
- ### Patches
954
-
955
- - Fix the require statement of for webpack config since it no longer uses webpack to bundle the just-scripts
956
-
957
- ## 0.12.2
958
- Thu, 11 Apr 2019 18:27:56 GMT
959
-
960
- ### Patches
961
-
962
- - make the just-stack.json write out to a specific installed version of stack
963
-
964
- ## 0.12.1
965
- Wed, 10 Apr 2019 21:52:06 GMT
966
-
967
- ### Patches
968
-
969
- - fix add-package task to list actual stacks
970
-
971
- ## 0.12.0
972
- Wed, 10 Apr 2019 20:30:38 GMT
973
-
974
- ### Minor changes
975
-
976
- - Fixing up the upgrade scripts to use devdeps instead of just.stacks; also uses a diff / apply method to get upgrades working
977
-
978
- ## 0.11.2
979
- Fri, 05 Apr 2019 22:59:13 GMT
980
-
981
- ### Patches
982
-
983
- - fix the rootpath for finding installed stacks again
984
-
985
- ## 0.11.1
986
- Fri, 05 Apr 2019 21:18:13 GMT
987
-
988
- ### Patches
989
-
990
- - Find installed stack from scripts folder in monorepo
991
-
992
- ## 0.11.0
993
- Fri, 29 Mar 2019 20:31:33 GMT
994
-
995
- ### Minor changes
996
-
997
- - Stop webpacking package
998
-
999
- ## 0.10.1
1000
- Wed, 27 Feb 2019 06:19:32 GMT
1001
-
1002
- ### Patches
1003
-
1004
- - Fix webpack task to handle config arrays
1005
-
1006
- ## 0.10.0
1007
- Fri, 22 Feb 2019 23:37:36 GMT
1008
-
1009
- ### Minor changes
1010
-
1011
- - Consistent interface naming
1012
-
1013
- ## 0.9.0
1014
- Fri, 22 Feb 2019 22:50:01 GMT
1015
-
1016
- ### Minor changes
1017
-
1018
- - Move exec to just-scripts-utils
1019
-
1020
- ## 0.8.1
1021
- Fri, 22 Feb 2019 19:03:38 GMT
1022
-
1023
- ### Patches
1024
-
1025
- - Update package metadata
1026
-
1027
- ## 0.8.0
1028
- Fri, 22 Feb 2019 18:39:56 GMT
1029
-
1030
- ### Minor changes
1031
-
1032
- - Fix return types of task factories
1033
-
1034
- ## 0.7.9
1035
- Thu, 21 Feb 2019 22:15:15 GMT
1036
-
1037
- ### Patches
1038
-
1039
- - Enables sourcemap for debugging just-scripts in case of error
1040
-
1041
- ## 0.7.8
1042
- Thu, 21 Feb 2019 04:41:31 GMT
1043
-
1044
- ### Patches
1045
-
1046
- - addPackageTask: Remove extra files from template before running rush update
1047
-
1048
- ## 0.7.7
1049
- Wed, 20 Feb 2019 23:17:15 GMT
1050
-
1051
- ### Patches
1052
-
1053
- - Lock some dep versions
1054
-
1055
- ## 0.7.6
1056
- Wed, 20 Feb 2019 16:30:03 GMT
1057
-
1058
- ### Patches
1059
-
1060
- - Remove generated vs code settings when adding package in monorepo
1061
-
1062
- ## 0.7.5
1063
- Wed, 13 Feb 2019 22:31:47 GMT
1064
-
1065
- ### Patches
1066
-
1067
- - Dependency updates and improved error handling
1068
-
1069
- ## 0.7.4
1070
- Mon, 04 Feb 2019 05:47:04 GMT
1071
-
1072
- ### Patches
1073
-
1074
- - upgrade repo to use templates deps in a monorepo scripts folder
1075
-
1076
- ## 0.7.3
1077
- Fri, 25 Jan 2019 07:08:59 GMT
1078
-
1079
- ### Patches
1080
-
1081
- - Fixes webpack task
1082
-
1083
- ## 0.7.2
1084
- Wed, 23 Jan 2019 00:05:38 GMT
1085
-
1086
- ### Patches
1087
-
1088
- - better logging during add package
1089
-
1090
- ## 0.7.1
1091
- Tue, 22 Jan 2019 22:49:45 GMT
1092
-
1093
- ### Patches
1094
-
1095
- - exports the correct named exports for presets
1096
-
1097
- ## 0.7.0
1098
- Tue, 22 Jan 2019 22:31:23 GMT
1099
-
1100
- ### Minor changes
1101
-
1102
- - move utils from scripts to here, get rid of preset dep
1103
-
1104
- ## 0.6.0
1105
- Tue, 22 Jan 2019 21:28:18 GMT
1106
-
1107
- ### Minor changes
1108
-
1109
- - absorbed the just-task-preset stuff
1110
-
1111
- ## 0.5.0
1112
- Mon, 21 Jan 2019 19:57:09 GMT
1113
-
1114
- ### Minor changes
1115
-
1116
- - added upgrade-repo task
1117
-
1118
- ## 0.4.1
1119
- Mon, 21 Jan 2019 02:54:15 GMT
1120
-
1121
- ### Patches
1122
-
1123
- - fix upgrade stack task
1124
-
1125
- ## 0.4.0
1126
- Mon, 21 Jan 2019 02:21:01 GMT
1127
-
1128
- ### Minor changes
1129
-
1130
- - uses script utils