CLI documentation update from CI
npm CLI robot committed
Oct 31, 2023 at 17:48 UTC
63326be4f4bfc91ffedabcd3ece5ee3872fbe540
8 files changed
+31
-8
content/cli/v10/commands/npm-audit.mdx
+2
-2
@@ -99,13 +99,13 @@ The `sig` is generated using the following template: `${package.name}@${package.
99
100
Keys response:
101
102
-- `expires`: null or a simplified extended [https://en.wikipedia.org/wiki/ISO_8601](ISO 8601 format): `YYYY-MM-DDTHH:mm:ss.sssZ`
102
+- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601"): `YYYY-MM-DDTHH:mm:ss.sssZ`
103
- `keydid`: sha256 fingerprint of the public key
104
- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
105
- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
106
- `key`: base64 encoded public key
107
108
-See this [https://registry.npmjs.org/-/npm/v1/keys](example key's response from the public npm registry).
108
+See this [example key's response from the public npm registry](https://registry.npmjs.org/-/npm/v1/keys").
109
110
### Audit Endpoints
111
content/cli/v10/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@10.2.1 /path/to/npm
55
+npm@10.2.2 /path/to/npm
56
└─┬ init-package-json@0.0.4
57
└── promzard@0.1.5
58
```
content/cli/v10/commands/npm-team.mdx
+1
-1
@@ -55,7 +55,7 @@ Teams must always be fully qualified with the organization/scope they belong to
55
56
If you have two-factor authentication enabled in `auth-and-writes` mode, then you can provide a code from your authenticator with `[--otp <otpcode>]`. If you don't include this then you will be taken through a second factor flow based on your `authtype`.
57
58
-- create / destroy: Create a new team, or destroy an existing one. Note: You cannot remove the `developers` team, [https://docs.npmjs.com/about-developers-team](learn more.)
58
+- create / destroy: Create a new team, or destroy an existing one. Note: You cannot remove the `developers` team, [learn more.](https://docs.npmjs.com/about-developers-team)
59
60
Here's how to create a new team `newteam` under the `org` org:
61
content/cli/v10/commands/npm-unpublish.mdx
+1
-1
@@ -41,7 +41,7 @@ redirect_from:
41
npm unpublish [<package-spec>]
42
```
43
44
-To learn more about how the npm registry treats unpublish, see our [https://docs.npmjs.com/policies/unpublish](unpublish policies)
44
+To learn more about how the npm registry treats unpublish, see our [unpublish policies](https://docs.npmjs.com/policies/unpublish).
45
46
### Warning
47
content/cli/v10/commands/npm.mdx
+1
-1
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
31
32
### Version
33
34
-10.2.1
34
+10.2.2
35
36
### Description
37
content/cli/v10/configuring-npm/package-lock-json.mdx
+1
-1
@@ -90,7 +90,7 @@ Note that the file format changed significantly in npm v7 to track information t
90
- No version provided: an "ancient" shrinkwrap file from a version of npm prior to npm v5.
91
- `1`: The lockfile version used by npm v5 and v6.
92
- `2`: The lockfile version used by npm v7 and v8. Backwards compatible to v1 lockfiles.
93
-- `3`: The lockfile version used by npm v9. Backwards compatible to npm v7.
93
+- `3`: The lockfile version used by npm v9 and above. Backwards compatible to npm v7.
94
95
npm will always attempt to get whatever data it can out of a lockfile, even if it is not a version that it was designed to support.
96
content/cli/v10/using-npm/changelog.mdx
+23
@@ -15,6 +15,29 @@ redirect_from:
15
- /using-npm/changelog
16
---
17
18
+## [10.2.2](https://github.com/npm/cli/compare/v10.2.1...v10.2.2) (2023-10-31)
19
+
20
+### Bug Fixes
21
+
22
+- [`8ed6d28`](https://github.com/npm/cli/commit/8ed6d28fa14b40d7a05784ad0a1e80661256b466) [#6910](https://github.com/npm/cli/pull/6910) make npm link respect --no-save (#6910) (@Santoshraj2)
23
+- [`eacec5f`](https://github.com/npm/cli/commit/eacec5f49060d3dfcdc3c7043115619e4bb22864) [#6941](https://github.com/npm/cli/pull/6941) add back bin/node-gyp-bin/node-gyp files (#6941) (@lukekarrys)
24
+- [`b776753`](https://github.com/npm/cli/commit/b776753f9cfeab329169105f604bc55ed03bd0e1) [#6928](https://github.com/npm/cli/pull/6928) Grammar mistake in authentication error message (#6928) (@Gekuro, gek)
25
+
26
+### Documentation
27
+
28
+- [`c422a01`](https://github.com/npm/cli/commit/c422a01e1564d25148c821ee257196ebe60e8e6c) [#6924](https://github.com/npm/cli/pull/6924) use markdown links instead of html (@lukekarrys)
29
+- [`dd03aa0`](https://github.com/npm/cli/commit/dd03aa0b9acc535283daf39699de9831202348cb) [#6921](https://github.com/npm/cli/pull/6921) add v9 and above for lockfile version 3 (#6921) (@MikeMcC399)
30
+
31
+### Dependencies
32
+
33
+- [`dfb6298`](https://github.com/npm/cli/commit/dfb6298c3eb9fb7ef452906765ac5f23ea6fec49) [#6937](https://github.com/npm/cli/pull/6937) `node-gyp@10.0.0` (#6937)
34
+- [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/arborist@7.2.1`
35
+- [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.3): `libnpmdiff@6.0.3`
36
+- [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.3): `libnpmexec@7.0.3`
37
+- [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.1): `libnpmfund@5.0.1`
38
+- [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.3): `libnpmpack@6.0.3`
39
+- [Workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.1): `libnpmversion@5.0.1`
40
+
41
## [10.2.1](https://github.com/npm/cli/compare/v10.2.0...v10.2.1) (2023-10-18)
42
43
### Bug Fixes
content/nav.yml
+1
-1
@@ -1324,7 +1324,7 @@
1324
- title: Changelog
1325
url: /cli/v9/using-npm/changelog
1326
description: Changelog notes for each version
1327
- - title: Version 10.2.1
1327
+ - title: Version 10.2.2
1328
shortName: v10
1329
url: /cli/v10
1330
default: true