From c13f56b40dc51c0880b146e028ce9f5a338cd696 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 21 Aug 2024 16:25:07 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 18 ++++++++++++++++++ apps/rush/CHANGELOG.md | 11 ++++++++++- ...install-autoinstaller_2024-07-04-13-25.json | 10 ---------- .../rush/fix-test_2024-08-21-03-24.json | 11 ----------- ...oupled-workspace-deps_2024-07-30-15-46.json | 11 ----------- ...c-typings-heft-plugin_2024-08-20-22-59.json | 10 ---------- ...tion-only-for-install_2024-08-16-16-38.json | 10 ---------- 7 files changed, 28 insertions(+), 53 deletions(-) delete mode 100644 common/changes/@microsoft/rush/feat-install-autoinstaller_2024-07-04-13-25.json delete mode 100644 common/changes/@microsoft/rush/fix-test_2024-08-21-03-24.json delete mode 100644 common/changes/@microsoft/rush/jmaher-prevent-decoupled-workspace-deps_2024-07-30-15-46.json delete mode 100644 common/changes/@microsoft/rush/loc-typings-heft-plugin_2024-08-20-22-59.json delete mode 100644 common/changes/@microsoft/rush/sennyeya-resolution-only-for-install_2024-08-16-16-38.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 914d930b87..e9bc782cc4 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.132.0", + "tag": "@microsoft/rush_v5.132.0", + "date": "Wed, 21 Aug 2024 16:25:07 GMT", + "comments": { + "none": [ + { + "comment": "Add a new `rush install-autoinstaller` command that ensures that the specified autoinstaller is installed." + }, + { + "comment": "Emit an error if a `workspace:` specifier is used in a dependency that is listed in `decoupledLocalDependencies`." + }, + { + "comment": "Add support for `--resolution-only` to `rush install` to enforce strict peer dependency resolution." + } + ] + } + }, { "version": "5.131.5", "tag": "@microsoft/rush_v5.131.5", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 34bb2e9de3..c2c8d96c1f 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - @microsoft/rush -This log was last generated on Mon, 19 Aug 2024 20:03:03 GMT and should not be manually modified. +This log was last generated on Wed, 21 Aug 2024 16:25:07 GMT and should not be manually modified. + +## 5.132.0 +Wed, 21 Aug 2024 16:25:07 GMT + +### Updates + +- Add a new `rush install-autoinstaller` command that ensures that the specified autoinstaller is installed. +- Emit an error if a `workspace:` specifier is used in a dependency that is listed in `decoupledLocalDependencies`. +- Add support for `--resolution-only` to `rush install` to enforce strict peer dependency resolution. ## 5.131.5 Mon, 19 Aug 2024 20:03:03 GMT diff --git a/common/changes/@microsoft/rush/feat-install-autoinstaller_2024-07-04-13-25.json b/common/changes/@microsoft/rush/feat-install-autoinstaller_2024-07-04-13-25.json deleted file mode 100644 index fa463bed98..0000000000 --- a/common/changes/@microsoft/rush/feat-install-autoinstaller_2024-07-04-13-25.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add a new `rush install-autoinstaller` command that ensures that the specified autoinstaller is installed.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/fix-test_2024-08-21-03-24.json b/common/changes/@microsoft/rush/fix-test_2024-08-21-03-24.json deleted file mode 100644 index efcd84c45f..0000000000 --- a/common/changes/@microsoft/rush/fix-test_2024-08-21-03-24.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/jmaher-prevent-decoupled-workspace-deps_2024-07-30-15-46.json b/common/changes/@microsoft/rush/jmaher-prevent-decoupled-workspace-deps_2024-07-30-15-46.json deleted file mode 100644 index 605eef1e91..0000000000 --- a/common/changes/@microsoft/rush/jmaher-prevent-decoupled-workspace-deps_2024-07-30-15-46.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "Emit an error if a `workspace:` specifier is used in a dependency that is listed in `decoupledLocalDependencies`.", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "jamesmaher-dd@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/loc-typings-heft-plugin_2024-08-20-22-59.json b/common/changes/@microsoft/rush/loc-typings-heft-plugin_2024-08-20-22-59.json deleted file mode 100644 index bd7ff97cb3..0000000000 --- a/common/changes/@microsoft/rush/loc-typings-heft-plugin_2024-08-20-22-59.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/sennyeya-resolution-only-for-install_2024-08-16-16-38.json b/common/changes/@microsoft/rush/sennyeya-resolution-only-for-install_2024-08-16-16-38.json deleted file mode 100644 index ed63aa17b9..0000000000 --- a/common/changes/@microsoft/rush/sennyeya-resolution-only-for-install_2024-08-16-16-38.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add support for `--resolution-only` to `rush install` to enforce strict peer dependency resolution.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file