From 574d346a47b1d627b723d54c924ea6894fccdb0b Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:23:20 -0700 Subject: [PATCH] Prepare to publish a PATCH release of Rush --- .../rush/heft-config-file_2025-04-24-00-00.json | 10 ++++++++++ common/config/rush/version-policies.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 common/changes/@microsoft/rush/heft-config-file_2025-04-24-00-00.json diff --git a/common/changes/@microsoft/rush/heft-config-file_2025-04-24-00-00.json b/common/changes/@microsoft/rush/heft-config-file_2025-04-24-00-00.json new file mode 100644 index 00000000000..9fb6163cccd --- /dev/null +++ b/common/changes/@microsoft/rush/heft-config-file_2025-04-24-00-00.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "Upgrade `rushstack/heft-config-file` to fix an incompatibility with Node 16", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index de6726c285a..cab671d682a 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.153.0", - "nextBump": "minor", + "nextBump": "patch", "mainProject": "@microsoft/rush" } ]