Commit d71e365
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 "rush deploy" could fail with EEXIST
due to a "npm-packlist" 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 "globalPlugin" 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>
[](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- common/config/rush
3 files changed
+28
-23
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
0 commit comments