CLI documentation update from CI

npm CLI robot committed Mar 2, 2023 at 09:19 UTC 012ba80e1d1506c6c675ff93ca13b8f97f1fb748
6 files changed +32 -10
content/cli/v9/commands/npm-install-ci-test.md
+1 -1
@@ -40,7 +40,7 @@ redirect_from:
40 ```bash
41 npm install-ci-test
42
43 -alias: cit
43 +aliases: cit, clean-install-test, sit
44 ```
45
46 ### Description
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.5.1 /path/to/npm
61 +npm@9.6.0 /path/to/npm
62 └─┬ init-package-json@0.0.4
63 └── promzard@0.1.5
64 ```
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.5.1
34 +9.6.0
35
36 ### Description
37
content/cli/v9/configuring-npm/package-lock-json.md
+3 -6
@@ -135,12 +135,9 @@ the npm registry. Lockfiles generated by npm v7 will contain
135 * No version provided: an "ancient" shrinkwrap file from a version of npm
136 prior to npm v5.
137 * `1`: The lockfile version used by npm v5 and v6.
138 -* `2`: The lockfile version used by npm v7, which is backwards compatible
139 - to v1 lockfiles.
140 -* `3`: The lockfile version used by npm v7, _without_ backwards
141 - compatibility affordances. This is used for the hidden lockfile at
142 - `node_modules/.package-lock.json`, and will likely be used in a future
143 - version of npm, once support for npm v6 is no longer relevant.
138 +* `2`: The lockfile version used by npm v7 and v8. Backwards compatible to v1
139 + lockfiles.
140 +* `3`: The lockfile version used by npm v9. Backwards compatible to npm v7.
141
142 npm will always attempt to get whatever data it can out of a lockfile, even
143 if it is not a version that it was designed to support.
content/cli/v9/using-npm/changelog.md
+25
@@ -17,6 +17,31 @@ redirect_from:
17
18 # Changelog
19
20 +## [9.6.0](https://github.com/npm/cli/compare/v9.5.1...v9.6.0) (2023-03-02)
21 +
22 +### Features
23 +
24 +* [`84fbaf2`](https://github.com/npm/cli/commit/84fbaf2bd809e56f396496dd5f4691a46dd548aa) [#6216](https://github.com/npm/cli/pull/6216) add preliminary fish shell completion (@wraithgar)
25 +
26 +### Bug Fixes
27 +
28 +* [`c4c8754`](https://github.com/npm/cli/commit/c4c8754f12e73007ef0f0f516c8e51e08858b2c6) audit: add signatures to completion (@wraithgar)
29 +* [`fc46489`](https://github.com/npm/cli/commit/fc4648984c9fc4904d2b51597590015f8ca702fc) access: only complete once (@wraithgar)
30 +* [`b43961a`](https://github.com/npm/cli/commit/b43961a9a3c0e5ea0314a241ba8ae9b7ea57cae7) cmd-list: alias only to real commands (@wraithgar)
31 +
32 +### Documentation
33 +
34 +* [`2695e1f`](https://github.com/npm/cli/commit/2695e1fb1384ad41fe6b99fdc570088978626dd8) [#6187](https://github.com/npm/cli/pull/6187) npm v9 creates package-lock.json v3 (#6187) (@tuukka)
35 +
36 +### Dependencies
37 +
38 +* [`71ae406`](https://github.com/npm/cli/commit/71ae4067bccef53aa99ccf8abbe9115daaae8e8c) [#6218](https://github.com/npm/cli/pull/6218) `@npmcli/installed-package-contents@2.0.2`
39 +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.4): `@npmcli/arborist@6.2.4`
40 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.12): `libnpmdiff@5.0.12`
41 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.12): `libnpmexec@5.0.12`
42 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.12): `libnpmfund@4.0.12`
43 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.12): `libnpmpack@5.0.12`
44 +
45 ## [9.5.1](https://github.com/npm/cli/compare/v9.5.0...v9.5.1) (2023-02-22)
46
47 ### Documentation
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.5.1 (Latest Release)
1056 + - title: Version 9.6.0 (Latest Release)
1057 shortName: v9
1058 url: /cli/v9
1059 default: true