Skip to content

Commit 4b09222

Browse files
npm-cli-botRafaelGSS
authored andcommitted
deps: upgrade npm to 9.6.3
PR-URL: #47325 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luke Karrys <luke@lukekarrys.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1c21fbf commit 4b09222

File tree

321 files changed

+12274
-15792
lines changed

Some content is hidden

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

321 files changed

+12274
-15792
lines changed

deps/npm/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,7 @@ curl -qL https://www.npmjs.com/install.sh | sh
2727

2828
#### Node Version Managers
2929

30-
If you're looking to manage multiple versions of **`node`** &/or **`npm`**, consider using a "Node Version Manager" such as:
31-
32-
* [**`nvm`**](https://github.com/nvm-sh/nvm)
33-
* [**`nvs`**](https://github.com/jasongin/nvs)
34-
* [**`nave`**](https://github.com/isaacs/nave)
35-
* [**`n`**](https://github.com/tj/n)
36-
* [**`volta`**](https://github.com/volta-cli/volta)
37-
* [**`nodenv`**](https://github.com/nodenv/nodenv)
38-
* [**`asdf-nodejs`**](https://github.com/asdf-vm/asdf-nodejs)
39-
* [**`nvm-windows`**](https://github.com/coreybutler/nvm-windows)
40-
* [**`fnm`**](https://github.com/Schniz/fnm)
30+
If you're looking to manage multiple versions of **`Node.js`** &/or **`npm`**, consider using a [node version manager](https://github.com/search?q=node%20version%20manager&type=repositories)
4131

4232
### Usage
4333

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-
npm@9.6.2 /path/to/npm
30+
npm@9.6.3 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ folder instead of the current working directory. See
5252
### See Also
5353

5454
* [npm root](/commands/npm-root)
55-
* [npm bin](/commands/npm-bin)
5655
* [npm folders](/configuring-npm/folders)
5756
* [npm config](/commands/npm-config)
5857
* [npmrc](/configuring-npm/npmrc)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ folder instead of the current working directory. See
4444
### See Also
4545

4646
* [npm prefix](/commands/npm-prefix)
47-
* [npm bin](/commands/npm-bin)
4847
* [npm folders](/configuring-npm/folders)
4948
* [npm config](/commands/npm-config)
5049
* [npmrc](/configuring-npm/npmrc)

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-
9.6.2
17+
9.6.3
1818

1919
### Description
2020

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,8 @@ npm -v
3838
Node version managers allow you to install and switch between multiple
3939
versions of Node.js and npm on your system so you can test your
4040
applications on multiple versions of npm to ensure they work for users on
41-
different versions.
42-
43-
#### OSX or Linux Node version managers
44-
45-
* [nvm](https://github.com/creationix/nvm)
46-
* [n](https://github.com/tj/n)
47-
48-
#### Windows Node version managers
49-
50-
* [nodist](https://github.com/marcelklehr/nodist)
51-
* [nvm-windows](https://github.com/coreybutler/nvm-windows)
41+
different versions. You can
42+
[search for them on GitHub](https://github.com/search?q=node%20version%20manager&type=repositories).
5243

5344
### Using a Node installer to install Node.js and npm
5445

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3 id="description">Description</h3>
160160
the results to only the paths to the packages named. Note that nested
161161
packages will <em>also</em> show the paths to the specified packages. For
162162
example, running <code>npm ls promzard</code> in npm's source tree will show:</p>
163-
<pre><code class="language-bash">npm@9.6.2 /path/to/npm
163+
<pre><code class="language-bash">npm@9.6.3 /path/to/npm
164164
└─┬ init-package-json@0.0.4
165165
└── promzard@0.1.5
166166
</code></pre>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ <h4 id="global"><code>global</code></h4>
180180
<h3 id="see-also">See Also</h3>
181181
<ul>
182182
<li><a href="../commands/npm-root.html">npm root</a></li>
183-
<li><a href="../commands/npm-bin.html">npm bin</a></li>
184183
<li><a href="../configuring-npm/folders.html">npm folders</a></li>
185184
<li><a href="../commands/npm-config.html">npm config</a></li>
186185
<li><a href="../configuring-npm/npmrc.html">npmrc</a></li>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ <h4 id="global"><code>global</code></h4>
175175
<h3 id="see-also">See Also</h3>
176176
<ul>
177177
<li><a href="../commands/npm-prefix.html">npm prefix</a></li>
178-
<li><a href="../commands/npm-bin.html">npm bin</a></li>
179178
<li><a href="../configuring-npm/folders.html">npm folders</a></li>
180179
<li><a href="../commands/npm-config.html">npm config</a></li>
181180
<li><a href="../configuring-npm/npmrc.html">npmrc</a></li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="table-of-contents">Table of contents</h2>
150150
</code></pre>
151151
<p>Note: This command is unaware of workspaces.</p>
152152
<h3 id="version">Version</h3>
153-
<p>9.6.2</p>
153+
<p>9.6.3</p>
154154
<h3 id="description">Description</h3>
155155
<p>npm is the package manager for the Node JavaScript platform. It puts
156156
modules in place so that node can find them, and manages dependency

0 commit comments

Comments
 (0)