CLI documentation update from CI

npm CLI robot committed Apr 5, 2023 at 19:56 UTC 11c46fc235c39b4f2f40730d036cb5a5d4d248ca
6 files changed +24 -5
content/cli/v9/commands/npm-ls.md
+1 -1
@@ -58,7 +58,7 @@ packages will *also* show the paths to the specified packages. For
58 example, running `npm ls promzard` in npm's source tree will show:
59
60 ```bash
61 -npm@9.6.3 /path/to/npm
61 +npm@9.6.4 /path/to/npm
62 └─┬ init-package-json@0.0.4
63 └── promzard@0.1.5
64 ```
content/cli/v9/commands/npm-publish.md
+1 -1
@@ -83,7 +83,7 @@ to the registry.
83
84 ### Files included in package
85
86 -To see what will be included in your package, run `npx npm-packlist`. All
86 +To see what will be included in your package, run `npm pack --dry-run`. All
87 files are included by default, with the following exceptions:
88
89 - Certain files that are relevant to package installation and distribution
content/cli/v9/commands/npm.md
+1 -1
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
31
32 ### Version
33
34 -9.6.3
34 +9.6.4
35
36 ### Description
37
content/cli/v9/configuring-npm/install.md
+1 -1
@@ -52,7 +52,7 @@ Node version managers allow you to install and switch between multiple
52 versions of Node.js and npm on your system so you can test your
53 applications on multiple versions of npm to ensure they work for users on
54 different versions. You can
55 -[search for them on GitHub](https://github.com/search?q=node%20version%20manager&type=repositories).
55 +[search for them on GitHub](https://github.com/search?q=node+version+manager+archived%3Afalse&type=repositories&ref=advsearch).
56
57 ### Using a Node installer to install Node.js and npm
58
content/cli/v9/using-npm/changelog.md
+19
@@ -17,6 +17,25 @@ redirect_from:
17
18 # Changelog
19
20 +## [9.6.4](https://github.com/npm/cli/compare/v9.6.3...v9.6.4) (2023-04-05)
21 +
22 +### Documentation
23 +
24 +* [`54795a3`](https://github.com/npm/cli/commit/54795a3554691e97b369baac714cb43f4342af8a) [#6312](https://github.com/npm/cli/pull/6312) filter archives out of version manager search (#6312) (@ljharb)
25 +* [`530c285`](https://github.com/npm/cli/commit/530c285cfd381006996e15e12d68c6c30fb3a4b2) [#6306](https://github.com/npm/cli/pull/6306) remove reference to npm-packlist (#6306) (@staff0rd)
26 +
27 +### Dependencies
28 +
29 +* [`85935ac`](https://github.com/npm/cli/commit/85935ac24d3cb0df867d4f9f901c4b152d92bc49) [#6325](https://github.com/npm/cli/pull/6325) `ssri@10.0.2` (#6325)
30 +* [`f1388b4`](https://github.com/npm/cli/commit/f1388b4c5aac0617893b546ff9c764f05d20bc07) [#6317](https://github.com/npm/cli/pull/6317) npm update
31 +* [`7dd0129`](https://github.com/npm/cli/commit/7dd012958f392d66974d59a9fb0a200a16822906) [#6317](https://github.com/npm/cli/pull/6317) `glob@9.3.2`
32 +* [`deca335`](https://github.com/npm/cli/commit/deca335ed47697e6e9cb4d67c84cfff8ae95ca5c) [#6317](https://github.com/npm/cli/pull/6317) `promise-call-limit@1.0.2`
33 +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.7): `@npmcli/arborist@6.2.7`
34 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.15): `libnpmdiff@5.0.15`
35 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.15): `libnpmexec@5.0.15`
36 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.15): `libnpmfund@4.0.15`
37 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.15): `libnpmpack@5.0.15`
38 +
39 ## [9.6.3](https://github.com/npm/cli/compare/v9.6.2...v9.6.3) (2023-03-30)
40
41 ### Bug Fixes
src/theme/nav.yml
+1 -1
@@ -1053,7 +1053,7 @@
1053 - title: Changelog
1054 url: /cli/v8/using-npm/changelog
1055 description: Changelog notes for each version
1056 - - title: Version 9.6.3 (Latest Release)
1056 + - title: Version 9.6.4 (Latest Release)
1057 shortName: v9
1058 url: /cli/v9
1059 default: true