CLI documentation update from CI
npm CLI robot committed
Oct 1, 2025 at 02:48 UTC
ef1237effb6371cb0262f0d39fbfa4987b2bedee
5 files changed
+11
-5
cli-cache.json
+2
-2
@@ -1,6 +1,6 @@
1
{
2
"v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
3
"v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4
- "v10": "f69c403700acb05dbb56d8516bca5130627e597c",
5
- "v11": "c3e1790c98d5c7fabc92bcfb1a5fa170f4c7fc1d"
4
+ "v10": "6755ca2d5301b079f9e2581fc72ba2a612171364",
5
+ "v11": "f6028e67aa1b2696e60e115d870182a026bae07f"
6
}
\ No newline at end of file
content/cli/v10/commands/npm-ls.mdx
+1
-1
@@ -36,7 +36,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
36
Positional arguments are `name@version-range` identifiers, which will limit the results to only the paths to the packages named. Note that nested packages will _also_ show the paths to the specified packages. For example, running `npm ls promzard` in npm's source tree will show:
37
38
```bash
39
-npm@10.9.3 /path/to/npm
39
+npm@10.9.4 /path/to/npm
40
└─┬ init-package-json@0.0.4
41
└── promzard@0.1.5
42
```
content/cli/v10/commands/npm.mdx
+1
-1
@@ -23,7 +23,7 @@ Note: This command is unaware of workspaces.
23
24
### Version
25
26
-10.9.3
26
+10.9.4
27
28
### Description
29
content/cli/v10/using-npm/changelog.mdx
+6
@@ -9,6 +9,12 @@ redirect_from:
9
- /cli/v10/misc/changelog
10
---
11
12
+## [10.9.4](https://github.com/npm/cli/compare/v10.9.3...v10.9.4) (2025-09-30)
13
+
14
+### Bug Fixes
15
+
16
+- [`f7ff89c`](https://github.com/npm/cli/commit/f7ff89ca89e1cf69d70786b2bc26ff5c04ac31eb) [#8551](https://github.com/npm/cli/pull/8551) powershell: fix StrictMode and improve argument parsing (#8551) (@alexsch01, @splatteredbits)
17
+
18
## [10.9.3](https://github.com/npm/cli/compare/v10.9.2...v10.9.3) (2025-06-25)
19
20
### Bug Fixes
content/nav.yml
+1
-1
@@ -1326,7 +1326,7 @@
1326
- title: Changelog
1327
url: /cli/v9/using-npm/changelog
1328
description: Changelog notes for each version
1329
- - title: Version 10.9.3
1329
+ - title: Version 10.9.4
1330
shortName: v10
1331
url: /cli/v10
1332
default: false