CLI documentation update from CI

npm CLI robot committed Jul 24, 2025 at 18:33 UTC 71eed462ef0b6f5a696cfd7da55a0cb2994565d5
5 files changed +10 -4
cli-cache.json
+1 -1
@@ -2,5 +2,5 @@
2 "v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
3 "v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4 "v10": "f69c403700acb05dbb56d8516bca5130627e597c",
5 - "v11": "946b34a1c1a364acfed36ba5f2eaa3c6e5036e19"
5 + "v11": "da1d4d299151781500ec854f10eb7e570696d506"
6 }
\ No newline at end of file
content/cli/v11/commands/npm-ls.mdx
+1 -1
@@ -52,7 +52,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
52 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:
53
54 ```bash
55 -npm@11.5.0 /path/to/npm
55 +npm@11.5.1 /path/to/npm
56 └─┬ init-package-json@0.0.4
57 └── promzard@0.1.5
58 ```
content/cli/v11/commands/npm.mdx
+1 -1
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
31
32 ### Version
33
34 -11.5.0
34 +11.5.1
35
36 ### Description
37
content/cli/v11/using-npm/changelog.mdx
+6
@@ -15,6 +15,12 @@ redirect_from:
15 - /using-npm/changelog
16 ---
17
18 +## [11.5.1](https://github.com/npm/cli/compare/v11.5.0...v11.5.1) (2025-07-24)
19 +
20 +### Bug Fixes
21 +
22 +- [`476bf17`](https://github.com/npm/cli/commit/476bf174c1c9874fa2a92df7257c3d445e3e16d3) [#8457](https://github.com/npm/cli/pull/8457) provenance should only default for oidc (@reggi)
23 +
24 ## [11.5.0](https://github.com/npm/cli/compare/v11.4.2...v11.5.0) (2025-07-24)
25
26 ### Features
content/nav.yml
+1 -1
@@ -1594,7 +1594,7 @@
1594 - title: Changelog
1595 url: /cli/v10/using-npm/changelog
1596 description: Changelog notes for each version
1597 - - title: Version 11.5.0
1597 + - title: Version 11.5.1
1598 shortName: v11
1599 url: /cli/v11
1600 default: true