From 84c7225ca620b9c4e92c2be917efad22a63254de Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 3 Oct 2025 10:37:55 -0700 Subject: [PATCH 1/2] Revert "Bump pnpm in the rush init template to 10. (#5394)" This reverts commit 71b7e0e87b88ecf8a984a4fbd486eee26e901138. --- .../changes/@microsoft/rush/main_2025-10-03-14-59.json | 10 ---------- libraries/rush-lib/assets/rush-init/rush.json | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 common/changes/@microsoft/rush/main_2025-10-03-14-59.json diff --git a/common/changes/@microsoft/rush/main_2025-10-03-14-59.json b/common/changes/@microsoft/rush/main_2025-10-03-14-59.json deleted file mode 100644 index bd7ff97cb34..00000000000 --- a/common/changes/@microsoft/rush/main_2025-10-03-14-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/libraries/rush-lib/assets/rush-init/rush.json b/libraries/rush-lib/assets/rush-init/rush.json index 1ba203bb460..20d52ad9f60 100644 --- a/libraries/rush-lib/assets/rush-init/rush.json +++ b/libraries/rush-lib/assets/rush-init/rush.json @@ -26,7 +26,7 @@ * Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation * for details about these alternatives. */ - "pnpmVersion": "10.18.0", + "pnpmVersion": "9.15.9", /*[LINE "HYPOTHETICAL"]*/ "npmVersion": "6.14.15", /*[LINE "HYPOTHETICAL"]*/ "yarnVersion": "1.9.4", From d562618c65c7db222e083dd43c349c0c1d098b86 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 3 Oct 2025 10:42:17 -0700 Subject: [PATCH 2/2] Rush change. --- .../rush/revert-5394-bump-init_2025-10-03-17-42.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/@microsoft/rush/revert-5394-bump-init_2025-10-03-17-42.json diff --git a/common/changes/@microsoft/rush/revert-5394-bump-init_2025-10-03-17-42.json b/common/changes/@microsoft/rush/revert-5394-bump-init_2025-10-03-17-42.json new file mode 100644 index 00000000000..efcd84c45fb --- /dev/null +++ b/common/changes/@microsoft/rush/revert-5394-bump-init_2025-10-03-17-42.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@microsoft/rush" + } + ], + "packageName": "@microsoft/rush", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file