Skip to content

Commit f864bef

Browse files
npm-cli-botMylesBorins
authored andcommitted
deps: upgrade npm to 9.5.0
PR-URL: #46673 Reviewed-By: Luke Karrys <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 648041d commit f864bef

File tree

550 files changed

+24378
-7885
lines changed

Some content is hidden

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

550 files changed

+24378
-7885
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ You must have privileges to set the access of a package:
6767
* You have been given read-write privileges for a package, either as a member
6868
of a team or directly as an owner.
6969
70-
If you have two-factor authentication enabled then you'll be prompted to
71-
provide an otp token, or may use the `--otp=...` option to specify it on
70+
If you have two-factor authentication enabled then you'll be prompted to provide a second factor, or may use the `--otp=...` option to specify it on
7271
the command line.
7372
7473
If your account is not paid, then attempts to publish scoped packages will

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ This value is not exported to the environment for child processes.
408408

409409
#### `install-links`
410410

411-
* Default: true
411+
* Default: false
412412
* Type: Boolean
413413

414414
When set file: protocol dependencies will be packed and installed as regular

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ This value is not exported to the environment for child processes.
310310

311311
#### `install-links`
312312

313-
* Default: true
313+
* Default: false
314314
* Type: Boolean
315315

316316
When set file: protocol dependencies will be packed and installed as regular

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ This value is not exported to the environment for child processes.
269269
270270
#### `install-links`
271271
272-
* Default: true
272+
* Default: false
273273
* Type: Boolean
274274
275275
When set file: protocol dependencies will be packed and installed as regular

deps/npm/docs/content/commands/npm-dist-tag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Add, remove, and enumerate distribution tags on a package:
2222
or the [`--tag` config](/using-npm/config#tag) if not specified. If you have
2323
two-factor authentication on auth-and-writes then you’ll need to include a
2424
one-time password on the command line with
25-
`--otp <one-time password>`, or at the OTP prompt.
25+
`--otp <one-time password>`, or go through a second factor flow based on your `authtype`.
2626

2727
* rm: Clear a tag that is no longer in use from the package. If you have
2828
two-factor authentication on auth-and-writes then you’ll need to include
2929
a one-time password on the command line with `--otp <one-time password>`,
30-
or at the OTP prompt.
30+
or go through a second factor flow based on your `authtype`
3131

3232
* ls: Show all of the dist-tags for a package, defaulting to the package in
3333
the current prefix. This is the default action if none is specified.

deps/npm/docs/content/commands/npm-find-dupes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This value is not exported to the environment for child processes.
196196

197197
#### `install-links`
198198

199-
* Default: true
199+
* Default: false
200200
* Type: Boolean
201201

202202
When set file: protocol dependencies will be packed and installed as regular

deps/npm/docs/content/commands/npm-install-ci-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ This value is not exported to the environment for child processes.
256256

257257
#### `install-links`
258258

259-
* Default: true
259+
* Default: false
260260
* Type: Boolean
261261

262262
When set file: protocol dependencies will be packed and installed as regular

deps/npm/docs/content/commands/npm-install-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ This value is not exported to the environment for child processes.
257257

258258
#### `install-links`
259259

260-
* Default: true
260+
* Default: false
261261
* Type: Boolean
262262

263263
When set file: protocol dependencies will be packed and installed as regular

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ This value is not exported to the environment for child processes.
647647
648648
#### `install-links`
649649
650-
* Default: true
650+
* Default: false
651651
* Type: Boolean
652652
653653
When set file: protocol dependencies will be packed and installed as regular

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ This value is not exported to the environment for child processes.
336336

337337
#### `install-links`
338338

339-
* Default: true
339+
* Default: false
340340
* Type: Boolean
341341

342342
When set file: protocol dependencies will be packed and installed as regular

0 commit comments

Comments
 (0)