Skip to content

Commit 28cee4d

Browse files
committed
Update changelogs [skip ci]
1 parent 782076c commit 28cee4d

12 files changed

+44
-103
lines changed

apps/rush/CHANGELOG.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.107.0",
6+
"tag": "@microsoft/rush_v5.107.0",
7+
"date": "Tue, 19 Sep 2023 00:36:50 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Update @types/node from 14 to 18"
12+
},
13+
{
14+
"comment": "Remove previously removed fields from the `custom-tips.json` schema."
15+
},
16+
{
17+
"comment": "(BREAKING API CHANGE) Refactor the `CustomTipsConfiguration` by removing the `configuration` property and adding a `providedCustomTipsByTipId` map property."
18+
},
19+
{
20+
"comment": "Fix an issue where pnpm would would not rewrite the current status line on a TTY console, and instead would print a series of separate status lines during installation. Note that this is only fixed when there are no custom PNPM tips provided."
21+
},
22+
{
23+
"comment": "Add \"Waiting\" operation status for operations that have one or more dependencies still pending. Ensure that the `onOperationStatusChanged` hook fires for every status change."
24+
},
25+
{
26+
"comment": "Add support for optional build status notifications over a web socket connection to `@rushstack/rush-serve-plugin`."
27+
},
28+
{
29+
"comment": "Add pause/resume option to project watcher"
30+
}
31+
]
32+
}
33+
},
434
{
535
"version": "5.106.0",
636
"tag": "@microsoft/rush_v5.106.0",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Thu, 14 Sep 2023 09:20:11 GMT and should not be manually modified.
3+
This log was last generated on Tue, 19 Sep 2023 00:36:50 GMT and should not be manually modified.
4+
5+
## 5.107.0
6+
Tue, 19 Sep 2023 00:36:50 GMT
7+
8+
### Updates
9+
10+
- Update @types/node from 14 to 18
11+
- Remove previously removed fields from the `custom-tips.json` schema.
12+
- (BREAKING API CHANGE) Refactor the `CustomTipsConfiguration` by removing the `configuration` property and adding a `providedCustomTipsByTipId` map property.
13+
- Fix an issue where pnpm would would not rewrite the current status line on a TTY console, and instead would print a series of separate status lines during installation. Note that this is only fixed when there are no custom PNPM tips provided.
14+
- Add "Waiting" operation status for operations that have one or more dependencies still pending. Ensure that the `onOperationStatusChanged` hook fires for every status change.
15+
- Add support for optional build status notifications over a web socket connection to `@rushstack/rush-serve-plugin`.
16+
- Add pause/resume option to project watcher
417

518
## 5.106.0
619
Thu, 14 Sep 2023 09:20:11 GMT

common/changes/@microsoft/rush/bump-node-types_2023-09-13-00-44.json

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

common/changes/@microsoft/rush/fix-publishing_2023-09-18-23-15.json

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

common/changes/@microsoft/rush/load-schema-via-import_2023-06-08-00-07.json

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

common/changes/@microsoft/rush/node-20_2023-09-18-18-57.json

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

common/changes/@microsoft/rush/rush-lib-cleanup_2023-09-18-00-38.json

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

common/changes/@microsoft/rush/rush-lib-cleanup_2023-09-18-01-55.json

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

common/changes/@microsoft/rush/rush-lib-cleanup_2023-09-18-01-57.json

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

common/changes/@microsoft/rush/rush-serve-socket_2023-09-14-20-17.json

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

0 commit comments

Comments
 (0)