Commit 8f88fb0
Upgrade: [dependabot] - bump npm from 11.6.4 to 11.7.0 (#518)
Bumps [npm](https://github.com/npm/cli) from 11.6.4 to 11.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/npm/cli/releases">npm's
releases</a>.</em></p>
<blockquote>
<h2>v11.7.0</h2>
<h2><a
href="https://github.com/npm/cli/compare/v11.6.4...v11.7.0">11.7.0</a>
(2025-12-09)</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/cli/commit/b380d155050be21a9ee5ce08d50e184c06a13f36"><code>b380d15</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8697">#8697</a> add
deduping to notices unless in verbose+ mode (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/cli/commit/4ebb831d93f13cc0b980754bf36abb2982b131f7"><code>4ebb831</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8839">#8839</a>
updates hints to use cli paradigm (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/7896e51812d6b3d7f204f32a92a6721affd257a5"><code>7896e51</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8838">#8838</a> update
the token list text (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/8ab86685baee32ef9428ab202f60b8b631e40ca9"><code>8ab8668</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8836">#8836</a> query:
support package-lock-only in workspaces (<a
href="https://github.com/watilde"><code>@watilde</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/35e8d38ef880239b5dd2c61a8112f6aa11d10eab"><code>35e8d38</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8322">#8322</a>
properly handle newlines with input when using the spinner (<a
href="https://redirect.github.com/npm/cli/issues/8322">#8322</a>) (<a
href="https://github.com/mbtools"><code>@mbtools</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/0c0faae91d47fe1303de77aae7c6b38709972d2f"><code>0c0faae</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8780">#8780</a>
adduser: improve email prompt (<a
href="https://redirect.github.com/npm/cli/issues/8780">#8780</a>) (<a
href="https://github.com/mbtools"><code>@mbtools</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="https://github.com/npm/cli/commit/7f2ab9dac62b56343204e13194f8f53421c19f3b"><code>7f2ab9d</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8810">#8810</a>
scripts: replace deprecated prepublish and install examples with prepare
(Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/91ebab777e5bfac6f34537e58c228209f7cc961a"><code>91ebab7</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8847">#8847</a> remove
note about token create being disabled (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/2030250fbce3ac99ab116b6aee7e4d06f395134b"><code>2030250</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8822">#8822</a>
scripts: clarify prepare script runs with --production (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/33a50d7981492e71f533448d93fc586429e603fd"><code>33a50d7</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8821">#8821</a>
scripts: update npm_package_* environment variables documentation (Max
Black)</li>
<li><a
href="https://github.com/npm/cli/commit/50508f9b18051761ec466de85cf0ecbee3130165"><code>50508f9</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8793">#8793</a>
package-json: add documentation for type field (<a
href="https://redirect.github.com/npm/cli/issues/8793">#8793</a>) (<a
href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>,
Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/aa1dd7e974176225973bd1aa1683ef4ae3c418eb"><code>aa1dd7e</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8823">#8823</a>
scripts: document that prepare scripts run concurrently in workspaces
(Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/3f48487aa343003bce0e55e1dfcd5fc8a9b3e198"><code>3f48487</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8820">#8820</a>
package-spec: fix alias syntax in examples (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/dd104da7d7c2ddd00731df716a082595df4a89b0"><code>dd104da</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8812">#8812</a>
version: add note about git version requirements (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/58afdcc2094bd245c9916a02a62640a76ace8e72"><code>58afdcc</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8792">#8792</a>
install: clarify prerelease version range behavior (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/9f818e8cdfb4f10e36c7659e9aa86ddc4633e503"><code>9f818e8</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8795">#8795</a>
npm-view: clarify object property access syntax and provide examples
(Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/39c2f2ef890b3af97aad85f71fbcb148f8965259"><code>39c2f2e</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8791">#8791</a> add
examples for command line flags including --prefix (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/1298530af04f6982b7ba8b2cb677f23090fb806f"><code>1298530</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8790">#8790</a>
clarify version field can be omitted in package-lock (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/090b6cacb8228b2050e0e3746655441d2739a2ab"><code>090b6ca</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8794">#8794</a> npx:
clarify that arguments are passed to executed command (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/a864f80799b407ee90f6482d5eb966dd66d13b56"><code>a864f80</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8787">#8787</a>
document gypfile field in package.json (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/2fc689dfa0a69d66d7599997b4fa51a64111a619"><code>2fc689d</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8788">#8788</a> add
field access patterns to npm view (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/48506391c6248837cfd357aec28f5a3beb3cf184"><code>4850639</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8796">#8796</a>
package-json: add examples for replacing dependencies with forks in
overrides (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/4864dd4289272e310065ccd43b254e1d3232d07f"><code>4864dd4</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8798">#8798</a>
npm-install: document engines field priority when installing packages
(Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/95d25cd97d88baa3ae11c69d5e69a1e850c39701"><code>95d25cd</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8799">#8799</a>
package-json: clarify repository field normalization during publish (Max
Black)</li>
<li><a
href="https://github.com/npm/cli/commit/a367f9bdac86f34769acfc427200e11f21e0c3ce"><code>a367f9b</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8800">#8800</a>
package-lock-json: clarify that version field may be omitted for certain
dependencies (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/ffc9b713b6a4ef762d6231ade70b008e9f296cb7"><code>ffc9b71</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8801">#8801</a>
npm-install: clarify --tag does not override package.json (<a
href="https://redirect.github.com/npm/cli/issues/8801">#8801</a>) (<a
href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>,
Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/73688ca5eb984d0027abcc72980cc287a892e5c8"><code>73688ca</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8735">#8735</a>
clarify npm version behavior with prerelease versions (<a
href="https://redirect.github.com/npm/cli/issues/8735">#8735</a>) (<a
href="https://github.com/yashwantbezawada"><code>@yashwantbezawada</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/4a32606ff50c71309455a0e3324d5ca90c1bbecc"><code>4a32606</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8785">#8785</a>
updates the token create documentation (<a
href="https://redirect.github.com/npm/cli/issues/8785">#8785</a>) (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>, <a
href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/cli/commit/54929cef8e26a4698234e5d2499a43b746569b12"><code>54929ce</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8836">#8836</a> update
baseline-browser-mapping (<a
href="https://github.com/watilde"><code>@watilde</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a
href="https://github.com/npm/cli/releases/tag/arborist-v9.1.9">workspace</a>:
<code>@npmcli/[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/config-v10.4.5">workspace</a>:
<code>@npmcli/[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.12">workspace</a>:
<code>[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.11">workspace</a>:
<code>[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.12">workspace</a>:
<code>[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.12">workspace</a>:
<code>[email protected]</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/npm/cli/blob/latest/CHANGELOG.md">npm's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/npm/cli/compare/v11.6.4...v11.7.0">11.7.0</a>
(2025-12-09)</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/cli/commit/b380d155050be21a9ee5ce08d50e184c06a13f36"><code>b380d15</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8697">#8697</a> add
deduping to notices unless in verbose+ mode (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/cli/commit/4ebb831d93f13cc0b980754bf36abb2982b131f7"><code>4ebb831</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8839">#8839</a>
updates hints to use cli paradigm (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/7896e51812d6b3d7f204f32a92a6721affd257a5"><code>7896e51</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8838">#8838</a> update
the token list text (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/8ab86685baee32ef9428ab202f60b8b631e40ca9"><code>8ab8668</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8836">#8836</a> query:
support package-lock-only in workspaces (<a
href="https://github.com/watilde"><code>@watilde</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/35e8d38ef880239b5dd2c61a8112f6aa11d10eab"><code>35e8d38</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8322">#8322</a>
properly handle newlines with input when using the spinner (<a
href="https://redirect.github.com/npm/cli/issues/8322">#8322</a>) (<a
href="https://github.com/mbtools"><code>@mbtools</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/0c0faae91d47fe1303de77aae7c6b38709972d2f"><code>0c0faae</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8780">#8780</a>
adduser: improve email prompt (<a
href="https://redirect.github.com/npm/cli/issues/8780">#8780</a>) (<a
href="https://github.com/mbtools"><code>@mbtools</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="https://github.com/npm/cli/commit/7f2ab9dac62b56343204e13194f8f53421c19f3b"><code>7f2ab9d</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8810">#8810</a>
scripts: replace deprecated prepublish and install examples with prepare
(Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/91ebab777e5bfac6f34537e58c228209f7cc961a"><code>91ebab7</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8847">#8847</a> remove
note about token create being disabled (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/2030250fbce3ac99ab116b6aee7e4d06f395134b"><code>2030250</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8822">#8822</a>
scripts: clarify prepare script runs with --production (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/33a50d7981492e71f533448d93fc586429e603fd"><code>33a50d7</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8821">#8821</a>
scripts: update npm_package_* environment variables documentation (Max
Black)</li>
<li><a
href="https://github.com/npm/cli/commit/50508f9b18051761ec466de85cf0ecbee3130165"><code>50508f9</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8793">#8793</a>
package-json: add documentation for type field (<a
href="https://redirect.github.com/npm/cli/issues/8793">#8793</a>) (<a
href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>,
Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/aa1dd7e974176225973bd1aa1683ef4ae3c418eb"><code>aa1dd7e</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8823">#8823</a>
scripts: document that prepare scripts run concurrently in workspaces
(Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/3f48487aa343003bce0e55e1dfcd5fc8a9b3e198"><code>3f48487</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8820">#8820</a>
package-spec: fix alias syntax in examples (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/dd104da7d7c2ddd00731df716a082595df4a89b0"><code>dd104da</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8812">#8812</a>
version: add note about git version requirements (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/58afdcc2094bd245c9916a02a62640a76ace8e72"><code>58afdcc</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8792">#8792</a>
install: clarify prerelease version range behavior (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/9f818e8cdfb4f10e36c7659e9aa86ddc4633e503"><code>9f818e8</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8795">#8795</a>
npm-view: clarify object property access syntax and provide examples
(Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/39c2f2ef890b3af97aad85f71fbcb148f8965259"><code>39c2f2e</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8791">#8791</a> add
examples for command line flags including --prefix (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/1298530af04f6982b7ba8b2cb677f23090fb806f"><code>1298530</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8790">#8790</a>
clarify version field can be omitted in package-lock (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/090b6cacb8228b2050e0e3746655441d2739a2ab"><code>090b6ca</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8794">#8794</a> npx:
clarify that arguments are passed to executed command (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/a864f80799b407ee90f6482d5eb966dd66d13b56"><code>a864f80</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8787">#8787</a>
document gypfile field in package.json (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/2fc689dfa0a69d66d7599997b4fa51a64111a619"><code>2fc689d</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8788">#8788</a> add
field access patterns to npm view (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/48506391c6248837cfd357aec28f5a3beb3cf184"><code>4850639</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8796">#8796</a>
package-json: add examples for replacing dependencies with forks in
overrides (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/4864dd4289272e310065ccd43b254e1d3232d07f"><code>4864dd4</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8798">#8798</a>
npm-install: document engines field priority when installing packages
(Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/95d25cd97d88baa3ae11c69d5e69a1e850c39701"><code>95d25cd</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8799">#8799</a>
package-json: clarify repository field normalization during publish (Max
Black)</li>
<li><a
href="https://github.com/npm/cli/commit/a367f9bdac86f34769acfc427200e11f21e0c3ce"><code>a367f9b</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8800">#8800</a>
package-lock-json: clarify that version field may be omitted for certain
dependencies (Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/ffc9b713b6a4ef762d6231ade70b008e9f296cb7"><code>ffc9b71</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8801">#8801</a>
npm-install: clarify --tag does not override package.json (<a
href="https://redirect.github.com/npm/cli/issues/8801">#8801</a>) (<a
href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>,
Max Black)</li>
<li><a
href="https://github.com/npm/cli/commit/73688ca5eb984d0027abcc72980cc287a892e5c8"><code>73688ca</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8735">#8735</a>
clarify npm version behavior with prerelease versions (<a
href="https://redirect.github.com/npm/cli/issues/8735">#8735</a>) (<a
href="https://github.com/yashwantbezawada"><code>@yashwantbezawada</code></a>)</li>
<li><a
href="https://github.com/npm/cli/commit/4a32606ff50c71309455a0e3324d5ca90c1bbecc"><code>4a32606</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8785">#8785</a>
updates the token create documentation (<a
href="https://redirect.github.com/npm/cli/issues/8785">#8785</a>) (<a
href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>, <a
href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/cli/commit/54929cef8e26a4698234e5d2499a43b746569b12"><code>54929ce</code></a>
<a href="https://redirect.github.com/npm/cli/pull/8836">#8836</a> update
baseline-browser-mapping (<a
href="https://github.com/watilde"><code>@watilde</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a
href="https://github.com/npm/cli/releases/tag/arborist-v9.1.9">workspace</a>:
<code>@npmcli/[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/config-v10.4.5">workspace</a>:
<code>@npmcli/[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.12">workspace</a>:
<code>[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.11">workspace</a>:
<code>[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.12">workspace</a>:
<code>[email protected]</code></li>
<li><a
href="https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.12">workspace</a>:
<code>[email protected]</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/npm/cli/commit/6d1db8724b1d0e5457a87bb31e62e43d566348ce"><code>6d1db87</code></a>
chore: release 11.7.0</li>
<li><a
href="https://github.com/npm/cli/commit/4ebb831d93f13cc0b980754bf36abb2982b131f7"><code>4ebb831</code></a>
fix: updates hints to use cli paradigm</li>
<li><a
href="https://github.com/npm/cli/commit/7f2ab9dac62b56343204e13194f8f53421c19f3b"><code>7f2ab9d</code></a>
docs(scripts): replace deprecated prepublish and install examples with
prepare</li>
<li><a
href="https://github.com/npm/cli/commit/7896e51812d6b3d7f204f32a92a6721affd257a5"><code>7896e51</code></a>
fix: update the token list text</li>
<li><a
href="https://github.com/npm/cli/commit/91ebab777e5bfac6f34537e58c228209f7cc961a"><code>91ebab7</code></a>
docs: remove note about token create being disabled</li>
<li><a
href="https://github.com/npm/cli/commit/54929cef8e26a4698234e5d2499a43b746569b12"><code>54929ce</code></a>
chore: update baseline-browser-mapping</li>
<li><a
href="https://github.com/npm/cli/commit/8ab86685baee32ef9428ab202f60b8b631e40ca9"><code>8ab8668</code></a>
fix(query): support package-lock-only in workspaces</li>
<li><a
href="https://github.com/npm/cli/commit/07652896c44bd21a585255151f90f171eefbb00e"><code>0765289</code></a>
fix: handle ENOTEMPTY errors in moveFile</li>
<li><a
href="https://github.com/npm/cli/commit/2030250fbce3ac99ab116b6aee7e4d06f395134b"><code>2030250</code></a>
docs(scripts): clarify prepare script runs with --production</li>
<li><a
href="https://github.com/npm/cli/commit/33a50d7981492e71f533448d93fc586429e603fd"><code>33a50d7</code></a>
docs(scripts): update npm_package_* environment variables
documentation</li>
<li>Additional commits viewable in <a
href="https://github.com/npm/cli/compare/v11.6.4...v11.7.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anthony-nhs <[email protected]>1 parent 0b5f8f2 commit 8f88fb0
2 files changed
+21
-21
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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
0 commit comments