Skip to content

Commit e52e860

Browse files
committedJan 25, 2021
deps: upgrade npm to 7.4.3
PR-URL: #37018 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent 8aeba3c commit e52e860

File tree

14 files changed

+89
-88
lines changed

14 files changed

+89
-88
lines changed
 

‎deps/npm/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ node_modules/.bin
1212
node_modules/npm-registry-mock
1313
/npmrc
1414
/release/
15+
/coverage/
1516

1617
# don't need these in the npm package.
1718
html/*.png

‎deps/npm/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v7.4.3 (2021-01-21)
2+
3+
### DOCUMENTATION
4+
5+
* [`ec1f06d06`](https://github.com/npm/cli/commit/ec1f06d06447a29c74bee063cff103ede7a2111b)
6+
[#2498](https://github.com/npm/cli/issues/2498)
7+
docs(npm): update `npm` docs
8+
([@darcyclarke](https://github.com/darcyclarke))
9+
10+
### DEPENDENCIES
11+
* [`bc23284cd`](https://github.com/npm/cli/commit/bc23284cd5c4cc4532875aff14df94213727a509)
12+
[#2511](https://github.com/npm/cli/issues/2511)
13+
remove coverage files
14+
([@ruyadorno](https://github.com/ruyadorno))
15+
* [`fcbc676b8`](https://github.com/npm/cli/commit/fcbc676b88e1b7c8d01a3799683cd388a82c44d6)
16+
`pacote@11.2.3`
17+
* [`ebd3a24ff`](https://github.com/npm/cli/commit/ebd3a24ff8381f2def306136b745d1615fd6139f)
18+
`@npmcli/arborist@2.0.6`
19+
* Preserve git+https auth when provided
20+
121
## v7.4.2 (2021-01-15)
222

323
### DEPENDENCIES

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

+3-17
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,12 @@ See [`config`](/using-npm/config) for much much more information.
133133
Patches welcome!
134134

135135
If you would like to contribute, but don't know what to work on, read
136-
the contributing guidelines and check the issues list.
137-
138-
* [CONTRIBUTING.md](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md)
139-
* [Bug tracker](https://github.com/npm/cli/issues)
136+
the [contributing guidelines](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md)
137+
and check the issues list.
140138

141139
### Bugs
142140

143-
When you find issues, please report them:
144-
145-
* web:
146-
<https://github.com/npm/npm/issues>
147-
* archived web:
148-
<https://npm.community/c/bugs>
141+
When you find issues, please report them: <https://github.com/npm/cli/issues>
149142

150143
Be sure to follow the template and bug reporting guidelines.
151144

@@ -159,13 +152,6 @@ Or suggest formal RFC proposals:
159152

160153
* <https://github.com/npm/rfcs>
161154

162-
### Author
163-
164-
[Isaac Z. Schlueter](http://blog.izs.me/) ::
165-
[isaacs](https://github.com/isaacs/) ::
166-
[@izs](https://twitter.com/izs) ::
167-
<i@izs.me>
168-
169155
### See Also
170156
* [npm help](/commands/npm-help)
171157
* [package.json](/configuring-npm/package-json)

‎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.4.2 /path/to/npm
162+
<pre lang="bash"><code>npm@7.4.3 /path/to/npm
163163
└─┬ init-package-json@0.0.4
164164
└── promzard@0.1.5
165165
</code></pre>

‎deps/npm/docs/output/commands/npm.html

+5-19
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ <h1 id="npm">npm</h1>
141141

142142
<section id="table_of_contents">
143143
<h2 id="table-of-contents">Table of contents</h2>
144-
<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#version">Version</a></li><li><a href="#description">Description</a></li><li><a href="#important">Important</a></li><li><a href="#introduction">Introduction</a></li><li><a href="#dependencies">Dependencies</a></li><li><a href="#directories">Directories</a></li><li><a href="#developer-usage">Developer Usage</a></li><ul><li><a href="#configuration">Configuration</a></li></ul><li><a href="#contributions">Contributions</a></li><li><a href="#bugs">Bugs</a></li><li><a href="#feature-requests">Feature Requests</a></li><li><a href="#author">Author</a></li><li><a href="#see-also">See Also</a></li></ul></div>
144+
<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#version">Version</a></li><li><a href="#description">Description</a></li><li><a href="#important">Important</a></li><li><a href="#introduction">Introduction</a></li><li><a href="#dependencies">Dependencies</a></li><li><a href="#directories">Directories</a></li><li><a href="#developer-usage">Developer Usage</a></li><ul><li><a href="#configuration">Configuration</a></li></ul><li><a href="#contributions">Contributions</a></li><li><a href="#bugs">Bugs</a></li><li><a href="#feature-requests">Feature Requests</a></li><li><a href="#see-also">See Also</a></li></ul></div>
145145
</section>
146146

147147
<div id="_content"><h3 id="synopsis">Synopsis</h3>
148148
<pre lang="bash"><code>npm &lt;command&gt; [args]
149149
</code></pre>
150150
<h3 id="version">Version</h3>
151-
<p>7.4.2</p>
151+
<p>7.4.3</p>
152152
<h3 id="description">Description</h3>
153153
<p>npm is the package manager for the Node JavaScript platform. It puts
154154
modules in place so that node can find them, and manages dependency
@@ -246,19 +246,10 @@ <h4 id="configuration">Configuration</h4>
246246
<h3 id="contributions">Contributions</h3>
247247
<p>Patches welcome!</p>
248248
<p>If you would like to contribute, but don’t know what to work on, read
249-
the contributing guidelines and check the issues list.</p>
250-
<ul>
251-
<li><a href="https://github.com/npm/cli/blob/latest/CONTRIBUTING.md">CONTRIBUTING.md</a></li>
252-
<li><a href="https://github.com/npm/cli/issues">Bug tracker</a></li>
253-
</ul>
249+
the <a href="https://github.com/npm/cli/blob/latest/CONTRIBUTING.md">contributing guidelines</a>
250+
and check the issues list.</p>
254251
<h3 id="bugs">Bugs</h3>
255-
<p>When you find issues, please report them:</p>
256-
<ul>
257-
<li>web:
258-
<a href="https://github.com/npm/npm/issues">https://github.com/npm/npm/issues</a></li>
259-
<li>archived web:
260-
<a href="https://npm.community/c/bugs">https://npm.community/c/bugs</a></li>
261-
</ul>
252+
<p>When you find issues, please report them: <a href="https://github.com/npm/cli/issues">https://github.com/npm/cli/issues</a></p>
262253
<p>Be sure to follow the template and bug reporting guidelines.</p>
263254
<h3 id="feature-requests">Feature Requests</h3>
264255
<p>Discuss new feature ideas on our discussion forum:</p>
@@ -269,11 +260,6 @@ <h3 id="feature-requests">Feature Requests</h3>
269260
<ul>
270261
<li><a href="https://github.com/npm/rfcs">https://github.com/npm/rfcs</a></li>
271262
</ul>
272-
<h3 id="author">Author</h3>
273-
<p><a href="http://blog.izs.me/">Isaac Z. Schlueter</a> ::
274-
<a href="https://github.com/isaacs/">isaacs</a> ::
275-
<a href="https://twitter.com/izs">@izs</a> ::
276-
<a href="mailto:i@izs.me">i@izs.me</a></p>
277263
<h3 id="see-also">See Also</h3>
278264
<ul>
279265
<li><a href="../commands/npm-help.html">npm help</a></li>

‎deps/npm/man/man1/npm-ls.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ example, running \fBnpm ls promzard\fP in npm's source tree will show:
2626
.P
2727
.RS 2
2828
.nf
29-
npm@7\.4\.2 /path/to/npm
29+
npm@7\.4\.3 /path/to/npm
3030
└─┬ init\-package\-json@0\.0\.4
3131
└── promzard@0\.1\.5
3232
.fi

‎deps/npm/man/man1/npm.1

+4-25
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ npm <command> [args]
1010
.RE
1111
.SS Version
1212
.P
13-
7\.4\.2
13+
7\.4\.3
1414
.SS Description
1515
.P
1616
npm is the package manager for the Node JavaScript platform\. It puts
@@ -141,26 +141,11 @@ See npm help \fBconfig\fP for much much more information\.
141141
Patches welcome!
142142
.P
143143
If you would like to contribute, but don't know what to work on, read
144-
the contributing guidelines and check the issues list\.
145-
.RS 0
146-
.IP \(bu 2
147-
CONTRIBUTING\.md \fIhttps://github\.com/npm/cli/blob/latest/CONTRIBUTING\.md\fR
148-
.IP \(bu 2
149-
Bug tracker \fIhttps://github\.com/npm/cli/issues\fR
150-
151-
.RE
144+
the contributing guidelines \fIhttps://github\.com/npm/cli/blob/latest/CONTRIBUTING\.md\fR
145+
and check the issues list\.
152146
.SS Bugs
153147
.P
154-
When you find issues, please report them:
155-
.RS 0
156-
.IP \(bu 2
157-
web:
158-
https://github\.com/npm/npm/issues
159-
.IP \(bu 2
160-
archived web:
161-
https://npm\.community/c/bugs
162-
163-
.RE
148+
When you find issues, please report them: https://github\.com/npm/cli/issues
164149
.P
165150
Be sure to follow the template and bug reporting guidelines\.
166151
.SS Feature Requests
@@ -178,12 +163,6 @@ Or suggest formal RFC proposals:
178163
https://github\.com/npm/rfcs
179164

180165
.RE
181-
.SS Author
182-
.P
183-
Isaac Z\. Schlueter \fIhttp://blog\.izs\.me/\fR ::
184-
isaacs \fIhttps://github\.com/isaacs/\fR ::
185-
@izs \fIhttps://twitter\.com/izs\fR ::
186-
i@izs\.me
187166
.SS See Also
188167
.RS 0
189168
.IP \(bu 2

‎deps/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js

+8-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deps/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deps/npm/node_modules/@npmcli/arborist/package.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deps/npm/node_modules/pacote/lib/fetcher.js

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deps/npm/node_modules/pacote/lib/git.js

+32-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deps/npm/node_modules/pacote/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)