Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"policyName": "rush",
"definitionName": "lockStepVersion",
"version": "5.158.1",
"nextBump": "patch",
"nextBump": "minor",
"mainProject": "@microsoft/rush"
}
]