Skip to content

Commit 8a921fe

Browse files
npm-cli-botjuanarbol
authored andcommittedOct 11, 2022
deps: upgrade npm to 8.19.1
PR-URL: #44486 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 03b8cb8 commit 8a921fe

File tree

188 files changed

+1890
-1304
lines changed

Some content is hidden

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

188 files changed

+1890
-1304
lines changed
 

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

+6-7
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,28 @@ For all of the subcommands, `npm access` will perform actions on the packages
3535
in the current working directory if no package name is passed to the
3636
subcommand.
3737
38-
* public / restricted:
38+
* public / restricted (deprecated):
3939
Set a package to be either publicly accessible or restricted.
4040
41-
* grant / revoke:
41+
* grant / revoke (deprecated):
4242
Add or remove the ability of users and teams to have read-only or read-write
4343
access to a package.
4444
45-
* 2fa-required / 2fa-not-required:
45+
* 2fa-required / 2fa-not-required (deprecated):
4646
Configure whether a package requires that anyone publishing it have two-factor
4747
authentication enabled on their account.
4848
49-
* ls-packages:
49+
* ls-packages (deprecated):
5050
Show all of the packages a user or a team is able to access, along with the
5151
access level, except for read-only public packages (it won't print the whole
5252
registry listing)
5353
54-
* ls-collaborators:
54+
* ls-collaborators (deprecated):
5555
Show all of the access privileges for a package. Will only show permissions
5656
for packages to which you have at least read access. If `<user>` is passed in,
5757
the list is filtered only to teams _that_ user happens to belong to.
5858
59-
* edit:
60-
Set the access privileges for a package at once using `$EDITOR`.
59+
* edit (not implemented)
6160
6261
### Details
6362

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ This value is not exported to the environment for child processes.
232232
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
233233
## See Also
234234

235-
* [dependency selector](/using-npm/dependency-selector)
235+
* [dependency selectors](/using-npm/dependency-selectors)

0 commit comments

Comments
 (0)
Please sign in to comment.