Skip to content
/ node Public
forked from nodejs/node

Commit aefc621

Browse files
committed
deps: upgrade npm to 7.12.1
PR-URL: nodejs#38628 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 89f592c commit aefc621

File tree

182 files changed

+1141
-890
lines changed

Some content is hidden

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

182 files changed

+1141
-890
lines changed

deps/npm/AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -772,3 +772,7 @@ Seth Thomas <seth@emailseth.com>
772772
Andreas <andreas@bielk.se>
773773
Felipe Santos <felipecassiors@gmail.com>
774774
Luigi Pinca <luigipinca@gmail.com>
775+
Marco Sirabella <marco@sirabella.org>
776+
wangsai <wangsai@bootcss.com>
777+
Luke Hefson <luke@github.com>
778+
mrmlnc <mrmlnc@yandex-team.ru>

deps/npm/CHANGELOG.md

+92-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,94 @@
1+
## v7.12.1 (2021-05-10)
2+
3+
### BUG FIXES
4+
5+
* [`de49f58f5`](https://github.com/npm/cli/commit/de49f58f55dc2ac3a5057cd492a43c32ae41381e)
6+
[#3216](https://github.com/npm/cli/issues/3216)
7+
fix(contributing): link to proper cli repo
8+
([@mrmlnc](https://github.com/mrmlnc))
9+
* [`1d092144e`](https://github.com/npm/cli/commit/1d092144eaaabff63ac8424b40b2286822be7677)
10+
[#3203](https://github.com/npm/cli/issues/3203)
11+
fix(packages): locale-agnostic string sorting
12+
([@isaacs](https://github.com/isaacs))
13+
* [`0696fca13`](https://github.com/npm/cli/commit/0696fca13d10726e04ca97ff50eef7bd7455a3ab)
14+
[#3209](https://github.com/npm/cli/issues/3209)
15+
fix(view): fix non-registry specs
16+
([@wraithgar](https://github.com/wraithgar))
17+
* [`71ac93597`](https://github.com/npm/cli/commit/71ac935976390e4fd05987ff510049f82bc6e2a9)
18+
[#3206](https://github.com/npm/cli/issues/3206)
19+
chore(github): Convert md issue template to yaml
20+
([@lukehefson](https://github.com/lukehefson))
21+
* [`6fb386d3b`](https://github.com/npm/cli/commit/6fb386d3bfbaa8e4771ff87a08de1f3aa6f9b34d)
22+
[#3201](https://github.com/npm/cli/issues/3201)
23+
fix(tests): increase test fuzziness
24+
([@wraithgar](https://github.com/wraithgar))
25+
* [`f3a662fcd`](https://github.com/npm/cli/commit/f3a662fcd869653f9753aef3d40cc96ed28ed509)
26+
[#3211](https://github.com/npm/cli/issues/3211)
27+
fix(tests): use config defaults
28+
([@wraithgar](https://github.com/wraithgar))
29+
30+
### DEPENDENCIES
31+
32+
* [`285976fd1`](https://github.com/npm/cli/commit/285976fd12f037f59da47307d98df7ebda5278d9)
33+
`@npmcli/arborist@2.4.4`
34+
* fix(reify): properly save spec if prerelease
35+
* [`f9f24d17c`](https://github.com/npm/cli/commit/f9f24d17c29c421de3c9b82c6b98a40268aeb920)
36+
`libnpmexec@1.1.1`
37+
* fix(add): Specify 'en' locale to String.localeCompare
38+
* [`cb9f17499`](https://github.com/npm/cli/commit/cb9f174996dbb4779a1be82890564f9abffb11f4)
39+
`glob@7.1.7`
40+
* force 'en' locale in string sorting
41+
* [`24b4e4a41`](https://github.com/npm/cli/commit/24b4e4a41b451db3de381fac6b719149db14c288)
42+
`ignore-walk@3.0.4`
43+
* Avoid locale-specific sorting issues
44+
* [`1eb7e5c7d`](https://github.com/npm/cli/commit/1eb7e5c7d466293b472c2506c64e5a89ec84ac2f)
45+
`@npmcli/arborist@2.4.3`
46+
* guard against locale-specific sorting
47+
* [`a6a826067`](https://github.com/npm/cli/commit/a6a826067cb46c711521772c2d0158257d54400a)
48+
`npm-packlist@2.2.2`:
49+
* fix(sort): avoid locale-dependent sorting issues
50+
51+
## v7.12.0 (2021-05-06)
52+
53+
### FEATURES
54+
55+
* [`701627c51`](https://github.com/npm/cli/commit/701627c5169934e59da2959d76a49c77278cc9dc)
56+
[#3098](https://github.com/npm/cli/issues/3098)
57+
feat(cache): Allow `add` to accept multiple specs
58+
([@mjsir911](https://github.com/mjsir911))
59+
* [`59171f030`](https://github.com/npm/cli/commit/59171f0304f048a009f1697eec6f74f778bc52ff)
60+
[#3187](https://github.com/npm/cli/issues/3187)
61+
feat(config): add workspaces boolean to user-agent
62+
([@nlf](https://github.com/nlf))
63+
64+
### BUG FIXES
65+
66+
* [`2c9b8713c`](https://github.com/npm/cli/commit/2c9b8713c4c88fbd0c3c48eb0de84dbd7269398f)
67+
[#3182](https://github.com/npm/cli/issues/3182)
68+
fix(docs): fix broken links
69+
([@wangsai](https://github.com/wangsai))
70+
* [`88cbc8c44`](https://github.com/npm/cli/commit/88cbc8c447cbaef20b5a8f19246211ce4918f4d8)
71+
[#3198](https://github.com/npm/cli/issues/3198)
72+
fix(tests): reflect new libnpmexec logic
73+
74+
### DEPENDENCIES
75+
76+
* [`d01ce5e13`](https://github.com/npm/cli/commit/d01ce5e132cb4661698012fd5017753c2bdb660b)
77+
`libnpmexec@1.1.0`:
78+
* feat: add walk up dir lookup to satisfy local bins
79+
* [`81c1dfaaa`](https://github.com/npm/cli/commit/81c1dfaaaf918229316a975aa8075769ffafdb6d)
80+
`@npmcli/arborist@2.4.2`:
81+
* fix(add): save packages in the right place
82+
* fix(reify): do not clean up nodes with no parent
83+
* fix(audit): support alias specs & root package names
84+
* [`87c2303ea`](https://github.com/npm/cli/commit/87c2303eaa6edfa5309da0a30f5ad291b6d57640)
85+
`@npmcli/git@2.0.9`:
86+
* fix(clone): Do not allow git replacement objects by default
87+
* [`99ff40dff`](https://github.com/npm/cli/commit/99ff40dff5e5e55a5d5f045ba90e76c08174ca38)
88+
`npm-packlist@2.2.0`:
89+
* feat(npmignore): Do not force include history, changelogs, notice
90+
* fix(package.json): add missing bin/index.js to files
91+
192
## v7.11.2 (2021-04-29)
293

394
### BUG FIXES
@@ -76,8 +167,8 @@
76167
[#3126](https://github.com/npm/cli/issues/3126)
77168
fix(logout): use isBasicAuth attribute
78169
([@wraithgar](https://github.com/wraithgar))
79-
### DOCUMENTATION
80170

171+
### DOCUMENTATION
81172

82173
* [`c93f1c39e`](https://github.com/npm/cli/commit/c93f1c39e326feff0857712a10ef6183fbafe1ab)
83174
[#3101](https://github.com/npm/cli/issues/3101)
@@ -89,7 +180,6 @@
89180
fix(usage): fix refs to ws shorthand
90181
([@ruyadorno](https://github.com/ruyadorno))
91182

92-
93183
### DEPENDENCIES
94184

95185
* [`83166ebcc`](https://github.com/npm/cli/commit/83166ebcc4ba5e3bf215f08151437d96637f4f33)

deps/npm/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All interactions in the **npm** organization on GitHub are considered to be cove
99
**1. Clone this repository...**
1010

1111
```bash
12-
$ git clone git@github.com:npm/cli.git
12+
$ git clone git@github.com:npm/cli.git npm
1313
```
1414

1515
**2. Navigate into project & install development-specific dependencies...**

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ description: Manipulates packages cache
77
### Synopsis
88

99
```bash
10-
npm cache add <tarball file>
11-
npm cache add <folder>
12-
npm cache add <tarball url>
13-
npm cache add <name>@<version>
10+
npm cache add <tarball file>...
11+
npm cache add <folder>...
12+
npm cache add <tarball url>...
13+
npm cache add <name>@<version>...
1414

1515
npm cache clean
1616
aliases: npm cache clear, npm cache rm
@@ -25,7 +25,7 @@ Note: This command is unaware of workspaces.
2525
Used to add, list, or clean the npm cache folder.
2626

2727
* add:
28-
Add the specified package to the local cache. This command is primarily
28+
Add the specified packages to the local cache. This command is primarily
2929
intended to be used internally by npm, but it can provide a way to
3030
add data to the local installation cache explicitly.
3131

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm ci
1212

1313
### Description
1414

15-
This command is similar to [`npm install`](/cli-commands/install), except
15+
This command is similar to [`npm install`](/commands/npm-install), except
1616
it's meant to be used in automated environments such as test platforms,
1717
continuous integration, and deployment -- or any situation where you want
1818
to make sure you're doing a clean install of your dependencies.

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Using `npm find-dupes` will run the command in `--dry-run` mode.
7474

7575
### See Also
7676

77-
* [npm find-dupes](/cli-commands/find-dupes)
78-
* [npm ls](/cli-commands/ls)
79-
* [npm update](/cli-commands/update)
80-
* [npm install](/cli-commands/install)
77+
* [npm find-dupes](/commands/npm-find-dupes)
78+
* [npm ls](/commands/npm-ls)
79+
* [npm update](/commands/npm-update)
80+
* [npm install](/commands/npm-install)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ format an empty string.
4444

4545
* [npm publish](/commands/npm-publish)
4646
* [npm registry](/using-npm/registry)
47-
* [npm owner](/cli-commands/owner)
48-
* [npm owner](/cli-commands/adduser)
47+
* [npm owner](/commands/npm-owner)
48+
* [npm owner](/commands/npm-adduser)

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

-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ The shell to run for the `npm explore` command.
4444
* [npm folders](/configuring-npm/folders)
4545
* [npm edit](/commands/npm-edit)
4646
* [npm rebuild](/commands/npm-rebuild)
47-
* [npm build](/commands/npm-build)
4847
* [npm install](/commands/npm-install)

deps/npm/docs/content/commands/npm-find-dupes.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ duplications, without actually changing the package tree.
1717

1818
### See Also
1919

20-
* [npm dedupe](/cli-commands/dedupe)
21-
* [npm ls](/cli-commands/ls)
22-
* [npm update](/cli-commands/update)
23-
* [npm install](/cli-commands/install)
20+
* [npm dedupe](/commands/npm-dedupe)
21+
* [npm ls](/commands/npm-ls)
22+
* [npm update](/commands/npm-update)
23+
* [npm install](/commands/npm-install)
2424

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

-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ the specific folder structures that npm creates.
538538
* [npm link](/commands/npm-link)
539539
* [npm rebuild](/commands/npm-rebuild)
540540
* [npm scripts](/using-npm/scripts)
541-
* [npm build](/commands/npm-build)
542541
* [npm config](/commands/npm-config)
543542
* [npmrc](/configuring-npm/npmrc)
544543
* [npm registry](/using-npm/registry)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This removes a package version from the registry, deleting its entry and
3434
removing the tarball.
3535

3636
The npm registry will return an error if you are not [logged
37-
in](/commands/npm-login).
37+
in](/commands/npm-adduser).
3838

3939
If you do not specify a version or if you remove all of a package's
4040
versions then the registry will remove the root package entry entirely.
@@ -52,4 +52,4 @@ passed.
5252
* [npm registry](/using-npm/registry)
5353
* [npm adduser](/commands/npm-adduser)
5454
* [npm owner](/commands/npm-owner)
55-
* [npm login](/commands/npm-login)
55+
* [npm login](/commands/npm-adduser)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ npm view express contributors.name contributors.email
7373

7474
"Person" fields are shown as a string if they would be shown as an
7575
object. So, for example, this will show the list of `npm` contributors in
76-
the shortened string format. (See [`package.json`](/configuring-npm/package.json) for more on this.)
76+
the shortened string format. (See [`package.json`](/configuring-npm/package-json) for more on this.)
7777

7878
```bash
7979
npm view npm contributors

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ following help topics:
107107
Create an account or log in. When you do this, npm will store
108108
credentials in the user config file config file.
109109
* publish:
110-
Use the [`npm publish`](/commands/npm-publish`) command to upload your
110+
Use the [`npm publish`](/commands/npm-publish) command to upload your
111111
code to the registry.
112112

113113
#### Configuration

deps/npm/docs/content/configuring-npm/folders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ not be included in the package tarball.
205205
206206
This allows a package maintainer to install all of their dependencies
207207
(and dev dependencies) locally, but only re-publish those items that
208-
cannot be found elsewhere. See [`package.json`](/configuring-npm/package.json) for more information.
208+
cannot be found elsewhere. See [`package.json`](/configuring-npm/package-json) for more information.
209209
210210
### See also
211211

deps/npm/docs/content/configuring-npm/package-json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ tarball or git URL.
566566
**Please do not put test harnesses or transpilers or other "development"
567567
time tools in your `dependencies` object.** See `devDependencies`, below.
568568

569-
See [semver](/using-npm/semver#versions) for more details about specifying version ranges.
569+
See [semver](https://github.com/npm/node-semver#versions) for more details about specifying version ranges.
570570

571571
* `version` Must match `version` exactly
572572
* `>version` Must be greater than `version`

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,8 @@ Show short usage output about the command specified.
12531253

12541254
#### `user-agent`
12551255

1256-
* Default: "npm/{npm-version} node/{node-version} {platform} {arch} {ci}"
1256+
* Default: "npm/{npm-version} node/{node-version} {platform} {arch}
1257+
workspaces/{workspaces} {ci}"
12571258
* Type: String
12581259

12591260
Sets the User-Agent request header. The following fields are replaced with
@@ -1263,6 +1264,8 @@ their actual counterparts:
12631264
* `{node-version}` - The Node.js version in use
12641265
* `{platform}` - The value of `process.platform`
12651266
* `{arch}` - The value of `process.arch`
1267+
* `{workspaces}` - Set to `true` if the `workspaces` or `workspace` options
1268+
are set.
12661269
* `{ci}` - The value of the `ci-name` config, if set, prefixed with `ci/`, or
12671270
an empty string if `ci-name` is empty.
12681271

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ The advantage of doing these things at `prepublish` time is that they can be don
118118

119119
* `prepare`
120120

121-
#### [`npm env`](/commands/npm-env)
122-
123-
* `env` (You can override the default behavior of `npm env` by defining
124-
a custom `env` entry in your `scripts` object)
125-
126121
#### [`npm install`](/commands/npm-install)
127122

128123
These also run when you run `npm install -g <pkg-name>`
@@ -179,7 +174,7 @@ If there is a `restart` script defined, these events are run, otherwise
179174
* `restart`
180175
* `postrestart`
181176

182-
#### [`npm run <user defined>`](/commands/npm-run)
177+
#### [`npm run <user defined>`](/commands/npm-run-script)
183178

184179
* `pre<user-defined>`
185180
* `<user-defined>`

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ <h2 id="table-of-contents">Table of contents</h2>
145145
</section>
146146

147147
<div id="_content"><h3 id="synopsis">Synopsis</h3>
148-
<pre lang="bash"><code>npm cache add &lt;tarball file&gt;
149-
npm cache add &lt;folder&gt;
150-
npm cache add &lt;tarball url&gt;
151-
npm cache add &lt;name&gt;@&lt;version&gt;
148+
<pre lang="bash"><code>npm cache add &lt;tarball file&gt;...
149+
npm cache add &lt;folder&gt;...
150+
npm cache add &lt;tarball url&gt;...
151+
npm cache add &lt;name&gt;@&lt;version&gt;...
152152

153153
npm cache clean
154154
aliases: npm cache clear, npm cache rm
@@ -161,7 +161,7 @@ <h3 id="description">Description</h3>
161161
<ul>
162162
<li>
163163
<p>add:
164-
Add the specified package to the local cache. This command is primarily
164+
Add the specified packages to the local cache. This command is primarily
165165
intended to be used internally by npm, but it can provide a way to
166166
add data to the local installation cache explicitly.</p>
167167
</li>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h2 id="table-of-contents">Table of contents</h2>
148148
<pre lang="bash"><code>npm ci
149149
</code></pre>
150150
<h3 id="description">Description</h3>
151-
<p>This command is similar to <a href="../cli-commands/install.html"><code>npm install</code></a>, except
151+
<p>This command is similar to <a href="../commands/npm-install.html"><code>npm install</code></a>, except
152152
it’s meant to be used in automated environments such as test platforms,
153153
continuous integration, and deployment – or any situation where you want
154154
to make sure you’re doing a clean install of your dependencies.</p>

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ <h3 id="description">Description</h3>
193193
<p>Using <code>npm find-dupes</code> will run the command in <code>--dry-run</code> mode.</p>
194194
<h3 id="see-also">See Also</h3>
195195
<ul>
196-
<li><a href="../cli-commands/find-dupes.html">npm find-dupes</a></li>
197-
<li><a href="../cli-commands/ls.html">npm ls</a></li>
198-
<li><a href="../cli-commands/update.html">npm update</a></li>
199-
<li><a href="../cli-commands/install.html">npm install</a></li>
196+
<li><a href="../commands/npm-find-dupes.html">npm find-dupes</a></li>
197+
<li><a href="../commands/npm-ls.html">npm ls</a></li>
198+
<li><a href="../commands/npm-update.html">npm update</a></li>
199+
<li><a href="../commands/npm-install.html">npm install</a></li>
200200
</ul>
201201
</div>
202202

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ <h3 id="see-also">See Also</h3>
169169
<ul>
170170
<li><a href="../commands/npm-publish.html">npm publish</a></li>
171171
<li><a href="../using-npm/registry.html">npm registry</a></li>
172-
<li><a href="../cli-commands/owner.html">npm owner</a></li>
173-
<li><a href="../cli-commands/adduser.html">npm owner</a></li>
172+
<li><a href="../commands/npm-owner.html">npm owner</a></li>
173+
<li><a href="../commands/npm-adduser.html">npm owner</a></li>
174174
</ul>
175175
</div>
176176

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

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ <h3 id="see-also">See Also</h3>
171171
<li><a href="../configuring-npm/folders.html">npm folders</a></li>
172172
<li><a href="../commands/npm-edit.html">npm edit</a></li>
173173
<li><a href="../commands/npm-rebuild.html">npm rebuild</a></li>
174-
<li><a href="../commands/npm-build.html">npm build</a></li>
175174
<li><a href="../commands/npm-install.html">npm install</a></li>
176175
</ul>
177176
</div>

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ <h3 id="description">Description</h3>
152152
duplications, without actually changing the package tree.</p>
153153
<h3 id="see-also">See Also</h3>
154154
<ul>
155-
<li><a href="../cli-commands/dedupe.html">npm dedupe</a></li>
156-
<li><a href="../cli-commands/ls.html">npm ls</a></li>
157-
<li><a href="../cli-commands/update.html">npm update</a></li>
158-
<li><a href="../cli-commands/install.html">npm install</a></li>
155+
<li><a href="../commands/npm-dedupe.html">npm dedupe</a></li>
156+
<li><a href="../commands/npm-ls.html">npm ls</a></li>
157+
<li><a href="../commands/npm-update.html">npm update</a></li>
158+
<li><a href="../commands/npm-install.html">npm install</a></li>
159159
</ul>
160160
</div>
161161

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

-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,6 @@ <h3 id="see-also">See Also</h3>
614614
<li><a href="../commands/npm-link.html">npm link</a></li>
615615
<li><a href="../commands/npm-rebuild.html">npm rebuild</a></li>
616616
<li><a href="../using-npm/scripts.html">npm scripts</a></li>
617-
<li><a href="../commands/npm-build.html">npm build</a></li>
618617
<li><a href="../commands/npm-config.html">npm config</a></li>
619618
<li><a href="../configuring-npm/npmrc.html">npmrc</a></li>
620619
<li><a href="../using-npm/registry.html">npm registry</a></li>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3 id="description">Description</h3>
159159
the results to only the paths to the packages named. Note that nested
160160
packages will <em>also</em> show the paths to the specified packages. For
161161
example, running <code>npm ls promzard</code> in npm’s source tree will show:</p>
162-
<pre lang="bash"><code>npm@7.11.2 /path/to/npm
162+
<pre lang="bash"><code>npm@7.12.1 /path/to/npm
163163
└─┬ init-package-json@0.0.4
164164
└── promzard@0.1.5
165165
</code></pre>

0 commit comments

Comments
 (0)