Skip to content

Commit 61047dd

Browse files
npm-cli-botaduh95
authored andcommitted
deps: upgrade npm to 10.8.3
PR-URL: #54619 Reviewed-By: Luigi Pinca <[email protected]>
1 parent 6f8a6e9 commit 61047dd

File tree

279 files changed

+4498
-701
lines changed

Some content is hidden

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

279 files changed

+4498
-701
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].2 /path/to/npm
30+
[email protected].3 /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-
10.8.2
17+
10.8.3
1818

1919
### Description
2020

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Environment variables can be replaced using `${VARIABLE_NAME}`. For
2929
example:
3030

3131
```bash
32-
prefix = ${HOME}/.npm-packages
32+
cache = ${HOME}/.npm-packages
3333
```
3434

3535
Each of these files is loaded, and config options are resolved in priority
@@ -120,10 +120,13 @@ _authToken=MYTOKEN
120120
@myorg:registry=https://somewhere-else.com/myorg
121121
@another:registry=https://somewhere-else.com/another
122122
//registry.npmjs.org/:_authToken=MYTOKEN
123+
123124
; would apply to both @myorg and @another
124-
; //somewhere-else.com/:_authToken=MYTOKEN
125+
//somewhere-else.com/:_authToken=MYTOKEN
126+
125127
; would apply only to @myorg
126128
//somewhere-else.com/myorg/:_authToken=MYTOKEN1
129+
127130
; would apply only to @another
128131
//somewhere-else.com/another/:_authToken=MYTOKEN2
129132
```

deps/npm/docs/content/configuring-npm/package-json.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ See [semver](https://github.com/npm/node-semver#versions) for more details about
617617
* `tag` A specific version tagged and published as `tag` See [`npm
618618
dist-tag`](/commands/npm-dist-tag)
619619
* `path/path/path` See [Local Paths](#local-paths) below
620+
* `npm:@scope/pkg@version` Custom alias for a pacakge See [`package-spec`](/using-npm/package-spec#aliases)
620621

621622
For example, these are all valid:
622623

@@ -634,7 +635,8 @@ For example, these are all valid:
634635
"two": "2.x",
635636
"thr": "3.3.x",
636637
"lat": "latest",
637-
"dyl": "file:../dyl"
638+
"dyl": "file:../dyl",
639+
"kpg": "npm:[email protected]"
638640
}
639641
}
640642
```

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----1082">
144+
<h1 id="----npm-access----1083">
145145
<span>npm-access</span>
146-
<span class="version">@10.8.2</span>
146+
<span class="version">@10.8.3</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----1082">
144+
<h1 id="----npm-adduser----1083">
145145
<span>npm-adduser</span>
146-
<span class="version">@10.8.2</span>
146+
<span class="version">@10.8.3</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----1082">
144+
<h1 id="----npm-audit----1083">
145145
<span>npm-audit</span>
146-
<span class="version">@10.8.2</span>
146+
<span class="version">@10.8.3</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----1082">
144+
<h1 id="----npm-bugs----1083">
145145
<span>npm-bugs</span>
146-
<span class="version">@10.8.2</span>
146+
<span class="version">@10.8.3</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----1082">
144+
<h1 id="----npm-cache----1083">
145145
<span>npm-cache</span>
146-
<span class="version">@10.8.2</span>
146+
<span class="version">@10.8.3</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----1082">
144+
<h1 id="----npm-ci----1083">
145145
<span>npm-ci</span>
146-
<span class="version">@10.8.2</span>
146+
<span class="version">@10.8.3</span>
147147
</h1>
148148
<span class="description">Clean install a project</span>
149149
</header>

0 commit comments

Comments
 (0)