Skip to content

Commit 3e84a71

Browse files
authored
Tweak some version bumps. (#5383)
* Make common/changes/@rushstack/problem-matcher/bmiddha-problem-matchers_2025-09-25-23-26.json a minor bump. * Update bmiddha-zipsync-3_2025-09-16-00-42.json * Change problem matcher type from patch to minor * Update change type and comment for ts-command-line * Change version type from patch to minor * Update bmiddha-zipsync-3_2025-09-16-00-42.json * More tweaks.
1 parent 5596a0d commit 3e84a71

8 files changed

Lines changed: 16 additions & 16 deletions

common/changes/@microsoft/rush/bmiddha-problem-matchers_2025-09-22-20-35.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"packageName": "@microsoft/rush",
55
"comment": "Add `IOperationExecutionResult.problemCollector` API which matches and collects VS Code style problem matchers",
6-
"type": "patch"
6+
"type": "none"
77
}
88
],
99
"packageName": "@microsoft/rush"

common/changes/@rushstack/lookup-by-path/bmiddha-zipsync-3_2025-09-16-00-42.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"changes": [
33
{
44
"packageName": "@rushstack/lookup-by-path",
5-
"comment": "Expose getNodeAtPrefix API to allow getting nodes with undefined values.",
6-
"type": "patch"
5+
"comment": "Expose `getNodeAtPrefix` API to allow getting nodes with undefined values.",
6+
"type": "minor"
77
}
88
],
99
"packageName": "@rushstack/lookup-by-path"
10-
}
10+
}

common/changes/@rushstack/node-core-library/bmiddha-problem-matchers_2025-09-22-20-35.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"packageName": "@rushstack/node-core-library",
55
"comment": "Add `FileError.getProblemMatcher()` which returns the problem matcher compatible with `IOperationExecutionResult.problemCollector` as well as VS Code, GitHub Actions",
6-
"type": "patch"
6+
"type": "minor"
77
}
88
],
99
"packageName": "@rushstack/node-core-library"
10-
}
10+
}

common/changes/@rushstack/problem-matcher/bmiddha-problem-matchers_2025-09-25-23-26.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"packageName": "@rushstack/problem-matcher",
55
"comment": "Add @rushstack/problem-matcher library to parse and use VS Code style problem matchers",
6-
"type": "patch"
6+
"type": "minor"
77
}
88
],
99
"packageName": "@rushstack/problem-matcher"
10-
}
10+
}

common/changes/@rushstack/rig-package/bmiddha-zipsync-3_2025-09-16-00-42.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"changes": [
33
{
44
"packageName": "@rushstack/ts-command-line",
5-
"comment": "Add IRequiredCommandLineStringListParameter.",
6-
"type": "patch"
5+
"comment": "Add `IRequiredCommandLineStringListParameter`.",
6+
"type": "minor"
77
}
88
],
99
"packageName": "@rushstack/ts-command-line"
10-
}
10+
}

common/changes/@rushstack/terminal/bmiddha-problem-matchers_2025-09-22-20-35.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"packageName": "@rushstack/terminal",
55
"comment": "Add `ProblemCollector extends TerminalWritable` API which matches and collects VS Code style problem matchers",
6-
"type": "patch"
6+
"type": "minor"
77
}
88
],
99
"packageName": "@rushstack/terminal"
10-
}
10+
}

common/changes/@rushstack/zipsync/bmiddha-zipsync-3_2025-09-16-00-42.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"packageName": "@rushstack/zipsync",
55
"comment": "Add zipsync tool to pack and unpack build cache entries.",
6-
"type": "patch"
6+
"type": "minor"
77
}
88
],
99
"packageName": "@rushstack/zipsync"
10-
}
10+
}

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"policyName": "rush",
104104
"definitionName": "lockStepVersion",
105105
"version": "5.158.1",
106-
"nextBump": "patch",
106+
"nextBump": "minor",
107107
"mainProject": "@microsoft/rush"
108108
}
109109
]

0 commit comments

Comments
 (0)