Skip to content

Commit f168357

Browse files
npm-cli-botsophob
authored andcommitted
deps: upgrade npm to 10.8.1
PR-URL: nodejs#53207 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent bb28dbc commit f168357

File tree

421 files changed

+2852
-1606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

421 files changed

+2852
-1606
lines changed

deps/npm/bin/npm-prefix.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// without having to load all of npm first
44
// It does not accept argv params
55

6-
const path = require('path')
6+
const path = require('node:path')
77
const Config = require('@npmcli/config')
88
const { definitions, flatten, shorthands } = require('@npmcli/config/lib/definitions')
99
const config = new Config({

deps/npm/docs/content/commands/npm-diff.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,15 @@ folder instead of the current working directory. See
248248
If you ask npm to install a package and don't tell it a specific version,
249249
then it will install the specified tag.
250250
251-
Also the tag that is added to the package@version specified by the `npm tag`
252-
command, if no explicit tag is given.
251+
It is the tag added to the package@version specified in the `npm dist-tag
252+
add` command, if no explicit tag is given.
253253
254254
When used by the `npm diff` command, this is the tag used to fetch the
255255
tarball that will be compared with the local files by default.
256256
257+
If used in the `npm publish` command, this is the tag that will be added to
258+
the package submitted to the registry.
259+
257260
258261
259262
#### `workspace`

deps/npm/docs/content/commands/npm-ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
[email protected].0 /path/to/npm
30+
[email protected].1 /path/to/npm
3131
3232
3333
```

deps/npm/docs/content/commands/npm-publish.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,15 @@ built.
9595
If you ask npm to install a package and don't tell it a specific version,
9696
then it will install the specified tag.
9797

98-
Also the tag that is added to the package@version specified by the `npm tag`
99-
command, if no explicit tag is given.
98+
It is the tag added to the package@version specified in the `npm dist-tag
99+
add` command, if no explicit tag is given.
100100

101101
When used by the `npm diff` command, this is the tag used to fetch the
102102
tarball that will be compared with the local files by default.
103103

104+
If used in the `npm publish` command, this is the tag that will be added to
105+
the package submitted to the registry.
106+
104107

105108

106109
#### `access`

deps/npm/docs/content/commands/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
1414

1515
### Version
1616

17-
10.8.0
17+
10.8.1
1818

1919
### Description
2020

deps/npm/docs/content/using-npm/config.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1567,12 +1567,15 @@ See also the `ca` config.
15671567
If you ask npm to install a package and don't tell it a specific version,
15681568
then it will install the specified tag.
15691569

1570-
Also the tag that is added to the package@version specified by the `npm tag`
1571-
command, if no explicit tag is given.
1570+
It is the tag added to the package@version specified in the `npm dist-tag
1571+
add` command, if no explicit tag is given.
15721572

15731573
When used by the `npm diff` command, this is the tag used to fetch the
15741574
tarball that will be compared with the local files by default.
15751575

1576+
If used in the `npm publish` command, this is the tag that will be added to
1577+
the package submitted to the registry.
1578+
15761579

15771580

15781581
#### `tag-version-prefix`

deps/npm/docs/output/commands/npm-access.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-access----1080">
144+
<h1 id="----npm-access----1081">
145145
<span>npm-access</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Set access level on published packages</span>
149149
</header>

deps/npm/docs/output/commands/npm-adduser.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-adduser----1080">
144+
<h1 id="----npm-adduser----1081">
145145
<span>npm-adduser</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Add a registry user account</span>
149149
</header>

deps/npm/docs/output/commands/npm-audit.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-audit----1080">
144+
<h1 id="----npm-audit----1081">
145145
<span>npm-audit</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Run a security audit</span>
149149
</header>

deps/npm/docs/output/commands/npm-bugs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-bugs----1080">
144+
<h1 id="----npm-bugs----1081">
145145
<span>npm-bugs</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Report bugs for a package in a web browser</span>
149149
</header>

deps/npm/docs/output/commands/npm-cache.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-cache----1080">
144+
<h1 id="----npm-cache----1081">
145145
<span>npm-cache</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Manipulates packages cache</span>
149149
</header>

deps/npm/docs/output/commands/npm-ci.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-ci----1080">
144+
<h1 id="----npm-ci----1081">
145145
<span>npm-ci</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Clean install a project</span>
149149
</header>

deps/npm/docs/output/commands/npm-completion.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-completion----1080">
144+
<h1 id="----npm-completion----1081">
145145
<span>npm-completion</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Tab Completion for npm</span>
149149
</header>

deps/npm/docs/output/commands/npm-config.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-config----1080">
144+
<h1 id="----npm-config----1081">
145145
<span>npm-config</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Manage the npm configuration files</span>
149149
</header>

deps/npm/docs/output/commands/npm-dedupe.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-dedupe----1080">
144+
<h1 id="----npm-dedupe----1081">
145145
<span>npm-dedupe</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Reduce duplication in the package tree</span>
149149
</header>

deps/npm/docs/output/commands/npm-deprecate.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-deprecate----1080">
144+
<h1 id="----npm-deprecate----1081">
145145
<span>npm-deprecate</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Deprecate a version of a package</span>
149149
</header>

deps/npm/docs/output/commands/npm-diff.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-diff----1080">
144+
<h1 id="----npm-diff----1081">
145145
<span>npm-diff</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">The registry diff command</span>
149149
</header>
@@ -334,10 +334,11 @@ <h4 id="tag"><code>tag</code></h4>
334334
</ul>
335335
<p>If you ask npm to install a package and don't tell it a specific version,
336336
then it will install the specified tag.</p>
337-
<p>Also the tag that is added to the package@version specified by the <code>npm tag</code>
338-
command, if no explicit tag is given.</p>
337+
<p>It is the tag added to the package@version specified in the <code>npm dist-tag add</code> command, if no explicit tag is given.</p>
339338
<p>When used by the <code>npm diff</code> command, this is the tag used to fetch the
340339
tarball that will be compared with the local files by default.</p>
340+
<p>If used in the <code>npm publish</code> command, this is the tag that will be added to
341+
the package submitted to the registry.</p>
341342
<h4 id="workspace"><code>workspace</code></h4>
342343
<ul>
343344
<li>Default:</li>

deps/npm/docs/output/commands/npm-dist-tag.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-dist-tag----1080">
144+
<h1 id="----npm-dist-tag----1081">
145145
<span>npm-dist-tag</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Modify package distribution tags</span>
149149
</header>

deps/npm/docs/output/commands/npm-docs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-docs----1080">
144+
<h1 id="----npm-docs----1081">
145145
<span>npm-docs</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Open documentation for a package in a web browser</span>
149149
</header>

deps/npm/docs/output/commands/npm-doctor.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-doctor----1080">
144+
<h1 id="----npm-doctor----1081">
145145
<span>npm-doctor</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Check the health of your npm environment</span>
149149
</header>

deps/npm/docs/output/commands/npm-edit.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-edit----1080">
144+
<h1 id="----npm-edit----1081">
145145
<span>npm-edit</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Edit an installed package</span>
149149
</header>

deps/npm/docs/output/commands/npm-exec.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-exec----1080">
144+
<h1 id="----npm-exec----1081">
145145
<span>npm-exec</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Run a command from a local or remote npm package</span>
149149
</header>

deps/npm/docs/output/commands/npm-explain.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-explain----1080">
144+
<h1 id="----npm-explain----1081">
145145
<span>npm-explain</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Explain installed packages</span>
149149
</header>

deps/npm/docs/output/commands/npm-explore.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-explore----1080">
144+
<h1 id="----npm-explore----1081">
145145
<span>npm-explore</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Browse an installed package</span>
149149
</header>

deps/npm/docs/output/commands/npm-find-dupes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-find-dupes----1080">
144+
<h1 id="----npm-find-dupes----1081">
145145
<span>npm-find-dupes</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Find duplication in the package tree</span>
149149
</header>

deps/npm/docs/output/commands/npm-fund.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-fund----1080">
144+
<h1 id="----npm-fund----1081">
145145
<span>npm-fund</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Retrieve funding information</span>
149149
</header>

deps/npm/docs/output/commands/npm-help-search.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-help-search----1080">
144+
<h1 id="----npm-help-search----1081">
145145
<span>npm-help-search</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Search npm help documentation</span>
149149
</header>

deps/npm/docs/output/commands/npm-help.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-help----1080">
144+
<h1 id="----npm-help----1081">
145145
<span>npm-help</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Get help on npm</span>
149149
</header>

deps/npm/docs/output/commands/npm-hook.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-hook----1080">
144+
<h1 id="----npm-hook----1081">
145145
<span>npm-hook</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Manage registry hooks</span>
149149
</header>

deps/npm/docs/output/commands/npm-init.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-init----1080">
144+
<h1 id="----npm-init----1081">
145145
<span>npm-init</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Create a package.json file</span>
149149
</header>

deps/npm/docs/output/commands/npm-install-ci-test.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-install-ci-test----1080">
144+
<h1 id="----npm-install-ci-test----1081">
145145
<span>npm-install-ci-test</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Install a project with a clean slate and run tests</span>
149149
</header>

0 commit comments

Comments
 (0)