Skip to content

Commit d71e365

Browse files
Bump @microsoft/rush from 5.171.0 to 5.172.1 (#397)
Bumps [@microsoft/rush](https://github.com/microsoft/rushstack/tree/HEAD/apps/rush) from 5.171.0 to 5.172.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md"><code>@​microsoft/rush</code>'s changelog</a>.</em></p> <blockquote> <h2>5.172.1</h2> <p>Wed, 25 Mar 2026 01:01:07 GMT</p> <h3>Updates</h3> <ul> <li>Fix an issue where &quot;rush deploy&quot; could fail with EEXIST due to a &quot;npm-packlist&quot; regression (GitHub <a href="https://github.com/microsoft/rushstack/tree/HEAD/apps/rush/issues/5720">#5720</a>)</li> </ul> <h2>5.172.0</h2> <p>Tue, 24 Mar 2026 21:52:13 GMT</p> <h3>Updates</h3> <ul> <li>Add <code>getCustomParametersByLongName()</code> and <code>setHandled()</code> to <code>IGlobalCommand</code>, enabling Rush plugins to handle global command execution and access parsed command-line parameter values.</li> <li>Add a new &quot;globalPlugin&quot; command kind for command-line.json that allows Rush plugins to define global commands without a shellCommand. This command kind can only be used in plugin-provided command-line.json files.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/rushstack/commit/b00d183e30f715bdf6a2e0c13d673cced70b1c46"><code>b00d183</code></a> Bump versions [skip ci]</li> <li><a href="https://github.com/microsoft/rushstack/commit/161ea98b01c71378cf8ef715b107ab9cdff5851c"><code>161ea98</code></a> Update changelogs [skip ci]</li> <li><a href="https://github.com/microsoft/rushstack/commit/92ccd146c2016c2377bb81de2e811f3cc815d493"><code>92ccd14</code></a> Bump versions [skip ci]</li> <li><a href="https://github.com/microsoft/rushstack/commit/3ee65c14dbb97cb4ab19182790f9c6ba2deb91b3"><code>3ee65c1</code></a> Update changelogs [skip ci]</li> <li>See full diff in <a href="https://github.com/microsoft/rushstack/commits/@microsoft/rush_v5.172.1/apps/rush">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | @microsoft/rush | [>= 5.113.a, < 5.114] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/rush&package-manager=npm_and_yarn&previous-version=5.171.0&new-version=5.172.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nevware21-bot <252503968+nevware21-bot@users.noreply.github.com>
1 parent 67c80a3 commit d71e365

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

common/config/rush/npm-shrinkwrap.json

Lines changed: 25 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@istanbuljs/nyc-config-typescript": "^1.0.2",
68-
"@microsoft/rush": "5.171.0",
68+
"@microsoft/rush": "5.172.1",
6969
"@nevware21/grunt-eslint-ts": "0.5.2",
7070
"@nevware21/grunt-ts-plugin": "0.5.2",
7171
"@nevware21/coverage-tools": ">= 0.1.4 < 2.x",

rush.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
33
"npmVersion": "9.9.4",
4-
"rushVersion": "5.171.0",
4+
"rushVersion": "5.172.1",
55
"projectFolderMaxDepth": 4,
66
"projects": [
77
{
@@ -26,3 +26,4 @@
2626

2727

2828

29+

0 commit comments

Comments
 (0)