-
Notifications
You must be signed in to change notification settings - Fork 680
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
7973 lines (7973 loc) · 267 KB
/
CHANGELOG.json
File metadata and controls
7973 lines (7973 loc) · 267 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.171.0",
"tag": "@microsoft/rush_v5.171.0",
"date": "Sat, 21 Mar 2026 03:10:24 GMT",
"comments": {
"minor": [
{
"comment": "Add RUSH_QUIET_MODE environment variable that, when set to `1` or `true`, is equivalent to passing `--quiet` for `rush`, `rushx`, and `install-run-rush.ts`"
}
],
"patch": [
{
"comment": "Update OperationExecutionRecord to only set `this.logFilePaths` if the value to be assigned is not `undefined`"
},
{
"comment": "Fix ProblemCollector wiring in OperationExecutionRecord: add preventAutoclose, strip ANSI colors before matching, and always include problemCollector in the terminal pipeline"
},
{
"comment": "Fix weighted concurrency budget being capped by operation count"
}
],
"none": [
{
"comment": "Fix an issue where the assets used by `rush init` weren't shipped."
}
]
}
},
{
"version": "5.170.1",
"tag": "@microsoft/rush_v5.170.1",
"date": "Thu, 12 Mar 2026 22:33:34 GMT",
"comments": {
"none": [
{
"comment": "Fix a recent regression that sometimes produced ENOENT errors when installing autoinstallers"
}
]
}
},
{
"version": "5.170.0",
"tag": "@microsoft/rush_v5.170.0",
"date": "Thu, 12 Mar 2026 09:15:52 GMT",
"comments": {
"none": [
{
"comment": "Add custom endpoint support via a `storageEndpoint` configuration option for the Azure Storage build cache plugin."
},
{
"comment": "Fix autoinstaller plugin loader behavior."
},
{
"comment": "Support percentage weight in operationSettings in rush-project.json file."
}
]
}
},
{
"version": "5.169.3",
"tag": "@microsoft/rush_v5.169.3",
"date": "Mon, 23 Feb 2026 00:42:39 GMT",
"comments": {
"none": [
{
"comment": "Fix .npmrc syncing to common/temp incorrectly caching results, which caused pnpm-specific properties like hoist-pattern to be stripped when the same .npmrc was processed with different options."
}
]
}
},
{
"version": "5.169.2",
"tag": "@microsoft/rush_v5.169.2",
"date": "Fri, 20 Feb 2026 00:15:23 GMT",
"comments": {
"none": [
{
"comment": "Add `\"node\"` condition before `\"import\"` in the `\"exports\"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `\"import\"`. Fixes https://github.com/microsoft/rushstack/issues/5644."
}
]
}
},
{
"version": "5.169.1",
"tag": "@microsoft/rush_v5.169.1",
"date": "Thu, 19 Feb 2026 01:30:24 GMT",
"comments": {
"none": [
{
"comment": "Add missing README for rush-azure-storage-build-cache-plugin and rush-buildxl-graph-plugin. Filter files from publish for rush-bridge-cache-plugin."
},
{
"comment": "Fix an issue where files were missing from the published version of `@rushstack/package-extractor`."
}
]
}
},
{
"version": "5.169.0",
"tag": "@microsoft/rush_v5.169.0",
"date": "Thu, 19 Feb 2026 00:05:11 GMT",
"comments": {
"none": [
{
"comment": "Sort the `additionalFilesForOperation` property in operation settings entries in projects' `config/rush-project.json` files before computing operation hashes to produce a stable hash for caching."
},
{
"comment": "Normalize package layout. CommonJS is now under `lib-commonjs` and DTS is now under `lib-dts`. Imports to `lib` still work as before, handled by the `\"exports\"` field in `package.json`."
},
{
"comment": "Add a new \"omitAppleDoubleFilesFromBuildCache\" experiment. When enabled, the Rush build cache will omit macOS AppleDouble metadata files (._*) from cache archives when a companion file exists in the same directory. This prevents platform-specific metadata files from polluting the shared build cache. The exclusion only applies when running on macOS."
},
{
"comment": "Add a new `dependsOnNodeVersion` setting for operation entries in rush-project.json. When enabled, the Node.js version is included in the build cache hash, ensuring that cached outputs are invalidated when the Node.js version changes. Accepts `true` (alias for `\"patch\"`), `\"major\"`, `\"minor\"`, or `\"patch\"` to control the granularity of version matching."
}
]
}
},
{
"version": "5.168.0",
"tag": "@microsoft/rush_v5.168.0",
"date": "Thu, 12 Feb 2026 23:01:10 GMT",
"comments": {
"none": [
{
"comment": "Add named exports to support named imports to `@rushstack/rush-sdk`."
},
{
"comment": "Fix `rush change --verify` to ignore version-only changes in package.json files and changes to CHANGELOG.md and CHANGELOG.json files, preventing false positives after `rush version --bump` updates package versions and changelogs."
}
]
}
},
{
"version": "5.167.0",
"tag": "@microsoft/rush_v5.167.0",
"date": "Thu, 05 Feb 2026 00:24:16 GMT",
"comments": {
"none": [
{
"comment": "Add support for `rush-pnpm approve-builds` command to persist `globalOnlyBuiltDependencies` in pnpm-config.json"
},
{
"comment": "Filter npm-incompatible properties from .npmrc when npm is used with a configuration intended for pnpm or yarn, to eliminate spurious warnings during package manager installation."
},
{
"comment": "Fix a longstanding issue where a package.json script could hang on Windows if it accessed STDIN under certain circumstances"
},
{
"comment": "Upgrade tar dependency from 6.2.1 to 7.5.6 to fix security vulnerability GHSA-8qq5-rm4j-mr97"
}
]
}
},
{
"version": "5.166.0",
"tag": "@microsoft/rush_v5.166.0",
"date": "Mon, 12 Jan 2026 23:39:06 GMT",
"comments": {
"none": [
{
"comment": "Add support for Node 24 and bump the `rush init` template to default to Node 24."
},
{
"comment": "Remove use of the deprecated `shell: true` option in process spawn operations."
}
]
}
},
{
"version": "5.165.0",
"tag": "@microsoft/rush_v5.165.0",
"date": "Mon, 29 Dec 2025 22:43:14 GMT",
"comments": {
"none": [
{
"comment": "Forward the `parameterNamesToIgnore` `<project>/config/rush-project.json` property to child processes via a `RUSHSTACK_CLI_IGNORED_PARAMETER_NAMES` environment variable"
},
{
"comment": "Fix an issue where `rush update` will error complaining that the shrinkwrap file hasn't been updated to support workspaces in a subspace with no projects."
},
{
"comment": "Fix an issue where packages listed in the `pnpmLockfilePolicies.disallowInsecureSha1.exemptPackageVersions` `common/config/rush/pnpm-config.json` config file are not exempted in PNPM 9."
},
{
"comment": "Add support for the `globalOnlyBuiltDependencies` PNPM 10.x option to specify an allowlist of packages permitted to run build scripts to `common/config/rush/pnpm-config.json`."
},
{
"comment": "Upgrade `pnpm-sync-lib` to v0.3.3 for pnpm v10 compatibility"
},
{
"comment": "Change the Git hook file shebangs to use `/usr/bin/env bash` instead of `/bin/bash` for greater platform compatability."
}
]
}
},
{
"version": "5.164.0",
"tag": "@microsoft/rush_v5.164.0",
"date": "Tue, 16 Dec 2025 21:49:00 GMT",
"comments": {
"minor": [
{
"comment": "Hash full shrinkwrap entry to detect sub-dependency resolution changes"
}
],
"none": [
{
"comment": "Fix an issue where ProjectChangeAnalyzer checked the pnpm-lock.yaml file in the default subspace only, when it should consider all subspaces."
},
{
"comment": "Log a warning if Git-tracked symbolic links are encountered during repo state analysis."
},
{
"comment": "Add support for defining pnpm catalog config."
}
]
}
},
{
"version": "5.163.0",
"tag": "@microsoft/rush_v5.163.0",
"date": "Tue, 25 Nov 2025 17:04:05 GMT",
"comments": {
"minor": [
{
"comment": "Added the ability to select projects via path, e.g. `rush build --to path:./my-project` or `rush build --only path:/some/absolute/path`"
},
{
"comment": "Add project-level parameter ignoring to prevent unnecessary cache invalidation. Projects can now use \"parameterNamesToIgnore\" in \"rush-project.json\" to exclude custom command-line parameters that don't affect their operations."
}
],
"none": [
{
"comment": "Extract CredentialCache API out into \"@rushstack/credential-cache\". Reference directly in plugins to avoid pulling in all of \"@rushstack/rush-sdk\" unless necessary."
},
{
"comment": "Add subspaceName to the output of the `rush list` command"
}
]
}
},
{
"version": "5.162.0",
"tag": "@microsoft/rush_v5.162.0",
"date": "Sat, 18 Oct 2025 00:06:36 GMT",
"comments": {
"none": [
{
"comment": "Fork npm-check to address npm audit CVE"
}
]
}
},
{
"version": "5.161.0",
"tag": "@microsoft/rush_v5.161.0",
"date": "Fri, 17 Oct 2025 23:22:50 GMT",
"comments": {
"none": [
{
"comment": "Add an `allowOversubscription` option to the command definitions in `common/config/rush/command-line.json` to prevent running tasks from exceeding concurrency."
},
{
"comment": "Add support for PNPM's minimumReleaseAge setting to help mitigate supply chain attacks"
},
{
"comment": "Enable prerelease version matching in bridge-package command"
},
{
"comment": "Fix an issue where `rush add --make-consistent ...` may drop the `implicitlyPreferredVersions` and `ensureConsistentVersions` properties from `common/config/rush/common-versions.json`."
},
{
"comment": "Treat intermittent ignored redis errors as warnings and allow build to continue."
}
]
}
},
{
"version": "5.160.1",
"tag": "@microsoft/rush_v5.160.1",
"date": "Fri, 03 Oct 2025 22:25:25 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue with validation of the `pnpm-lock.yaml` `packageExtensionsChecksum` field in pnpm v10."
}
]
}
},
{
"version": "5.160.0",
"tag": "@microsoft/rush_v5.160.0",
"date": "Fri, 03 Oct 2025 20:10:21 GMT",
"comments": {
"none": [
{
"comment": "Bump the default Node and `pnpm` versions in the `rush init` template."
},
{
"comment": "Fix an issue with validation of the `pnpm-lock.yaml` `packageExtensionsChecksum` field in pnpm v10."
},
{
"comment": "Fix an issue where the `$schema` property is dropped from `common/config/rush/pnpm-config.json` when running `rush-pnpm patch-commit ...`"
}
],
"minor": [
{
"comment": "Normalize import of builtin modules to use the `node:` protocol."
}
]
}
},
{
"version": "5.159.0",
"tag": "@microsoft/rush_v5.159.0",
"date": "Fri, 03 Oct 2025 00:50:08 GMT",
"comments": {
"none": [
{
"comment": "Fix to allow Bridge Cache plugin be installed but not used when build cache disabled; add cache key to terminal logs"
},
{
"comment": "Add `IOperationExecutionResult.problemCollector` API which matches and collects VS Code style problem matchers"
},
{
"comment": "Replace uuid package dependency with Node.js built-in crypto.randomUUID"
},
{
"comment": "[rush-resolver-cache] Ensure that the correct version of rush-lib is loaded when the global version doesn't match the repository version."
},
{
"comment": "Upgraded `js-yaml` dependency"
},
{
"comment": "Enhance logging for IPC mode by allowing IPC runners to report detailed reasons for rerun, e.g. specific changed files."
},
{
"comment": "Support aborting execution in phased commands. The CLI allows aborting via the \"a\" key in watch mode, and it is available to plugin authors for more advanced scenarios."
},
{
"comment": "[rush-serve-plugin] Support aborting execution via Web Socket. Include information about the dependencies of operations in messages to the client.."
},
{
"comment": "Add a logging message after the 'Trying to find \"tar\" binary' message when the binary is found."
},
{
"comment": "Upgrade inquirer to 8.2.7 in rush-lib"
},
{
"comment": "Bump \"express\" to 4.21.1 to address reported vulnerabilities in 4.20.0."
}
],
"patch": [
{
"comment": "[rush-azure-storage-build-cache-plugin] Trim access token output in AdoCodespacesAuthCredential"
}
]
}
},
{
"version": "5.158.1",
"tag": "@microsoft/rush_v5.158.1",
"date": "Fri, 29 Aug 2025 00:08:18 GMT",
"comments": {
"none": [
{
"comment": "Deduplicate parsing of dependency specifiers."
},
{
"comment": "Optimize detection of local projects when collecting implicit preferred versions."
},
{
"comment": "Dedupe shrinkwrap parsing by content hash."
},
{
"comment": "[resolver-cache] Use shrinkwrap hash to skip resolver cache regeneration."
}
]
}
},
{
"version": "5.158.0",
"tag": "@microsoft/rush_v5.158.0",
"date": "Tue, 26 Aug 2025 23:27:47 GMT",
"comments": {
"none": [
{
"comment": "Adds an optional safety check flag to the Bridge Cache plugin write action."
},
{
"comment": "Fix a bug in \"@rushstack/rush-bridge-cache-plugin\" where the cache replay did not block the normal execution process and instead was a floating promise."
},
{
"comment": "[resolver-cache-plugin] Optimize search for nested package.json files with persistent cache file keyed by integrity hash."
},
{
"comment": "[rush-serve-plugin] Allow the Rush process to exit if the server is the only active handle."
},
{
"comment": "Fix poor performance scaling during `rush install` when identifying projects in the lockfile that no longer exist."
},
{
"comment": "[resolver-cache-plugin] Improve performance of scan for nested package.json files in external packages."
},
{
"comment": "Optimize `setPreferredVersions` in install setup."
},
{
"comment": "Ensure that `rush version` and `rush publish` preserve all fields in `version-policies-json`."
}
]
}
},
{
"version": "5.157.0",
"tag": "@microsoft/rush_v5.157.0",
"date": "Fri, 25 Jul 2025 01:24:42 GMT",
"comments": {
"none": [
{
"comment": "Improve performance for publishing on filtered clones."
}
]
}
},
{
"version": "5.156.0",
"tag": "@microsoft/rush_v5.156.0",
"date": "Wed, 23 Jul 2025 20:56:15 GMT",
"comments": {
"none": [
{
"comment": "Include \"parallelism\" in phased operation execution context. Update \"rush-bridge-cache-plugin\" to support both cache read and cache write, selectable via command line choice parameter. Fixes an issue that the options schema for \"rush-bridge-cache-plugin\" was invalid."
},
{
"comment": "Add support for `RUSH_BUILD_CACHE_OVERRIDE_JSON` environment variable that takes a JSON string with the same format as the `common/config/build-cache.json` file and a `RUSH_BUILD_CACHE_OVERRIDE_JSON_FILE_PATH` environment variable that takes a file path that can be used to override the build cache configuration that is normally provided by that file."
},
{
"comment": "Add support for setting environment variables via `<repo-root>/.env` and `~/.rush-user/.env` files."
},
{
"comment": "[azure-storage-build-cache] Update build-cache.json schema to allow the full range of `loginFlow` options supported by the underlying authentication provider. Add `loginFlowFailover` option to customize fallback sequencing."
},
{
"comment": "Add performance measures around various operations, include performance entries in telemetry payload."
},
{
"comment": "Do not run afterExecuteOperation if the operation has not actually completed."
}
]
}
},
{
"version": "5.155.1",
"tag": "@microsoft/rush_v5.155.1",
"date": "Fri, 27 Jun 2025 19:57:04 GMT",
"comments": {
"none": [
{
"comment": "Fix pnpm-sync caused .modules.yaml ENOENT during install"
}
]
}
},
{
"version": "5.155.0",
"tag": "@microsoft/rush_v5.155.0",
"date": "Fri, 13 Jun 2025 16:10:38 GMT",
"comments": {
"none": [
{
"comment": "Add support for PNPM v9 to the pnpm-sync feature."
}
]
}
},
{
"version": "5.154.0",
"tag": "@microsoft/rush_v5.154.0",
"date": "Tue, 10 Jun 2025 18:45:59 GMT",
"comments": {
"none": [
{
"comment": "Introduce a `@rushstack/rush-bridge-cache-plugin` package that adds a `--set-cache-only` flag to phased commands, which sets the cache entry without performing the operation."
},
{
"comment": "Update the `CredentialCache` options object to add support for custom cache file paths. This is useful if `CredentialCache` is used outside of Rush."
},
{
"comment": "PNPMv10 support: SHA256 hashing for dependencies paths lookup"
},
{
"comment": "Add Linux/MacOS support for new 'virtual-store-dir-max-length'"
}
]
}
},
{
"version": "5.153.2",
"tag": "@microsoft/rush_v5.153.2",
"date": "Tue, 13 May 2025 20:33:12 GMT",
"comments": {
"none": [
{
"comment": "Fix path parsing issue when running rush bridge-package"
},
{
"comment": "Operations that were cobuilt now have the cobuild time correctly reflected across all agents."
},
{
"comment": "Add `hasUncommittedChanges` to `IInputSnapshot` for use by plugins."
}
]
}
},
{
"version": "5.153.1",
"tag": "@microsoft/rush_v5.153.1",
"date": "Fri, 25 Apr 2025 01:12:48 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue with implicit phase expansion when `--include-phase-deps` is not specified."
},
{
"comment": "Upgrade `rushstack/heft-config-file` to fix an incompatibility with Node 16"
}
]
}
},
{
"version": "5.153.0",
"tag": "@microsoft/rush_v5.153.0",
"date": "Thu, 17 Apr 2025 21:59:15 GMT",
"comments": {
"none": [
{
"comment": "Update documentation for `extends`"
},
{
"comment": "Bind \"q\" to gracefully exit the watcher."
},
{
"comment": "Clarify registry authentication settings in \"rush init\" template for .npmrc"
},
{
"comment": "Support the `--changed-projects-only` flag in watch mode and allow it to be toggled between iterations."
},
{
"comment": "Fix telemetry for \"--changed-projects-only\" when toggled in watch mode."
},
{
"comment": "(rush-serve-plugin) Support websocket message to enable/disable operations."
}
]
}
},
{
"version": "5.152.0",
"tag": "@microsoft/rush_v5.152.0",
"date": "Tue, 08 Apr 2025 18:41:27 GMT",
"comments": {
"none": [
{
"comment": "Add `ChainedCredential` to `AzureAuthenticationBase` to handle auth failover."
},
{
"comment": "Add support for developer tools credentials to the Azure build cache."
},
{
"comment": "Add a new CLI flag `--debug-build-cache-ids` to help with root-causing unexpected cache misses."
},
{
"comment": "Sort all operations lexicographically by name for reporting purposes."
},
{
"comment": "(EXPERIMENTAL) Add new commands `rush link-package` and `rush bridge-package`"
}
]
}
},
{
"version": "5.151.0",
"tag": "@microsoft/rush_v5.151.0",
"date": "Tue, 25 Mar 2025 16:58:46 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue where `--include-phase-deps` and watch mode sometimes included operations that were not required"
},
{
"comment": "Fix an issue where build/rebuild can not be defined in a rush plugin command line configuration"
},
{
"comment": "Use `useNodeJSResolver: true` in `Import.resolvePackage` calls."
},
{
"comment": "Add missing `./package.json` export; revert `useNodeJSResolver: true`."
},
{
"comment": "(plugin-api) Guaranteed `operation.associatedPhase` and `operation.associatedProject` are not undefined."
}
]
}
},
{
"version": "5.150.0",
"tag": "@microsoft/rush_v5.150.0",
"date": "Thu, 27 Feb 2025 17:41:59 GMT",
"comments": {
"none": [
{
"comment": "Add an `--include-phase-deps` switch that expands an unsafe project selection to include its phase dependencies"
}
]
}
},
{
"version": "5.149.1",
"tag": "@microsoft/rush_v5.149.1",
"date": "Wed, 19 Feb 2025 18:54:06 GMT",
"comments": {
"none": [
{
"comment": "Remove the unused `RushConstants.rushAlertsStateFilename` property."
},
{
"comment": "Bump `jsonpath-plus` to `~10.3.0`."
}
]
}
},
{
"version": "5.149.0",
"tag": "@microsoft/rush_v5.149.0",
"date": "Wed, 12 Feb 2025 04:07:30 GMT",
"comments": {
"none": [
{
"comment": "Prefer `os.availableParallelism()` to `os.cpus().length`."
},
{
"comment": "Add a new command line parameter `--node-diagnostic-dir=DIR` to phased commands that, when specified, tells all child build processes to write NodeJS diagnostics into `${DIR}/${packageName}/${phaseIdentifier}`. This is useful if `--cpu-prof` or `--heap-prof` are enabled, to avoid polluting workspace folders."
},
{
"comment": "Add a new phased command hook `createEnvironmentForOperation` that can be used to customize the environment variables passed to individual operation subprocesses. This may be used to, for example, customize `NODE_OPTIONS` to pass `--diagnostic-dir` or other such parameters."
},
{
"comment": "Allow --timeline option for all phased commands"
},
{
"comment": "Fix support for \"ensureConsistentVersions\" in common-versions.json when subspaces features is not enabled."
},
{
"comment": "Fix an issue where the port parameter in `@rushstack/rush-serve-plugin` was allowed to be a string parameter."
}
]
}
},
{
"version": "5.148.0",
"tag": "@microsoft/rush_v5.148.0",
"date": "Fri, 10 Jan 2025 02:36:20 GMT",
"comments": {
"none": [
{
"comment": "Add a configuration option to avoid manually configuring decoupledLocalDependencies across subspaces."
},
{
"comment": "Improve some `rush-sdk` APIs to support future work on GitHub issue #3994"
},
{
"comment": "Fix an issue where MaxListenersExceeded would get thrown when using the HTTP build cache plugin"
}
]
}
},
{
"version": "5.147.2",
"tag": "@microsoft/rush_v5.147.2",
"date": "Mon, 06 Jan 2025 21:48:43 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue with evaluation of `shouldEnsureConsistentVersions` when the value is not constant across subspaces or variants."
},
{
"comment": "Fix an issue where the lockfile object has a nullish value causing yaml.dump to report an error."
}
]
}
},
{
"version": "5.147.1",
"tag": "@microsoft/rush_v5.147.1",
"date": "Thu, 26 Dec 2024 23:35:27 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue with the `enableSubpathScan` experiment where the set of returned hashes would result in incorrect build cache identifiers when using `--only`."
},
{
"comment": "When a no-op operation is not in scope, reflect its result as no-op instead of skipped, so that downstream operations can still write to the build cache."
},
{
"comment": "Allow injected dependencies without enabling subspaces."
}
]
}
},
{
"version": "5.147.0",
"tag": "@microsoft/rush_v5.147.0",
"date": "Thu, 12 Dec 2024 01:37:25 GMT",
"comments": {
"none": [
{
"comment": "Add a new experiment flag `enableSubpathScan` that, when invoking phased script commands with project selection parameters, such as `--to` or `--from`, only hashes files that are needed to compute the cache ids for the selected projects."
}
]
}
},
{
"version": "5.146.0",
"tag": "@microsoft/rush_v5.146.0",
"date": "Tue, 10 Dec 2024 21:23:18 GMT",
"comments": {
"none": [
{
"comment": "Support fallback syntax in `.npmrc` files if the package manager is PNPM. See https://pnpm.io/npmrc"
},
{
"comment": "Add an `.isPnpm` property to `RushConfiguration` that is set to true if the package manager for the Rush repo is PNPM."
},
{
"comment": "Support pnpm lockfile v9, which is used by default starting in pnpm v9."
}
]
}
},
{
"version": "5.145.0",
"tag": "@microsoft/rush_v5.145.0",
"date": "Tue, 10 Dec 2024 05:14:11 GMT",
"comments": {
"none": [
{
"comment": "Upgrade `@azure/identity` and `@azure/storage-blob`."
},
{
"comment": "Add support for Node 22."
},
{
"comment": "Remove the dependency on node-fetch."
}
]
}
},
{
"version": "5.144.1",
"tag": "@microsoft/rush_v5.144.1",
"date": "Mon, 09 Dec 2024 20:32:01 GMT",
"comments": {
"none": [
{
"comment": "Bump `jsonpath-plus` to `~10.2.0`."
}
]
}
},
{
"version": "5.144.0",
"tag": "@microsoft/rush_v5.144.0",
"date": "Wed, 04 Dec 2024 19:32:23 GMT",
"comments": {
"none": [
{
"comment": "Remove the `node-fetch` dependency from `@rushstack/rush-http-build-cache-plugin`."
}
]
}
},
{
"version": "5.143.0",
"tag": "@microsoft/rush_v5.143.0",
"date": "Wed, 04 Dec 2024 03:07:08 GMT",
"comments": {
"none": [
{
"comment": "Remove the `node-fetch` dependency from @rushstack/rush-amazon-s3-build-cache-plugin."
},
{
"comment": "(BREAKING API CHANGE) Remove the exported `WebClient` API from @rushstack/rush-amazon-s3-build-cache-plugin."
}
]
}
},
{
"version": "5.142.0",
"tag": "@microsoft/rush_v5.142.0",
"date": "Tue, 03 Dec 2024 23:42:22 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue where the ability to skip `rush install` may be incorrectly calculated when using the variants feature."
},
{
"comment": "Add support for an `\"extends\"` property in the `common/config/rush/pnpm-config.json` and `common/config/subspace/*/pnpm-config.json` files."
},
{
"comment": "Add warning when the `globalIgnoredOptionalDependencies` property is specified in `common/config/rush/pnpm-config.json` and the repo is configured to use pnpm <9.0.0."
}
]
}
},
{
"version": "5.141.4",
"tag": "@microsoft/rush_v5.141.4",
"date": "Mon, 02 Dec 2024 20:40:41 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue where Rush sometimes incorrectly reported \"fatal: could not open 'packages/xxx/.rush/temp/shrinkwrap-deps.json' for reading: No such file or directory\" when using subspaces"
}
]
}
},
{
"version": "5.141.3",
"tag": "@microsoft/rush_v5.141.3",
"date": "Wed, 27 Nov 2024 07:16:50 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue where Rush sometimes incorrectly reported \"The overrides settings doesn't match the current shrinkwrap\" when using subspaces"
},
{
"comment": "Fix an issue where Rush sometimes incorrectly reported \"The package extension hash doesn't match the current shrinkwrap.\" when using subspaces"
}
]
}
},
{
"version": "5.141.2",
"tag": "@microsoft/rush_v5.141.2",
"date": "Wed, 27 Nov 2024 03:27:26 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue where filtered installs neglected to install dependencies from other subspaces"
}
]
}
},
{
"version": "5.141.1",
"tag": "@microsoft/rush_v5.141.1",
"date": "Wed, 20 Nov 2024 00:24:34 GMT",
"comments": {
"none": [
{
"comment": "Update schema for build-cache.json to include recent updates to the @rushstack/rush-azure-storage-build-cache-plugin."
}
]
}
},
{
"version": "5.141.0",
"tag": "@microsoft/rush_v5.141.0",
"date": "Tue, 19 Nov 2024 06:38:33 GMT",
"comments": {
"none": [
{
"comment": "Adds two new properties to the configuration for `rush-azure-storage-build-cache-plugin`: `loginFlow` selects the flow to use for interactive authentication to Entra ID, and `readRequiresAuthentication` specifies that a SAS token is required for read and therefore expired authentication is always fatal."
},
{
"comment": "Adds a new `wasExecutedOnThisMachine` property to operation telemetry events, to simplify reporting about cobuilt operations."
},
{
"comment": "Fix an issue where empty error logs were created for operations that did not write to standard error."
},
{
"comment": "Fix an issue where incremental building (with LegacySkipPlugin) would not work when no-op operations were present in the process"
},
{
"comment": "Fix lack of \"local-only\" option for cacheProvider in build-cache.schema.json"
},
{
"comment": "Fix an issue where if an Operation wrote all logs to stdout, then exited with a non-zero exit code, only the non-zero exit code would show up in the summary."
}
]
}
},
{
"version": "5.140.1",
"tag": "@microsoft/rush_v5.140.1",
"date": "Wed, 30 Oct 2024 21:50:51 GMT",
"comments": {
"none": [
{
"comment": "Update the `jsonpath-plus` indirect dependency to mitigate CVE-2024-21534."
}
]
}
},
{
"version": "5.140.0",
"tag": "@microsoft/rush_v5.140.0",
"date": "Tue, 22 Oct 2024 23:59:54 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue when using `rush deploy` where the `node_modules/.bin` folder symlinks were not created for deployed packages when using the \"default\" link creation mode"
},
{
"comment": "Add support for the `globalIgnoredOptionalDependencies` field in the `common/config/rush/pnpm-config.json` file to allow specifying optional dependencies that should be ignored by PNPM"
}
]
}
},
{
"version": "5.139.0",
"tag": "@microsoft/rush_v5.139.0",
"date": "Thu, 17 Oct 2024 20:37:39 GMT",
"comments": {
"none": [
{
"comment": "Allow rush plugins to extend build cache entries by writing additional files to the metadata folder. Expose the metadata folder path to plugins."
},
{
"comment": "[CACHE BREAK] Alter the computation of build cache IDs to depend on the graph of operations in the build and therefore account for multiple phases, rather than only the declared dependencies. Ensure that `dependsOnEnvVars` and command line parameters that affect upstream phases impact the cache IDs of downstream operations."
},
{
"comment": "(BREAKING CHANGE) Replace use of `ProjectChangeAnalyzer` in phased command hooks with a new `InputsSnapshot` data structure that is completely synchronous and does not perform any disk operations. Perform all disk operations and state computation prior to executing the build graph."
},
{
"comment": "Add a new property `enabled` to `Operation` that when set to false, will cause the execution engine to immediately return `OperationStatus.Skipped` instead of invoking the runner. Use this property to disable operations that are not intended to be executed in the current pass, e.g. those that did not contain changes in the most recent watch iteration, or those excluded by `--only`."
},
{
"comment": "Add an optional property `cacheHashSalt` to `build-cache.json` to allow repository maintainers to globally force a hash change in build cache entries."
}
]
}
},
{
"version": "5.138.0",
"tag": "@microsoft/rush_v5.138.0",
"date": "Thu, 03 Oct 2024 22:31:07 GMT",
"comments": {
"none": [
{
"comment": "Changes the behavior of phased commands in watch mode to, when running a phase `_phase:<name>` in all iterations after the first, prefer a script entry named `_phase:<name>:incremental` if such a script exists. The build cache will expect the outputs from the corresponding `_phase:<name>` script (with otherwise the same inputs) to be equivalent when looking for a cache hit."
}
]
}
},
{
"version": "5.137.0",
"tag": "@microsoft/rush_v5.137.0",
"date": "Thu, 03 Oct 2024 19:46:40 GMT",
"comments": {
"patch": [
{
"comment": "Expose `getChangesByProject` to allow classes that extend ProjectChangeAnalyzer to override file change analysis"
}
]
}
},
{
"version": "5.136.1",
"tag": "@microsoft/rush_v5.136.1",
"date": "Thu, 26 Sep 2024 22:59:11 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue where the `--variant` parameter was missing from a phased command when the command's `alwaysInstall` property was set to `true`."
}
]
}
},
{
"version": "5.136.0",
"tag": "@microsoft/rush_v5.136.0",
"date": "Thu, 26 Sep 2024 21:48:00 GMT",
"comments": {
"none": [
{
"comment": "Bring back the Variants feature that was removed in https://github.com/microsoft/rushstack/pull/4538."
},
{
"comment": "Bump express dependency to 4.20.0"
}
]
}
},
{