From fb3bb3f4dec793da262d4adec8cf8d4bd09a1061 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Tue, 13 Jun 2023 01:49:22 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 36 +++++++++++++++++++ apps/rush/CHANGELOG.md | 17 ++++++++- .../rush/issue_1335_2023-06-02-20-54.json | 10 ------ .../rush/main_2023-02-23-17-02.json | 10 ------ ...heft-updated-schemas_2023-06-08-03-42.json | 11 ------ ...rf-remove-unuse-code_2023-06-03-11-21.json | 10 ------ .../rush/pnpm8-support_2023-06-11-03-04.json | 10 ------ .../rush/pr-4167_2023-06-06-09-30.json | 10 ------ ...sh-lib-remove-lodash_2023-06-06-04-50.json | 10 ------ ...cache-read-aws-creds_2023-06-02-00-43.json | 10 ------ ...ogging-in-quiet-mode_2023-06-06-22-17.json | 10 ------ ...ogging-in-quiet-mode_2023-06-06-22-19.json | 10 ------ ...ekycz-git-hooks-exec_2023-05-26-12-43.json | 10 ------ ...n-bump-webpack-again_2023-05-16-00-04.json | 10 ------ ...ade-RemoveTaskEvents_2023-06-08-06-44.json | 10 ------ 15 files changed, 52 insertions(+), 132 deletions(-) delete mode 100644 common/changes/@microsoft/rush/issue_1335_2023-06-02-20-54.json delete mode 100644 common/changes/@microsoft/rush/main_2023-02-23-17-02.json delete mode 100644 common/changes/@microsoft/rush/octogonz-heft-updated-schemas_2023-06-08-03-42.json delete mode 100644 common/changes/@microsoft/rush/perf-remove-unuse-code_2023-06-03-11-21.json delete mode 100644 common/changes/@microsoft/rush/pnpm8-support_2023-06-11-03-04.json delete mode 100644 common/changes/@microsoft/rush/pr-4167_2023-06-06-09-30.json delete mode 100644 common/changes/@microsoft/rush/rush-lib-remove-lodash_2023-06-06-04-50.json delete mode 100644 common/changes/@microsoft/rush/s3-build-cache-read-aws-creds_2023-06-02-00-43.json delete mode 100644 common/changes/@microsoft/rush/silence-cache-logging-in-quiet-mode_2023-06-06-22-17.json delete mode 100644 common/changes/@microsoft/rush/silence-cache-logging-in-quiet-mode_2023-06-06-22-19.json delete mode 100644 common/changes/@microsoft/rush/stekycz-git-hooks-exec_2023-05-26-12-43.json delete mode 100644 common/changes/@microsoft/rush/thelarkinn-bump-webpack-again_2023-05-16-00-04.json delete mode 100644 common/changes/@microsoft/rush/user-danade-RemoveTaskEvents_2023-06-08-06-44.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 2ef3980a3c9..5757e57194e 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,42 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.100.0", + "tag": "@microsoft/rush_v5.100.0", + "date": "Tue, 13 Jun 2023 01:49:21 GMT", + "comments": { + "none": [ + { + "comment": "(BREAKING API CHANGE) Remove unused members of the `BumpType` API. See https://github.com/microsoft/rushstack/issues/1335 for details." + }, + { + "comment": "Add `--peer` flag to `rush add` command to add peerDependencies" + }, + { + "comment": "Add support for PNPM 8." + }, + { + "comment": "Remove the dependency on `lodash`." + }, + { + "comment": "Add functionality for the Amazon S3 Build Cache Plugin to read credentials from common AWS_* environment variables." + }, + { + "comment": "Write cache logs to their own file(s)." + }, + { + "comment": "Fix an issue where cache logging data was always written to stdout." + }, + { + "comment": "Generate scripts in the Git hooks folder referring to the actual hook implementations in-place in the Rush `common/git-hooks/` folder instead of copying the scripts to the Git hooks folder." + }, + { + "comment": "Bump webpack to v5.82.1" + } + ] + } + }, { "version": "5.99.0", "tag": "@microsoft/rush_v5.99.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 6f7328665be..ae564541492 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log - @microsoft/rush -This log was last generated on Fri, 02 Jun 2023 22:08:29 GMT and should not be manually modified. +This log was last generated on Tue, 13 Jun 2023 01:49:21 GMT and should not be manually modified. + +## 5.100.0 +Tue, 13 Jun 2023 01:49:21 GMT + +### Updates + +- (BREAKING API CHANGE) Remove unused members of the `BumpType` API. See https://github.com/microsoft/rushstack/issues/1335 for details. +- Add `--peer` flag to `rush add` command to add peerDependencies +- Add support for PNPM 8. +- Remove the dependency on `lodash`. +- Add functionality for the Amazon S3 Build Cache Plugin to read credentials from common AWS_* environment variables. +- Write cache logs to their own file(s). +- Fix an issue where cache logging data was always written to stdout. +- Generate scripts in the Git hooks folder referring to the actual hook implementations in-place in the Rush `common/git-hooks/` folder instead of copying the scripts to the Git hooks folder. +- Bump webpack to v5.82.1 ## 5.99.0 Fri, 02 Jun 2023 22:08:28 GMT diff --git a/common/changes/@microsoft/rush/issue_1335_2023-06-02-20-54.json b/common/changes/@microsoft/rush/issue_1335_2023-06-02-20-54.json deleted file mode 100644 index 8922ea16044..00000000000 --- a/common/changes/@microsoft/rush/issue_1335_2023-06-02-20-54.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "(BREAKING API CHANGE) Remove unused members of the `BumpType` API. See https://github.com/microsoft/rushstack/issues/1335 for details.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/main_2023-02-23-17-02.json b/common/changes/@microsoft/rush/main_2023-02-23-17-02.json deleted file mode 100644 index b56861bf83e..00000000000 --- a/common/changes/@microsoft/rush/main_2023-02-23-17-02.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add `--peer` flag to `rush add` command to add peerDependencies", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} diff --git a/common/changes/@microsoft/rush/octogonz-heft-updated-schemas_2023-06-08-03-42.json b/common/changes/@microsoft/rush/octogonz-heft-updated-schemas_2023-06-08-03-42.json deleted file mode 100644 index 5ee562840b3..00000000000 --- a/common/changes/@microsoft/rush/octogonz-heft-updated-schemas_2023-06-08-03-42.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "4673363+octogonz@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/perf-remove-unuse-code_2023-06-03-11-21.json b/common/changes/@microsoft/rush/perf-remove-unuse-code_2023-06-03-11-21.json deleted file mode 100644 index bd7ff97cb34..00000000000 --- a/common/changes/@microsoft/rush/perf-remove-unuse-code_2023-06-03-11-21.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/pnpm8-support_2023-06-11-03-04.json b/common/changes/@microsoft/rush/pnpm8-support_2023-06-11-03-04.json deleted file mode 100644 index d6590ff763d..00000000000 --- a/common/changes/@microsoft/rush/pnpm8-support_2023-06-11-03-04.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add support for PNPM 8.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/pr-4167_2023-06-06-09-30.json b/common/changes/@microsoft/rush/pr-4167_2023-06-06-09-30.json deleted file mode 100644 index bd7ff97cb34..00000000000 --- a/common/changes/@microsoft/rush/pr-4167_2023-06-06-09-30.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/rush-lib-remove-lodash_2023-06-06-04-50.json b/common/changes/@microsoft/rush/rush-lib-remove-lodash_2023-06-06-04-50.json deleted file mode 100644 index 8f36eec02a9..00000000000 --- a/common/changes/@microsoft/rush/rush-lib-remove-lodash_2023-06-06-04-50.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Remove the dependency on `lodash`.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/s3-build-cache-read-aws-creds_2023-06-02-00-43.json b/common/changes/@microsoft/rush/s3-build-cache-read-aws-creds_2023-06-02-00-43.json deleted file mode 100644 index f0c406e4067..00000000000 --- a/common/changes/@microsoft/rush/s3-build-cache-read-aws-creds_2023-06-02-00-43.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add functionality for the Amazon S3 Build Cache Plugin to read credentials from common AWS_* environment variables.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/silence-cache-logging-in-quiet-mode_2023-06-06-22-17.json b/common/changes/@microsoft/rush/silence-cache-logging-in-quiet-mode_2023-06-06-22-17.json deleted file mode 100644 index 52bacd3999f..00000000000 --- a/common/changes/@microsoft/rush/silence-cache-logging-in-quiet-mode_2023-06-06-22-17.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Write cache logs to their own file(s).", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/silence-cache-logging-in-quiet-mode_2023-06-06-22-19.json b/common/changes/@microsoft/rush/silence-cache-logging-in-quiet-mode_2023-06-06-22-19.json deleted file mode 100644 index 784ea5a440c..00000000000 --- a/common/changes/@microsoft/rush/silence-cache-logging-in-quiet-mode_2023-06-06-22-19.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where cache logging data was always written to stdout.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/stekycz-git-hooks-exec_2023-05-26-12-43.json b/common/changes/@microsoft/rush/stekycz-git-hooks-exec_2023-05-26-12-43.json deleted file mode 100644 index f583b5c77a2..00000000000 --- a/common/changes/@microsoft/rush/stekycz-git-hooks-exec_2023-05-26-12-43.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Generate scripts in the Git hooks folder referring to the actual hook implementations in-place in the Rush `common/git-hooks/` folder instead of copying the scripts to the Git hooks folder.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/thelarkinn-bump-webpack-again_2023-05-16-00-04.json b/common/changes/@microsoft/rush/thelarkinn-bump-webpack-again_2023-05-16-00-04.json deleted file mode 100644 index 374ca88c1c1..00000000000 --- a/common/changes/@microsoft/rush/thelarkinn-bump-webpack-again_2023-05-16-00-04.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Bump webpack to v5.82.1", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/user-danade-RemoveTaskEvents_2023-06-08-06-44.json b/common/changes/@microsoft/rush/user-danade-RemoveTaskEvents_2023-06-08-06-44.json deleted file mode 100644 index bd7ff97cb34..00000000000 --- a/common/changes/@microsoft/rush/user-danade-RemoveTaskEvents_2023-06-08-06-44.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file