diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index ed72a88844c..18f96b111f5 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,36 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.126.0", + "tag": "@microsoft/rush_v5.126.0", + "date": "Mon, 03 Jun 2024 02:49:05 GMT", + "comments": { + "none": [ + { + "comment": "Fixes a string schema validation warning message when running `rush deploy`." + }, + { + "comment": "Update the functionality that runs external lifecycle processes to be async." + }, + { + "comment": "Move logs into the project `rush-logs` folder regardless of whether or not the `\"phasedCommands\"` experiment is enabled." + }, + { + "comment": "Update the `nodeSupportedVersionRange` in the `rush init` template to the LTS and current Node versions." + }, + { + "comment": "Update the `pnpmVersion` in the `rush init` template to the latest version of pnpm 8." + }, + { + "comment": "Update the `.gitignore` in the `rush init` template to include some common toolchain output files and folders." + }, + { + "comment": "Include missing `type` modifiers on type-only exports." + } + ] + } + }, { "version": "5.125.1", "tag": "@microsoft/rush_v5.125.1", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index fa71ca44fc0..665dbf4c063 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,19 @@ # Change Log - @microsoft/rush -This log was last generated on Wed, 29 May 2024 05:39:54 GMT and should not be manually modified. +This log was last generated on Mon, 03 Jun 2024 02:49:05 GMT and should not be manually modified. + +## 5.126.0 +Mon, 03 Jun 2024 02:49:05 GMT + +### Updates + +- Fixes a string schema validation warning message when running `rush deploy`. +- Update the functionality that runs external lifecycle processes to be async. +- Move logs into the project `rush-logs` folder regardless of whether or not the `"phasedCommands"` experiment is enabled. +- Update the `nodeSupportedVersionRange` in the `rush init` template to the LTS and current Node versions. +- Update the `pnpmVersion` in the `rush init` template to the latest version of pnpm 8. +- Update the `.gitignore` in the `rush init` template to include some common toolchain output files and folders. +- Include missing `type` modifiers on type-only exports. ## 5.125.1 Wed, 29 May 2024 05:39:54 GMT diff --git a/common/changes/@microsoft/rush/fix-ajv-warning_2024-05-29-19-03.json b/common/changes/@microsoft/rush/fix-ajv-warning_2024-05-29-19-03.json deleted file mode 100644 index 490b84538f7..00000000000 --- a/common/changes/@microsoft/rush/fix-ajv-warning_2024-05-29-19-03.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fixes a string schema validation warning message when running `rush deploy`.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} diff --git a/common/changes/@microsoft/rush/main_2023-09-24-06-11.json b/common/changes/@microsoft/rush/main_2023-09-24-06-11.json deleted file mode 100644 index d7bd565c75c..00000000000 --- a/common/changes/@microsoft/rush/main_2023-09-24-06-11.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Update the functionality that runs external lifecycle processes to be async.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/main_2024-05-29-07-33.json b/common/changes/@microsoft/rush/main_2024-05-29-07-33.json deleted file mode 100644 index 166e1a87f0d..00000000000 --- a/common/changes/@microsoft/rush/main_2024-05-29-07-33.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Move logs into the project `rush-logs` folder regardless of whether or not the `\"phasedCommands\"` experiment is enabled.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-01.json b/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-01.json deleted file mode 100644 index 1b508b2b456..00000000000 --- a/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-01.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Update the `nodeSupportedVersionRange` in the `rush init` template to the LTS and current Node versions.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-02.json b/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-02.json deleted file mode 100644 index c2209287633..00000000000 --- a/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-02.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Update the `pnpmVersion` in the `rush init` template to the latest version of pnpm 8.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-03.json b/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-03.json deleted file mode 100644 index 491af183294..00000000000 --- a/common/changes/@microsoft/rush/rush-init-updates_2024-05-29-04-03.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Update the `.gitignore` in the `rush init` template to include some common toolchain output files and folders.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/stricter-types_2024-05-29-06-10.json b/common/changes/@microsoft/rush/stricter-types_2024-05-29-06-10.json deleted file mode 100644 index 9c24f69cb70..00000000000 --- a/common/changes/@microsoft/rush/stricter-types_2024-05-29-06-10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Include missing `type` modifiers on type-only exports.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file