Skip to content

Commit

Permalink
deps: upgrade npm to 10.8.0
Browse files Browse the repository at this point in the history
PR-URL: #53014
Reviewed-By: Luke Karrys <luke@lukekarrys.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
npm-cli-bot committed May 16, 2024
1 parent 6a2d6df commit dad539f
Show file tree
Hide file tree
Showing 361 changed files with 5,870 additions and 3,940 deletions.
2 changes: 1 addition & 1 deletion deps/npm/docs/content/commands/npm-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
example, running `npm ls promzard` in npm's source tree will show:

```bash
npm@10.7.0 /path/to/npm
npm@10.8.0 /path/to/npm
└─┬ init-package-json@0.0.4
└── promzard@0.1.5
```
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/docs/content/commands/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.

### Version

10.7.0
10.8.0

### Description

Expand Down
22 changes: 9 additions & 13 deletions deps/npm/docs/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ For example, myapp could have this:
```json
{
"bin": {
"myapp": "./cli.js"
"myapp": "bin/cli.js"
}
}
```
Expand All @@ -385,7 +385,7 @@ package, then you can just supply it as a string. For example:
{
"name": "my-program",
"version": "1.2.5",
"bin": "./path/to/program"
"bin": "path/to/program"
}
```

Expand All @@ -396,7 +396,7 @@ would be the same as this:
"name": "my-program",
"version": "1.2.5",
"bin": {
"my-program": "./path/to/program"
"my-program": "path/to/program"
}
}
```
Expand Down Expand Up @@ -497,7 +497,7 @@ walking the folder.
### repository

Specify the place where your code lives. This is helpful for people who
want to contribute. If the git repo is on GitHub, then the `npm docs`
want to contribute. If the git repo is on GitHub, then the `npm repo`
command will be able to find you.

Do it like this:
Expand Down Expand Up @@ -818,11 +818,12 @@ to express this. If you depend on features introduced in 1.5.2, use

### peerDependenciesMeta

When a user installs your package, npm will emit warnings if packages
specified in `peerDependencies` are not already installed. The
`peerDependenciesMeta` field serves to provide npm more information on how
The `peerDependenciesMeta` field serves to provide npm more information on how
your peer dependencies are to be used. Specifically, it allows peer
dependencies to be marked as optional.
dependencies to be marked as optional. Npm will not automatically install
optional peer dependencies. This allows you to
integrate and interact with a variety of host packages without requiring
all of them to be installed.

For example:

Expand All @@ -842,11 +843,6 @@ For example:
}
```

Marking a peer dependency as optional ensures npm will not emit a warning
if the `soy-milk` package is not installed on the host. This allows you to
integrate and interact with a variety of host packages without requiring
all of them to be installed.

### bundleDependencies

This defines an array of package names that will be bundled when publishing
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/docs/content/using-npm/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ a semver. Like the `rc` in `1.2.0-rc.8`.
* Type: Boolean

When set to `true`, npm will display a progress bar during time intensive
operations, if `process.stderr` is a TTY.
operations, if `process.stderr` and `process.stdout` are a TTY.

Set to `false` to suppress the progress bar.

Expand Down
6 changes: 1 addition & 5 deletions deps/npm/docs/content/using-npm/removal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ So sad to see you go.
sudo npm uninstall npm -g
```

Or, if that fails, get the npm source code, and do:

```bash
sudo make uninstall
```
Or, if that fails, please proceed to more severe uninstalling methods.

### More Severe Uninstalling

Expand Down
2 changes: 1 addition & 1 deletion deps/npm/docs/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const replaceHelpLinks = (src) => {

const transformMan = (src, { data, unified, remarkParse, remarkMan }) => unified()
.use(remarkParse)
.use(remarkMan)
.use(remarkMan, { version: `NPM@${version}` })
.processSync(`# ${data.title}(${data.section}) - ${data.description}\n\n${src}`)
.toString()

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-access.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-access">npm-access</h1>
<h1 id="----npm-access----1080">
<span>npm-access</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Set access level on published packages</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-adduser.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-adduser">npm-adduser</h1>
<h1 id="----npm-adduser----1080">
<span>npm-adduser</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Add a registry user account</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-audit">npm-audit</h1>
<h1 id="----npm-audit----1080">
<span>npm-audit</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Run a security audit</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-bugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-bugs">npm-bugs</h1>
<h1 id="----npm-bugs----1080">
<span>npm-bugs</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Report bugs for a package in a web browser</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-cache">npm-cache</h1>
<h1 id="----npm-cache----1080">
<span>npm-cache</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Manipulates packages cache</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-ci.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-ci">npm-ci</h1>
<h1 id="----npm-ci----1080">
<span>npm-ci</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Clean install a project</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-completion.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-completion">npm-completion</h1>
<h1 id="----npm-completion----1080">
<span>npm-completion</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Tab Completion for npm</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-config">npm-config</h1>
<h1 id="----npm-config----1080">
<span>npm-config</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Manage the npm configuration files</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-dedupe.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-dedupe">npm-dedupe</h1>
<h1 id="----npm-dedupe----1080">
<span>npm-dedupe</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Reduce duplication in the package tree</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-deprecate.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-deprecate">npm-deprecate</h1>
<h1 id="----npm-deprecate----1080">
<span>npm-deprecate</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">Deprecate a version of a package</span>
</header>

Expand Down
10 changes: 9 additions & 1 deletion deps/npm/docs/output/commands/npm-diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
line-height: 1;
}

header.title .version {
font-size: 0.8em;
color: #666666;
}

footer#edit {
border-top: solid 1px #e1e4e8;
margin: 3em 0 4em 0;
Expand All @@ -136,7 +141,10 @@

<section id="content">
<header class="title">
<h1 id="npm-diff">npm-diff</h1>
<h1 id="----npm-diff----1080">
<span>npm-diff</span>
<span class="version">@10.8.0</span>
</h1>
<span class="description">The registry diff command</span>
</header>

Expand Down

0 comments on commit dad539f

Please sign in to comment.