Skip to content

Commit 5d843c9

Browse files
authored
deps: upgrade npm to 11.6.1
PR-URL: #60012 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 0eda17b commit 5d843c9

File tree

1,030 files changed

+39110
-43262
lines changed

Some content is hidden

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

1,030 files changed

+39110
-43262
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
[email protected].0 /path/to/npm
30+
[email protected].1 /path/to/npm
3131
3232
3333
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
1414

1515
### Version
1616

17-
11.6.0
17+
11.6.1
1818

1919
### Description
2020

deps/npm/docs/content/configuring-npm/npmrc.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ to override default configs in a standard and consistent manner.
9696

9797
### Auth related configuration
9898

99-
The settings `_auth`, `_authToken`, `username` and `_password` must all be
100-
scoped to a specific registry. This ensures that `npm` will never send
101-
credentials to the wrong host.
99+
The settings `_auth`, `_authToken`, `username`, `_password`, `certfile`,
100+
and `keyfile` must all be scoped to a specific registry. This ensures that
101+
`npm` will never send credentials to the wrong host.
102102

103103
The full list is:
104104
- `_auth` (base64 authentication string)
@@ -107,6 +107,7 @@ The full list is:
107107
- `_password`
108108
- `email`
109109
- `cafile` (path to certificate authority file)
110+
- `certfile` (path to certificate file)
110111
- `keyfile` (path to key file)
111112

112113
In order to scope these values, they must be prefixed by a URI fragment.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,9 +1866,9 @@ When set to `dev` or `development`, this is an alias for `--include=dev`.
18661866
* Default: null
18671867
* Type: null or String
18681868
* DEPRECATED: `key` and `cert` are no longer used for most registry
1869-
operations. Use registry scoped `keyfile` and `cafile` instead. Example:
1869+
operations. Use registry scoped `keyfile` and `certfile` instead. Example:
18701870
//other-registry.tld/:keyfile=/path/to/key.pem
1871-
//other-registry.tld/:cafile=/path/to/cert.crt
1871+
//other-registry.tld/:certfile=/path/to/cert.crt
18721872

18731873
A client certificate to pass when accessing the registry. Values should be
18741874
in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with
@@ -1879,8 +1879,8 @@ cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"
18791879
```
18801880

18811881
It is _not_ the path to a certificate file, though you can set a
1882-
registry-scoped "cafile" path like
1883-
"//other-registry.tld/:cafile=/path/to/cert.pem".
1882+
registry-scoped "certfile" path like
1883+
"//other-registry.tld/:certfile=/path/to/cert.pem".
18841884

18851885

18861886

@@ -1971,9 +1971,9 @@ Alias for `--init-version`
19711971
* Default: null
19721972
* Type: null or String
19731973
* DEPRECATED: `key` and `cert` are no longer used for most registry
1974-
operations. Use registry scoped `keyfile` and `cafile` instead. Example:
1974+
operations. Use registry scoped `keyfile` and `certfile` instead. Example:
19751975
//other-registry.tld/:keyfile=/path/to/key.pem
1976-
//other-registry.tld/:cafile=/path/to/cert.crt
1976+
//other-registry.tld/:certfile=/path/to/cert.crt
19771977

19781978
A client key to pass when accessing the registry. Values should be in PEM
19791979
format with newlines replaced by the string "\n". For example:

deps/npm/docs/output/commands/npm-access.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-access----1160">
144+
<h1 id="----npm-access----1161">
145145
<span>npm-access</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Set access level on published packages</span>
149149
</header>

deps/npm/docs/output/commands/npm-adduser.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-adduser----1160">
144+
<h1 id="----npm-adduser----1161">
145145
<span>npm-adduser</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Add a registry user account</span>
149149
</header>

deps/npm/docs/output/commands/npm-audit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-audit----1160">
144+
<h1 id="----npm-audit----1161">
145145
<span>npm-audit</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Run a security audit</span>
149149
</header>

deps/npm/docs/output/commands/npm-bugs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-bugs----1160">
144+
<h1 id="----npm-bugs----1161">
145145
<span>npm-bugs</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Report bugs for a package in a web browser</span>
149149
</header>

deps/npm/docs/output/commands/npm-cache.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-cache----1160">
144+
<h1 id="----npm-cache----1161">
145145
<span>npm-cache</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Manipulates packages cache</span>
149149
</header>

deps/npm/docs/output/commands/npm-ci.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-ci----1160">
144+
<h1 id="----npm-ci----1161">
145145
<span>npm-ci</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Clean install a project</span>
149149
</header>

0 commit comments

Comments
 (0)