deps: upgrade npm to 11.2.0 · nodejs/node@c3927aa · GitHub
Skip to content

Commit c3927aa

Browse files
npm-cli-botRafaelGSS
authored andcommitted
deps: upgrade npm to 11.2.0
PR-URL: #57334 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 89be0f3 commit c3927aa

304 files changed

Lines changed: 4213 additions & 2546 deletions

File tree

Some content is hidden

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

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

Lines changed: 30 additions & 32 deletions

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,16 @@ more information, or [npm init](/commands/npm-init).
196196

197197

198198

199+
#### `init-type`
200+
201+
* Default: "commonjs"
202+
* Type: String
203+
204+
The value that `npm init` should use by default for the package.json type
205+
field.
206+
207+
208+
199209
#### `init-version`
200210

201211
* Default: "1.0.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
npm@11.1.0 /path/to/npm
30+
npm@11.2.0 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
1414

1515
### Version
1616

17-
11.1.0
17+
11.2.0
1818

1919
### Description
2020

deps/npm/docs/content/using-npm/config.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,16 @@ more information, or [npm init](/commands/npm-init).
809809

810810

811811

812+
#### `init-type`
813+
814+
* Default: "commonjs"
815+
* Type: String
816+
817+
The value that `npm init` should use by default for the package.json type
818+
field.
819+
820+
821+
812822
#### `init-version`
813823

814824
* Default: "1.0.0"

deps/npm/docs/output/commands/npm-access.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-access----1110">
144+
<h1 id="----npm-access----1120">
145145
<span>npm-access</span>
146-
<span class="version">@11.1.0</span>
146+
<span class="version">@11.2.0</span>
147147
</h1>
148148
<span class="description">Set access level on published packages</span>
149149
</header>

deps/npm/docs/output/commands/npm-adduser.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-adduser----1110">
144+
<h1 id="----npm-adduser----1120">
145145
<span>npm-adduser</span>
146-
<span class="version">@11.1.0</span>
146+
<span class="version">@11.2.0</span>
147147
</h1>
148148
<span class="description">Add a registry user account</span>
149149
</header>

deps/npm/docs/output/commands/npm-audit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-audit----1110">
144+
<h1 id="----npm-audit----1120">
145145
<span>npm-audit</span>
146-
<span class="version">@11.1.0</span>
146+
<span class="version">@11.2.0</span>
147147
</h1>
148148
<span class="description">Run a security audit</span>
149149
</header>

deps/npm/docs/output/commands/npm-bugs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-bugs----1110">
144+
<h1 id="----npm-bugs----1120">
145145
<span>npm-bugs</span>
146-
<span class="version">@11.1.0</span>
146+
<span class="version">@11.2.0</span>
147147
</h1>
148148
<span class="description">Report bugs for a package in a web browser</span>
149149
</header>

deps/npm/docs/output/commands/npm-cache.html

Lines changed: 37 additions & 35 deletions

0 commit comments

Comments
 (0)