diff --git a/common/changes/@microsoft/rush/bmiddha-problem-matchers_2025-09-22-20-35.json b/common/changes/@microsoft/rush/bmiddha-problem-matchers_2025-09-22-20-35.json index dd857d248a2..2f71e30ba5c 100644 --- a/common/changes/@microsoft/rush/bmiddha-problem-matchers_2025-09-22-20-35.json +++ b/common/changes/@microsoft/rush/bmiddha-problem-matchers_2025-09-22-20-35.json @@ -3,7 +3,7 @@ { "packageName": "@microsoft/rush", "comment": "Add `IOperationExecutionResult.problemCollector` API which matches and collects VS Code style problem matchers", - "type": "patch" + "type": "none" } ], "packageName": "@microsoft/rush" diff --git a/common/changes/@rushstack/lookup-by-path/bmiddha-zipsync-3_2025-09-16-00-42.json b/common/changes/@rushstack/lookup-by-path/bmiddha-zipsync-3_2025-09-16-00-42.json index 51759d89a49..1ff83cfa284 100644 --- a/common/changes/@rushstack/lookup-by-path/bmiddha-zipsync-3_2025-09-16-00-42.json +++ b/common/changes/@rushstack/lookup-by-path/bmiddha-zipsync-3_2025-09-16-00-42.json @@ -2,9 +2,9 @@ "changes": [ { "packageName": "@rushstack/lookup-by-path", - "comment": "Expose getNodeAtPrefix API to allow getting nodes with undefined values.", - "type": "patch" + "comment": "Expose `getNodeAtPrefix` API to allow getting nodes with undefined values.", + "type": "minor" } ], "packageName": "@rushstack/lookup-by-path" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/node-core-library/bmiddha-problem-matchers_2025-09-22-20-35.json b/common/changes/@rushstack/node-core-library/bmiddha-problem-matchers_2025-09-22-20-35.json index 9280ab7db8e..f3c0b3a61cc 100644 --- a/common/changes/@rushstack/node-core-library/bmiddha-problem-matchers_2025-09-22-20-35.json +++ b/common/changes/@rushstack/node-core-library/bmiddha-problem-matchers_2025-09-22-20-35.json @@ -3,8 +3,8 @@ { "packageName": "@rushstack/node-core-library", "comment": "Add `FileError.getProblemMatcher()` which returns the problem matcher compatible with `IOperationExecutionResult.problemCollector` as well as VS Code, GitHub Actions", - "type": "patch" + "type": "minor" } ], "packageName": "@rushstack/node-core-library" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/problem-matcher/bmiddha-problem-matchers_2025-09-25-23-26.json b/common/changes/@rushstack/problem-matcher/bmiddha-problem-matchers_2025-09-25-23-26.json index b5c463c66f5..29a54b27fe3 100644 --- a/common/changes/@rushstack/problem-matcher/bmiddha-problem-matchers_2025-09-25-23-26.json +++ b/common/changes/@rushstack/problem-matcher/bmiddha-problem-matchers_2025-09-25-23-26.json @@ -3,8 +3,8 @@ { "packageName": "@rushstack/problem-matcher", "comment": "Add @rushstack/problem-matcher library to parse and use VS Code style problem matchers", - "type": "patch" + "type": "minor" } ], "packageName": "@rushstack/problem-matcher" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/rig-package/bmiddha-zipsync-3_2025-09-16-00-42.json b/common/changes/@rushstack/rig-package/bmiddha-zipsync-3_2025-09-16-00-42.json index 211ddf456cc..3483e7c8313 100644 --- a/common/changes/@rushstack/rig-package/bmiddha-zipsync-3_2025-09-16-00-42.json +++ b/common/changes/@rushstack/rig-package/bmiddha-zipsync-3_2025-09-16-00-42.json @@ -2,9 +2,9 @@ "changes": [ { "packageName": "@rushstack/ts-command-line", - "comment": "Add IRequiredCommandLineStringListParameter.", - "type": "patch" + "comment": "Add `IRequiredCommandLineStringListParameter`.", + "type": "minor" } ], "packageName": "@rushstack/ts-command-line" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/terminal/bmiddha-problem-matchers_2025-09-22-20-35.json b/common/changes/@rushstack/terminal/bmiddha-problem-matchers_2025-09-22-20-35.json index 0c505d159e6..147ffba9754 100644 --- a/common/changes/@rushstack/terminal/bmiddha-problem-matchers_2025-09-22-20-35.json +++ b/common/changes/@rushstack/terminal/bmiddha-problem-matchers_2025-09-22-20-35.json @@ -3,8 +3,8 @@ { "packageName": "@rushstack/terminal", "comment": "Add `ProblemCollector extends TerminalWritable` API which matches and collects VS Code style problem matchers", - "type": "patch" + "type": "minor" } ], "packageName": "@rushstack/terminal" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/zipsync/bmiddha-zipsync-3_2025-09-16-00-42.json b/common/changes/@rushstack/zipsync/bmiddha-zipsync-3_2025-09-16-00-42.json index 327c9aae6dd..f160b4bb5fb 100644 --- a/common/changes/@rushstack/zipsync/bmiddha-zipsync-3_2025-09-16-00-42.json +++ b/common/changes/@rushstack/zipsync/bmiddha-zipsync-3_2025-09-16-00-42.json @@ -3,8 +3,8 @@ { "packageName": "@rushstack/zipsync", "comment": "Add zipsync tool to pack and unpack build cache entries.", - "type": "patch" + "type": "minor" } ], "packageName": "@rushstack/zipsync" -} \ No newline at end of file +} diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 9a42ef16dea..ec98f420617 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.158.1", - "nextBump": "patch", + "nextBump": "minor", "mainProject": "@microsoft/rush" } ]