Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b71a57

Browse files
npm-cli-botdanielleadams
authored andcommittedDec 28, 2022
deps: upgrade npm to 8.19.3
PR-URL: #45322 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4a896be commit 9b71a57

File tree

292 files changed

+6659
-23915
lines changed

Some content is hidden

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

292 files changed

+6659
-23915
lines changed
 

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

-20
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: Set access level on published packages
66

77
### Synopsis
88

9-
<!-- AUTOGENERATED USAGE DESCRIPTIONS START -->
10-
<!-- automatically generated, do not edit manually -->
11-
<!-- see lib/commands/access.js -->
12-
139
```bash
1410
npm access public [<package>]
1511
npm access restricted [<package>]
@@ -22,11 +18,6 @@ npm access ls-collaborators [<package> [<user>]]
2218
npm access edit [<package>]
2319
```
2420
25-
<!-- automatically generated, do not edit manually -->
26-
<!-- see lib/commands/access.js -->
27-
28-
<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
29-
3021
### Description
3122
3223
Used to set access controls on private packages.
@@ -88,19 +79,13 @@ Management of teams and team memberships is done with the `npm team` command.
8879
8980
### Configuration
9081
91-
<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
92-
<!-- automatically generated, do not edit manually -->
93-
<!-- see lib/utils/config/definitions.js -->
9482
#### `registry`
9583
9684
* Default: "https://registry.npmjs.org/"
9785
* Type: URL
9886
9987
The base URL of the npm registry.
10088
101-
<!-- automatically generated, do not edit manually -->
102-
<!-- see lib/utils/config/definitions.js -->
103-
10489
#### `otp`
10590
10691
* Default: null
@@ -112,11 +97,6 @@ when publishing or changing package permissions with `npm access`.
11297
If not set, and a registry response fails with a challenge for a one-time
11398
password, npm will prompt on the command line for one.
11499
115-
<!-- automatically generated, do not edit manually -->
116-
<!-- see lib/utils/config/definitions.js -->
117-
118-
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
119-
120100
### See Also
121101
122102
* [`libnpmaccess`](https://npm.im/libnpmaccess)

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

-23
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,12 @@ description: Add a registry user account
66

77
### Synopsis
88

9-
<!-- AUTOGENERATED USAGE DESCRIPTIONS START -->
10-
<!-- automatically generated, do not edit manually -->
11-
<!-- see lib/commands/adduser.js -->
12-
139
```bash
1410
npm adduser
1511

1612
aliases: login, add-user
1713
```
1814

19-
<!-- automatically generated, do not edit manually -->
20-
<!-- see lib/commands/adduser.js -->
21-
22-
<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
23-
2415
Note: This command is unaware of workspaces.
2516

2617
### Description
@@ -44,19 +35,13 @@ your existing record.
4435

4536
### Configuration
4637

47-
<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
48-
<!-- automatically generated, do not edit manually -->
49-
<!-- see lib/utils/config/definitions.js -->
5038
#### `registry`
5139

5240
* Default: "https://registry.npmjs.org/"
5341
* Type: URL
5442

5543
The base URL of the npm registry.
5644

57-
<!-- automatically generated, do not edit manually -->
58-
<!-- see lib/utils/config/definitions.js -->
59-
6045
#### `scope`
6146

6247
* Default: the scope of the current project, if any, or ""
@@ -87,9 +72,6 @@ npm init --scope=@foo --yes
8772
```
8873

8974

90-
<!-- automatically generated, do not edit manually -->
91-
<!-- see lib/utils/config/definitions.js -->
92-
9375
#### `auth-type`
9476

9577
* Default: "legacy"
@@ -100,11 +82,6 @@ removed in a future version.
10082

10183
What authentication strategy to use with `login`.
10284

103-
<!-- automatically generated, do not edit manually -->
104-
<!-- see lib/utils/config/definitions.js -->
105-
106-
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
107-
10885
### See Also
10986

11087
* [npm registry](/using-npm/registry)

0 commit comments

Comments
 (0)
Please sign in to comment.