Skip to content

Commit aefc621

Browse files
committed
deps: upgrade npm to 7.12.1
PR-URL: #38628 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Myles Borins <[email protected]>
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,3 +772,7 @@ Seth Thomas <[email protected]>
772772
773773
Felipe Santos <[email protected]>
774774
Luigi Pinca <[email protected]>
775+
Marco Sirabella <[email protected]>
776+
777+
Luke Hefson <[email protected]>
778+

deps/npm/CHANGELOG.md

Lines changed: 92 additions & 2 deletions
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+
34+
* fix(reify): properly save spec if prerelease
35+
* [`f9f24d17c`](https://github.com/npm/cli/commit/f9f24d17c29c421de3c9b82c6b98a40268aeb920)
36+
37+
* fix(add): Specify 'en' locale to String.localeCompare
38+
* [`cb9f17499`](https://github.com/npm/cli/commit/cb9f174996dbb4779a1be82890564f9abffb11f4)
39+
40+
* force 'en' locale in string sorting
41+
* [`24b4e4a41`](https://github.com/npm/cli/commit/24b4e4a41b451db3de381fac6b719149db14c288)
42+
43+
* Avoid locale-specific sorting issues
44+
* [`1eb7e5c7d`](https://github.com/npm/cli/commit/1eb7e5c7d466293b472c2506c64e5a89ec84ac2f)
45+
46+
* guard against locale-specific sorting
47+
* [`a6a826067`](https://github.com/npm/cli/commit/a6a826067cb46c711521772c2d0158257d54400a)
48+
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+
78+
* feat: add walk up dir lookup to satisfy local bins
79+
* [`81c1dfaaa`](https://github.com/npm/cli/commit/81c1dfaaaf918229316a975aa8075769ffafdb6d)
80+
`@npmcli/[email protected]`:
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/[email protected]`:
86+
* fix(clone): Do not allow git replacement objects by default
87+
* [`99ff40dff`](https://github.com/npm/cli/commit/99ff40dff5e5e55a5d5f045ba90e76c08174ca38)
88+
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

Lines changed: 1 addition & 1 deletion
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 [email protected]:npm/cli.git
12+
$ git clone [email protected]:npm/cli.git npm
1313
```
1414

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

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

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

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

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

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

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

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

Lines changed: 0 additions & 1 deletion
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)

0 commit comments

Comments
 (0)