Commit 28650ec
deps: upgrade npm to 8.4.1
PR-URL: #41836
Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>1 parent 1ae6485 commit 28650ecCopy full SHA for 28650ec
File tree
Expand file treeCollapse file tree
229 files changed
+3692
-830
lines changedOpen diff view settings
Filter options
- deps/npm
- docs
- content
- configuring-npm
- using-npm
- output
- commands
- configuring-npm
- using-npm
- lib
- commands
- utils
- config
- man
- man1
- man5
- man7
- node_modules
- @npmcli
- arborist
- lib
- arborist
- fs
- lib
- common/file-url-to-path
- cp
- rm
- @tootallnate/once
- dist
- cli-table3
- src
- debug
- src
- graceful-fs
- http-proxy-agent
- dist
- is-core-module
- libnpmaccess
- libnpmexec
- libnpmhook
- libnpmorg
- libnpmpublish
- libnpmsearch
- libnpmteam
- make-fetch-happen
- lib
- cache
- negotiator
- lib
- node-gyp/node_modules
- @tootallnate/once
- dist
- http-proxy-agent
- dist
- make-fetch-happen
- lib
- cache
- npm-profile
- lib
- npm-registry-fetch
- lib
- object-assign
- pacote
- socks-proxy-agent
- spdx-license-ids
- wide-align
- tap-snapshots
- smoke-tests
- test/lib
- commands
- utils
- config
- test/lib
- commands
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
229 files changed
+3692
-830
lines changedOpen diff view settings
Collapse file
deps/npm/docs/content/configuring-npm/package-json.md
Copy file name to clipboardExpand all lines: deps/npm/docs/content/configuring-npm/package-json.md+4Lines changed: 4 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
838 | 838 | |
839 | 839 | |
840 | 840 | |
| 841 | + |
| 842 | + |
| 843 | + |
| 844 | + |
841 | 845 | |
842 | 846 | |
843 | 847 | |
|
Collapse file
deps/npm/docs/content/using-npm/config.md
Copy file name to clipboardExpand all lines: deps/npm/docs/content/using-npm/config.md+2Lines changed: 2 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1190 | 1190 | |
1191 | 1191 | |
1192 | 1192 | |
| 1193 | + |
| 1194 | + |
1193 | 1195 | |
1194 | 1196 | |
1195 | 1197 | |
|
Collapse file
deps/npm/docs/output/commands/npm-ls.html
Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-ls.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
160 | 160 | |
161 | 161 | |
162 | 162 | |
163 | | - |
| 163 | + |
164 | 164 | |
165 | 165 | |
166 | 166 | |
|
Collapse file
deps/npm/docs/output/commands/npm.html
Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
149 | 149 | |
150 | 150 | |
151 | 151 | |
152 | | - |
| 152 | + |
153 | 153 | |
154 | 154 | |
155 | 155 | |
|
Collapse file
deps/npm/docs/output/configuring-npm/package-json.html
Copy file name to clipboardExpand all lines: deps/npm/docs/output/configuring-npm/package-json.html+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
774 | 774 | |
775 | 775 | |
776 | 776 | |
| 777 | + |
| 778 | + |
| 779 | + |
777 | 780 | |
778 | 781 | |
779 | 782 | |
|
Collapse file
deps/npm/docs/output/using-npm/config.html
Copy file name to clipboardExpand all lines: deps/npm/docs/output/using-npm/config.html+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1100 | 1100 | |
1101 | 1101 | |
1102 | 1102 | |
| 1103 | + |
1103 | 1104 | |
1104 | 1105 | |
1105 | 1106 | |
|
Collapse file
deps/npm/lib/commands/access.js
Copy file name to clipboardExpand all lines: deps/npm/lib/commands/access.js+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
| ||
76 | 77 | |
77 | 78 | |
78 | 79 | |
79 | | - |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
80 | 84 | |
81 | 85 | |
82 | 86 | |
|
Collapse file
deps/npm/lib/commands/ci.js
Copy file name to clipboardExpand all lines: deps/npm/lib/commands/ci.js+24Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
| 9 | + |
9 | 10 | |
10 | 11 | |
11 | 12 | |
| ||
37 | 38 | |
38 | 39 | |
39 | 40 | |
| 41 | + |
40 | 42 | |
41 | 43 | |
42 | 44 | |
| ||
55 | 57 | |
56 | 58 | |
57 | 59 | |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
58 | 82 | |
59 | 83 | |
60 | 84 | |
|
Collapse file
deps/npm/lib/commands/deprecate.js
Copy file name to clipboardExpand all lines: deps/npm/lib/commands/deprecate.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
| 2 | + |
2 | 3 | |
3 | 4 | |
4 | 5 | |
| ||
50 | 51 | |
51 | 52 | |
52 | 53 | |
| 54 | + |
53 | 55 | |
54 | 56 | |
55 | 57 | |
| ||
64 | 66 | |
65 | 67 | |
66 | 68 | |
| 69 | + |
67 | 70 | |
68 | 71 | |
69 | 72 | |
|
Collapse file
deps/npm/lib/commands/diff.js
Copy file name to clipboardExpand all lines: deps/npm/lib/commands/diff.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
61 | 61 | |
62 | 62 | |
63 | 63 | |
| 64 | + |
64 | 65 | |
65 | 66 | |
66 | 67 | |
| ||
193 | 194 | |
194 | 195 | |
195 | 196 | |
| 197 | + |
196 | 198 | |
197 | 199 | |
198 | 200 | |
|
0 commit comments