Skip to content

Commit 21b5ab1

Browse files
npm-cli-botjuanarbol
authored andcommittedOct 11, 2022
deps: upgrade npm to 8.19.2
PR-URL: #44632 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 0f88588 commit 21b5ab1

File tree

18 files changed

+63
-51
lines changed

18 files changed

+63
-51
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h3 id="description">Description</h3>
166166
the results to only the paths to the packages named. Note that nested
167167
packages will <em>also</em> show the paths to the specified packages. For
168168
example, running <code>npm ls promzard</code> in npm's source tree will show:</p>
169-
<pre lang="bash"><code>npm@8.19.1 /path/to/npm
169+
<pre lang="bash"><code>npm@8.19.2 /path/to/npm
170170
└─┬ init-package-json@0.0.4
171171
└── promzard@0.1.5
172172
</code></pre>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2 id="table-of-contents">Table of contents</h2>
149149
<!-- raw HTML omitted -->
150150
<!-- raw HTML omitted -->
151151
<h3 id="version">Version</h3>
152-
<p>8.19.1</p>
152+
<p>8.19.2</p>
153153
<h3 id="description">Description</h3>
154154
<p>npm is the package manager for the Node JavaScript platform. It puts
155155
modules in place so that node can find them, and manages dependency

‎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@8\.19\.1 /path/to/npm
29+
npm@8\.19\.2 /path/to/npm
3030
└─┬ init\-package\-json@0\.0\.4
3131
└── promzard@0\.1\.5
3232
.fi

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.SS Synopsis
55
.SS Version
66
.P
7-
8\.19\.1
7+
8\.19\.2
88
.SS Description
99
.P
1010
npm is the package manager for the Node JavaScript platform\. It puts

‎deps/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js

+12-11
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

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

‎deps/npm/node_modules/libnpmaccess/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/libnpmdiff/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/libnpmexec/package.json

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

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

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

‎deps/npm/node_modules/libnpmhook/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/libnpmorg/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/libnpmpack/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/libnpmpublish/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/libnpmsearch/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/libnpmteam/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/libnpmversion/package.json

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

‎deps/npm/package.json

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.19.1",
2+
"version": "8.19.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@isaacs/string-locale-compare": "^1.1.0",
59-
"@npmcli/arborist": "^5.6.1",
59+
"@npmcli/arborist": "^5.6.2",
6060
"@npmcli/ci-detect": "^2.0.0",
6161
"@npmcli/config": "^4.2.1",
6262
"@npmcli/fs": "^2.1.0",
@@ -81,8 +81,8 @@
8181
"json-parse-even-better-errors": "^2.3.1",
8282
"libnpmaccess": "^6.0.4",
8383
"libnpmdiff": "^4.0.5",
84-
"libnpmexec": "^4.0.12",
85-
"libnpmfund": "^3.0.3",
84+
"libnpmexec": "^4.0.13",
85+
"libnpmfund": "^3.0.4",
8686
"libnpmhook": "^8.0.4",
8787
"libnpmorg": "^4.0.4",
8888
"libnpmpack": "^4.1.3",
@@ -206,7 +206,7 @@
206206
"devDependencies": {
207207
"@npmcli/eslint-config": "^3.1.0",
208208
"@npmcli/promise-spawn": "^3.0.0",
209-
"@npmcli/template-oss": "3.8.1",
209+
"@npmcli/template-oss": "4.1.1",
210210
"fs-minipass": "^2.1.0",
211211
"licensee": "^8.2.0",
212212
"minimatch": "^5.1.0",
@@ -251,8 +251,19 @@
251251
"templateOSS": {
252252
"rootRepo": false,
253253
"rootModule": false,
254-
"version": "3.8.1",
255-
"releaseTest": "release.yml"
254+
"version": "4.1.1",
255+
"releaseTest": "release.yml",
256+
"ciVersions": [
257+
"12.13.0",
258+
"12.x",
259+
"14.15.0",
260+
"14.x",
261+
"16.0.0",
262+
"16.x"
263+
],
264+
"releaseBranches": [
265+
"v8"
266+
]
256267
},
257268
"license": "Artistic-2.0",
258269
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.