CLI documentation update from CI

npm CLI robot committed Feb 14, 2023 at 17:59 UTC eafd45f420320024674ec799b4f03bef43dd0364
5 files changed +13 -4
content/cli/v8/commands/npm-config.md
-1
@@ -169,7 +169,6 @@ Show extended information in `ls`, `search`, and `help-search`.
169 ### See Also
170
171 * [npm folders](/cli/v8/configuring-npm/folders)
172 -* [npm config](/cli/v8/commands/npm-config)
172 * [package.json](/cli/v8/configuring-npm/package-json)
173 * [npmrc](/cli/v8/configuring-npm/npmrc)
174 * [npm](/cli/v8/commands/npm)
content/cli/v8/commands/npm-ls.md
+1 -1
@@ -42,7 +42,7 @@ packages will *also* show the paths to the specified packages. For
42 example, running `npm ls promzard` in npm's source tree will show:
43
44 ```bash
45 -npm@8.19.3 /path/to/npm
45 +npm@8.19.4 /path/to/npm
46 └─┬ init-package-json@0.0.4
47 └── promzard@0.1.5
48 ```
content/cli/v8/commands/npm.md
+1 -1
@@ -21,7 +21,7 @@ npm
21
22 ### Version
23
24 -8.19.3
24 +8.19.4
25
26 ### Description
27
content/cli/v8/using-npm/changelog.md
+10
@@ -11,6 +11,16 @@ redirect_from:
11
12 # Changelog
13
14 +## [8.19.4](https://github.com/npm/cli/compare/v8.19.3...v8.19.4) (2023-02-14)
15 +
16 +### Documentation
17 +
18 +* [`dd51f34`](https://github.com/npm/cli/commit/dd51f345c823121cba84d2765942909eb0375018) [#6155](https://github.com/npm/cli/pull/6155) don't redirect "npm config' to itself (#6155) (@ivanosevitch)
19 +
20 +### Dependencies
21 +
22 +* [`cfab523`](https://github.com/npm/cli/commit/cfab5232183d8ffb025b20d8c3581588b3e75f02) [#6166](https://github.com/npm/cli/pull/6166) `http-cache-semantics@4.1.1` (#6166)
23 +
24 ## [8.19.3](https://github.com/npm/cli/compare/v8.19.2...v8.19.3) (2022-11-03)
25
26 ### Bug Fixes
src/theme/nav.yml
+1 -1
@@ -784,7 +784,7 @@
784 - title: Changelog
785 url: /cli/v7/using-npm/changelog
786 description: Changelog notes for each version
787 - - title: Version 8.19.3 (Legacy Release)
787 + - title: Version 8.19.4 (Legacy Release)
788 shortName: v8
789 url: /cli/v8
790 default: false