From be8d89a5d505b9a95b6141b6a2614e7447ff0937 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:34:45 +0000 Subject: [PATCH 1/2] Initial plan From 192fc76e3fb2d03cbfcf0ebd32f86b0074602bf7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:39:04 +0000 Subject: [PATCH 2/2] Fix PR #5697: add ensureFolderExists, rush change file, and patch version bump Co-authored-by: octogonz <4673363+octogonz@users.noreply.github.com> --- ...-autoinstaller-ensure-folder_2026-03-12-21-35.json | 11 +++++++++++ common/config/rush/version-policies.json | 2 +- .../PluginLoader/AutoinstallerPluginLoader.ts | 6 ++++-- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 common/changes/@microsoft/rush/fix-autoinstaller-ensure-folder_2026-03-12-21-35.json diff --git a/common/changes/@microsoft/rush/fix-autoinstaller-ensure-folder_2026-03-12-21-35.json b/common/changes/@microsoft/rush/fix-autoinstaller-ensure-folder_2026-03-12-21-35.json new file mode 100644 index 00000000000..cb40bf938b4 --- /dev/null +++ b/common/changes/@microsoft/rush/fix-autoinstaller-ensure-folder_2026-03-12-21-35.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "Fix a recent regression that sometimes produced ENOENT errors when installing autoinstallers", + "type": "patch", + "packageName": "@microsoft/rush" + } + ], + "packageName": "@microsoft/rush", + "email": "rushbot@users.noreply.github.com" +} diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 1f91d15712e..14cc818237e 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -103,7 +103,7 @@ "policyName": "rush", "definitionName": "lockStepVersion", "version": "5.170.0", - "nextBump": "minor", + "nextBump": "patch", "mainProject": "@microsoft/rush" } ] diff --git a/libraries/rush-lib/src/pluginFramework/PluginLoader/AutoinstallerPluginLoader.ts b/libraries/rush-lib/src/pluginFramework/PluginLoader/AutoinstallerPluginLoader.ts index d2587736d94..7528fe72ea7 100644 --- a/libraries/rush-lib/src/pluginFramework/PluginLoader/AutoinstallerPluginLoader.ts +++ b/libraries/rush-lib/src/pluginFramework/PluginLoader/AutoinstallerPluginLoader.ts @@ -73,7 +73,8 @@ export class AutoinstallerPluginLoader extends PluginLoaderBase