Skip to content

Commit f4c830f

Browse files
npm-cli-botdanielleadams
authored andcommitted
deps: upgrade npm to 8.12.1
PR-URL: #43301 Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent a056840 commit f4c830f

File tree

153 files changed

+689
-434
lines changed

Some content is hidden

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

153 files changed

+689
-434
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@ npm init --scope=@foo --yes
8787
```
8888

8989

90+
<!-- automatically generated, do not edit manually -->
91+
<!-- see lib/utils/config/definitions.js -->
92+
93+
#### `auth-type`
94+
95+
* Default: "legacy"
96+
* Type: "legacy", "webauthn", "sso", "saml", or "oauth"
97+
* DEPRECATED: The SSO/SAML/OAuth methods are deprecated and will be removed in
98+
a future version of npm in favor of web-based login.
99+
100+
What authentication strategy to use with `adduser`/`login`.
101+
102+
Pass `webauthn` to use a web-based login.
103+
90104
<!-- automatically generated, do not edit manually -->
91105
<!-- see lib/utils/config/definitions.js -->
92106

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Print the folder where npm will install executables.
3434

3535
* Default: false
3636
* Type: Boolean
37-
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
38-
instead.
3937

4038
Operates in "global" mode, so that packages are installed into the `prefix`
4139
folder instead of the current working directory. See

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ Not supported by all npm commands.
124124
125125
* Default: false
126126
* Type: Boolean
127-
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
128-
instead.
129127
130128
Operates in "global" mode, so that packages are installed into the `prefix`
131129
folder instead of the current working directory. See

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ Treat all files as text in `npm diff`.
248248
249249
* Default: false
250250
* Type: Boolean
251-
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
252-
instead.
253251
254252
Operates in "global" mode, so that packages are installed into the `prefix`
255253
folder instead of the current working directory. See

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,17 @@ This value is not exported to the environment for child processes.
253253
<!-- automatically generated, do not edit manually -->
254254
<!-- see lib/utils/config/definitions.js -->
255255

256+
#### `workspaces-update`
257+
258+
* Default: true
259+
* Type: Boolean
260+
261+
If set to true, the npm cli will run an update after operations that may
262+
possibly change the workspaces installed to the `node_modules` folder.
263+
264+
<!-- automatically generated, do not edit manually -->
265+
<!-- see lib/utils/config/definitions.js -->
266+
256267
#### `include-workspace-root`
257268

258269
* Default: false

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ rather than using npm's default semver range operator.
7070

7171
* Default: false
7272
* Type: Boolean
73-
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
74-
instead.
7573

7674
Operates in "global" mode, so that packages are installed into the `prefix`
7775
folder instead of the current working directory. See

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,6 @@ rather than using npm's default semver range operator.
460460
461461
* Default: false
462462
* Type: Boolean
463-
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
464-
instead.
465463
466464
Operates in "global" mode, so that packages are installed into the `prefix`
467465
folder instead of the current working directory. See

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ rather than using npm's default semver range operator.
153153

154154
* Default: false
155155
* Type: Boolean
156-
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
157-
instead.
158156

159157
Operates in "global" mode, so that packages are installed into the `prefix`
160158
folder instead of the current working directory. See

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ Output parseable results from commands that write to standard output. For
137137

138138
* Default: false
139139
* Type: Boolean
140-
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
141-
instead.
142140

143141
Operates in "global" mode, so that packages are installed into the `prefix`
144142
folder instead of the current working directory. See

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ Output parseable results from commands that write to standard output. For
150150

151151
* Default: false
152152
* Type: Boolean
153-
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
154-
instead.
155153

156154
Operates in "global" mode, so that packages are installed into the `prefix`
157155
folder instead of the current working directory. See

0 commit comments

Comments
 (0)