Skip to content

Commit a1aff19

Browse files
committed
Update changelogs [skip ci]
1 parent 76060cd commit a1aff19

8 files changed

Lines changed: 46 additions & 62 deletions

apps/rush/CHANGELOG.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.171.0",
6+
"tag": "@microsoft/rush_v5.171.0",
7+
"date": "Sat, 21 Mar 2026 03:10:24 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"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`"
12+
}
13+
],
14+
"patch": [
15+
{
16+
"comment": "Update OperationExecutionRecord to only set `this.logFilePaths` if the value to be assigned is not `undefined`"
17+
},
18+
{
19+
"comment": "Fix ProblemCollector wiring in OperationExecutionRecord: add preventAutoclose, strip ANSI colors before matching, and always include problemCollector in the terminal pipeline"
20+
},
21+
{
22+
"comment": "Fix weighted concurrency budget being capped by operation count"
23+
}
24+
],
25+
"none": [
26+
{
27+
"comment": "Fix an issue where the assets used by `rush init` weren't shipped."
28+
}
29+
]
30+
}
31+
},
432
{
533
"version": "5.170.1",
634
"tag": "@microsoft/rush_v5.170.1",

apps/rush/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Change Log - @microsoft/rush
22

3-
This log was last generated on Thu, 12 Mar 2026 22:33:34 GMT and should not be manually modified.
3+
This log was last generated on Sat, 21 Mar 2026 03:10:24 GMT and should not be manually modified.
4+
5+
## 5.171.0
6+
Sat, 21 Mar 2026 03:10:24 GMT
7+
8+
### Minor changes
9+
10+
- 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`
11+
12+
### Patches
13+
14+
- Update OperationExecutionRecord to only set `this.logFilePaths` if the value to be assigned is not `undefined`
15+
- Fix ProblemCollector wiring in OperationExecutionRecord: add preventAutoclose, strip ANSI colors before matching, and always include problemCollector in the terminal pipeline
16+
- Fix weighted concurrency budget being capped by operation count
17+
18+
### Updates
19+
20+
- Fix an issue where the assets used by `rush init` weren't shipped.
421

522
## 5.170.1
623
Thu, 12 Mar 2026 22:33:34 GMT

common/changes/@microsoft/rush-lib/fix_weighted-concurrency-cap_2026-02-19-07-57.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@microsoft/rush/add-rush-quiet-mode_2026-03-12-20-51.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@microsoft/rush/copilot-patch-set-logfilepaths-conditionally_2026-03-20-22-27.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@microsoft/rush/fix-problem-collector-pipeline_2026-03-20-22-38.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@microsoft/rush/fix-weighted-concurrency-cap_2026-02-19-17-35.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/main_2026-03-21-02-27.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)