Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4c830f

Browse filesBrowse files
npm-cli-botdanielleadams
authored andcommitted
deps: upgrade npm to 8.12.1
PR-URL: #43301 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent a056840 commit f4c830f
Copy full SHA for f4c830f

File tree

Expand file treeCollapse file tree

153 files changed

+689
-434
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

153 files changed

+689
-434
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-adduser.md
+14Lines changed: 14 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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

Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-bin.md
-2Lines changed: 0 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-config.md
-2Lines changed: 0 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-diff.md
-2Lines changed: 0 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-init.md
+11Lines changed: 11 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-install-test.md
-2Lines changed: 0 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-install.md
-2Lines changed: 0 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-link.md
-2Lines changed: 0 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-ls.md
-2Lines changed: 0 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-outdated.md
-2Lines changed: 0 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.