deps: upgrade npm to 11.12.1 · nodejs/node@bc265aa · GitHub
Skip to content

Commit bc265aa

Browse files
npm-cli-botaduh95
authored andcommitted
deps: upgrade npm to 11.12.1
PR-URL: #62448 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 312476c commit bc265aa

269 files changed

Lines changed: 976 additions & 2720 deletions

File tree

Some content is hidden

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

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

Lines changed: 22 additions & 0 deletions

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ of a relative number of days.
281281

282282
This config cannot be used with: `before`
283283

284+
This value is not exported to the environment for child processes.
285+
284286
#### `bin-links`
285287

286288
* Default: true

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ of a relative number of days.
623623
624624
This config cannot be used with: `before`
625625
626+
This value is not exported to the environment for child processes.
627+
626628
#### `bin-links`
627629
628630
* Default: true

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

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

2525
```bash
26-
npm@11.11.1 /path/to/npm
26+
npm@11.12.1 /path/to/npm
2727
└─┬ init-package-json@0.0.4
2828
└── promzard@0.1.5
2929
```

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ of a relative number of days.
182182

183183
This config cannot be used with: `before`
184184

185+
This value is not exported to the environment for child processes.
186+
185187
### See Also
186188

187189
* [package spec](/using-npm/package-spec)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ A `package` is interpreted the same way as other commands (like `npm install`) a
5454
* f) a `<name>` that has a "latest" tag satisfying (e)
5555
* g) a `<git remote url>` that resolves to (a)
5656

57+
If either (a) or (b) is specified as a relative path, it should begin with an explicit `./` prefix.
58+
5759
The publish will fail if the package name and version combination already exists in the specified registry.
5860

5961
Once a package is published with a given name and version, that specific name and version combination can never be used again, even if it is removed with [`npm unpublish`](/commands/npm-unpublish).

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: Manage trusted publishing relationships between packages and CI/CD
66

77
### Synopsis
88

9-
```bash
10-
11-
```
12-
139
Note: This command is unaware of workspaces.
1410

1511
### Prerequisites

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ of a relative number of days.
347347

348348
This config cannot be used with: `before`
349349

350+
This value is not exported to the environment for child processes.
351+
350352
#### `bin-links`
351353

352354
* Default: true

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.11.1
17+
11.12.1
1818

1919
### Description
2020

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

Lines changed: 14 additions & 0 deletions

0 commit comments

Comments
 (0)