From ef2530bab000588e9c2a5c7bd9ed2c26da85c346 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Mon, 20 Mar 2023 20:14:36 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 21 +++++++++++++++++++ apps/rush/CHANGELOG.md | 12 ++++++++++- ...mp-node-in-rush-init_2023-03-20-18-16.json | 10 --------- ...xtend-lookup-by-path_2023-03-14-17-57.json | 10 --------- ...send-operation-state_2023-03-17-02-07.json | 10 --------- ...update-autoinstaller_2023-03-14-02-58.json | 10 --------- 6 files changed, 32 insertions(+), 41 deletions(-) delete mode 100644 common/changes/@microsoft/rush/bump-node-in-rush-init_2023-03-20-18-16.json delete mode 100644 common/changes/@microsoft/rush/extend-lookup-by-path_2023-03-14-17-57.json delete mode 100644 common/changes/@microsoft/rush/feat-periodically-send-operation-state_2023-03-17-02-07.json delete mode 100644 common/changes/@microsoft/rush/fix-update-autoinstaller_2023-03-14-02-58.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 42196b95178..b1cd92942dd 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.94.0", + "tag": "@microsoft/rush_v5.94.0", + "date": "Mon, 20 Mar 2023 20:14:36 GMT", + "comments": { + "none": [ + { + "comment": "Update the `nodeSupportedVersionRange` in `rush.json` generated by `rush init` to remove Node 12 as it is no longer supported and include Node 18 as it is the current LTS version." + }, + { + "comment": "Extend LookupByPath to also be able to obtain the index of the remainder of the matched path." + }, + { + "comment": "Include some more hooks to allow plugins to monitor phased command execution in real-time." + }, + { + "comment": "Fix an issue where running `rush update-autoinstaller` without having run `rush install` or `rush update` first would cause a crash with an unhelpful error message." + } + ] + } + }, { "version": "5.93.2", "tag": "@microsoft/rush_v5.93.2", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index ce4346f35a1..538ea9772dd 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log - @microsoft/rush -This log was last generated on Mon, 06 Mar 2023 20:18:01 GMT and should not be manually modified. +This log was last generated on Mon, 20 Mar 2023 20:14:36 GMT and should not be manually modified. + +## 5.94.0 +Mon, 20 Mar 2023 20:14:36 GMT + +### Updates + +- Update the `nodeSupportedVersionRange` in `rush.json` generated by `rush init` to remove Node 12 as it is no longer supported and include Node 18 as it is the current LTS version. +- Extend LookupByPath to also be able to obtain the index of the remainder of the matched path. +- Include some more hooks to allow plugins to monitor phased command execution in real-time. +- Fix an issue where running `rush update-autoinstaller` without having run `rush install` or `rush update` first would cause a crash with an unhelpful error message. ## 5.93.2 Mon, 06 Mar 2023 20:18:01 GMT diff --git a/common/changes/@microsoft/rush/bump-node-in-rush-init_2023-03-20-18-16.json b/common/changes/@microsoft/rush/bump-node-in-rush-init_2023-03-20-18-16.json deleted file mode 100644 index 7fc5c3a3e4c..00000000000 --- a/common/changes/@microsoft/rush/bump-node-in-rush-init_2023-03-20-18-16.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Update the `nodeSupportedVersionRange` in `rush.json` generated by `rush init` to remove Node 12 as it is no longer supported and include Node 18 as it is the current LTS version.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/extend-lookup-by-path_2023-03-14-17-57.json b/common/changes/@microsoft/rush/extend-lookup-by-path_2023-03-14-17-57.json deleted file mode 100644 index 94d017fea73..00000000000 --- a/common/changes/@microsoft/rush/extend-lookup-by-path_2023-03-14-17-57.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Extend LookupByPath to also be able to obtain the index of the remainder of the matched path.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/feat-periodically-send-operation-state_2023-03-17-02-07.json b/common/changes/@microsoft/rush/feat-periodically-send-operation-state_2023-03-17-02-07.json deleted file mode 100644 index f0be5dd70fc..00000000000 --- a/common/changes/@microsoft/rush/feat-periodically-send-operation-state_2023-03-17-02-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Include some more hooks to allow plugins to monitor phased command execution in real-time.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/fix-update-autoinstaller_2023-03-14-02-58.json b/common/changes/@microsoft/rush/fix-update-autoinstaller_2023-03-14-02-58.json deleted file mode 100644 index a46151c543f..00000000000 --- a/common/changes/@microsoft/rush/fix-update-autoinstaller_2023-03-14-02-58.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where running `rush update-autoinstaller` without having run `rush install` or `rush update` first would cause a crash with an unhelpful error message.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file