CLI documentation update from CI

npm CLI robot committed Jul 30, 2025 at 20:14 UTC 7e20e252f38869d4ac8facd134d907c1c116ae38
5 files changed +14 -4
cli-cache.json
+1 -1
@@ -2,5 +2,5 @@
2 "v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
3 "v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4 "v10": "f69c403700acb05dbb56d8516bca5130627e597c",
5 - "v11": "d4e56b2976ef1d2af273a6750d10b217adf4bf8e"
5 + "v11": "d006583e20731e8ae55cee94c3b7bd23cbd6f2d0"
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.1 /path/to/npm
55 +npm@11.5.2 /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.1
34 +11.5.2
35
36 ### Description
37
content/cli/v11/using-npm/changelog.mdx
+10
@@ -15,6 +15,16 @@ redirect_from:
15 - /using-npm/changelog
16 ---
17
18 +## [11.5.2](https://github.com/npm/cli/compare/v11.5.1...v11.5.2) (2025-07-30)
19 +
20 +### Bug Fixes
21 +
22 +- [`7d900c4`](https://github.com/npm/cli/commit/7d900c4656cfffc8cca93240c6cda4b441fbbfaa) [#8467](https://github.com/npm/cli/pull/8467) oidc visibility check for provenance (#8467) (@reggi, @wraithgar)
23 +
24 +### Documentation
25 +
26 +- [`d4e56b2`](https://github.com/npm/cli/commit/d4e56b2976ef1d2af273a6750d10b217adf4bf8e) [#8459](https://github.com/npm/cli/pull/8459) update snapshot generation command (#8459) (@MikeMcC399)
27 +
28 ## [11.5.1](https://github.com/npm/cli/compare/v11.5.0...v11.5.1) (2025-07-24)
29
30 ### Bug Fixes
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.1
1597 + - title: Version 11.5.2
1598 shortName: v11
1599 url: /cli/v11
1600 default: true