CLI documentation update from CI

npm CLI robot committed Nov 16, 2022 at 21:12 UTC f5649a8275756dca1205458731fe2a6448371749
5 files changed +20 -4
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.1.1 /path/to/npm
61 +npm@9.1.2 /path/to/npm
62 └─┬ init-package-json@0.0.4
63 └── promzard@0.1.5
64 ```
content/cli/v9/commands/npm.md
+1 -1
@@ -29,7 +29,7 @@ npm
29
30 ### Version
31
32 -9.1.1
32 +9.1.2
33
34 ### Description
35
content/cli/v9/using-npm/changelog.md
+16
@@ -17,6 +17,22 @@ redirect_from:
17
18 # Changelog
19
20 +## [9.1.2](https://github.com/npm/cli/compare/v9.1.1...v9.1.2) (2022-11-16)
21 +
22 +### Bug Fixes
23 +
24 +* [`d9654cf`](https://github.com/npm/cli/commit/d9654cffd7024ec2d068147868978fc994d696e4) [#5861](https://github.com/npm/cli/pull/5861) remove unwanted package.json entries (#5861) (@wraithgar)
25 +
26 +### Dependencies
27 +
28 +* [`a351685`](https://github.com/npm/cli/commit/a351685c4951b1d9e2ba86bc99e3706688813438) [#5858](https://github.com/npm/cli/pull/5858) move from @npmcli/ci-detect to ci-info (#5858)
29 +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3): `@npmcli/arborist@6.1.3`
30 +* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.3...libnpmdiff-v5.0.4): `libnpmdiff@5.0.4`
31 +* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.3...libnpmexec-v5.0.4): `libnpmexec@5.0.4`
32 +* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.3...libnpmfund-v4.0.4): `libnpmfund@4.0.4`
33 +* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.3...libnpmpack-v5.0.4): `libnpmpack@5.0.4`
34 +* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.3...libnpmpublish-v7.0.4): `libnpmpublish@7.0.4`
35 +
36 ## [9.1.1](https://github.com/npm/cli/compare/v9.1.0...v9.1.1) (2022-11-09)
37
38 ### Documentation
content/cli/v9/using-npm/config.md
+1 -1
@@ -309,7 +309,7 @@ npm exec --package yo --package generator-node --call "yo node"
309
310 The name of a continuous integration system. If not set explicitly, npm will
311 detect the current CI environment using the
312 -[`@npmcli/ci-detect`](http://npm.im/@npmcli/ci-detect) module.
312 +[`ci-info`](http://npm.im/@npmcli/ci-info) module.
313
314 #### `cidr`
315
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.1.1 (Latest Release)
1056 + - title: Version 9.1.2 (Latest Release)
1057 shortName: v9
1058 url: /cli/v9
1059 default: true