Skip to content

Commit 8531c95

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

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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>

0 commit comments

Comments
 (0)