Skip to content

Commit 3e1a46a

Browse files
ruyadornodanielleadams
authored andcommitted
deps: upgrade npm to 7.6.3
PR-URL: #37721 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 4451460 commit 3e1a46a

File tree

186 files changed

+1841
-22182
lines changed

Some content is hidden

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

186 files changed

+1841
-22182
lines changed

Diff for: deps/npm/.licensee.json

-9
This file was deleted.

Diff for: deps/npm/.mailmap

-77
This file was deleted.

Diff for: deps/npm/.npmignore

+10
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,18 @@ node_modules/npm-registry-mock
1515
/coverage/
1616

1717
# don't need these in the npm package.
18+
Makefile
19+
.licensee.json
20+
.mailmap
21+
changelogs/*
22+
configure
23+
make.bat
24+
scripts
1825
html/*.png
1926
docs/nav.yml
27+
docs/config.json
28+
docs/dockhand.js
29+
docs/template.html
2030

2131
# don't ignore .npmignore files
2232
# these are used in some tests.

Diff for: deps/npm/AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -757,3 +757,5 @@ kumavis <[email protected]>
757757
Christof Lemke <[email protected]>
758758
Nathan Shively-Sanders <[email protected]>
759759
Bjørn Johansen <[email protected]>
760+
761+
Edward Grech <[email protected]>

Diff for: deps/npm/CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## v7.6.3 (2021-03-11)
2+
3+
### DOCUMENTATION
4+
5+
* [`8c44e999b`](https://github.com/npm/cli/commit/8c44e999bdf7639893535c55beebf7996da2c47f)
6+
[#2855](https://github.com/npm/cli/issues/2855)
7+
Correct "npm COMMAND help" to "npm help COMMAND"
8+
([@dwardu](https://github.com/dwardu))
9+
10+
### DEPENDENCIES
11+
12+
* [`57ed390d6`](https://github.com/npm/cli/commit/57ed390d64a44ae0a1b2c4afd79d690170b194ec)
13+
14+
* Respect link deps when calculating peerDep sets
15+
16+
## v7.6.2 (2021-03-09)
17+
18+
### BUG FIXES
19+
20+
* [`e0a3a5218`](https://github.com/npm/cli/commit/e0a3a5218cac7ca5850930aaaad8a939ddf75d4d)
21+
[#2831](https://github.com/npm/cli/issues/2831)
22+
Fix cb() never called in search with --json option
23+
([@fraqe](https://github.com/fraqe))
24+
* [`85a8694dd`](https://github.com/npm/cli/commit/85a8694dd9b4a924a474ba75261914511a216868)
25+
[#2795](https://github.com/npm/cli/issues/2795)
26+
fix(npm.output): make output go through npm.output
27+
([@wraithgar](https://github.com/wraithgar))
28+
* [`9fe0df5b5`](https://github.com/npm/cli/commit/9fe0df5b5d7606e5841288d9931be6c04767c9ca)
29+
[#2821](https://github.com/npm/cli/issues/2821)
30+
fix(usage): clean up usage declarations
31+
([@wraithgar](https://github.com/wraithgar))
32+
33+
### DEPENDENCIES
34+
35+
* [`7f470b5c2`](https://github.com/npm/cli/commit/7f470b5c25d544e36d97b28e28ae20dfa1d4ab31)
36+
37+
* fix(install): Do not revert a file: dep to version on bare name re-install
38+
* [`e9b7fc275`](https://github.com/npm/cli/commit/e9b7fc275a0bdf8f00dbcf5dd2283675776fc459)
39+
40+
* fix(diff): Gracefully handle packages with prepare script
41+
* [`c7314aa62`](https://github.com/npm/cli/commit/c7314aa62195b7f0d8886776692e8a2c892413ed)
42+
43+
* [`864f48d43`](https://github.com/npm/cli/commit/864f48d4327269f521161cf89888ea2b6db5fdab)
44+
45+
146
## v7.6.1 (2021-03-04)
247

348
### BUG FIXES

Diff for: deps/npm/Makefile

-100
This file was deleted.

0 commit comments

Comments
 (0)