CLI documentation update from CI
npm CLI robot committed
May 18, 2023 at 13:58 UTC
53c2be77017d0e9a387d01d1944d77b139aec16c
6 files changed
+44
-14
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.6 /path/to/npm
61
+npm@9.6.7 /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.6.6
34
+9.6.7
35
36
### Description
37
content/cli/v9/configuring-npm/package-json.md
+1
-1
@@ -346,7 +346,7 @@ This should be a module relative to the root of your package folder.
346
For most modules, it makes the most sense to have a main script and often
347
not much else.
348
349
-If `main` is not set it defaults to `index.js` in the package's root folder.
349
+If `main` is not set, it defaults to `index.js` in the package's root folder.
350
351
### browser
352
content/cli/v9/using-npm/changelog.md
+28
@@ -17,6 +17,34 @@ redirect_from:
17
18
# Changelog
19
20
+## [9.6.7](https://github.com/npm/cli/compare/v9.6.6...v9.6.7) (2023-05-17)
21
+
22
+### Bug Fixes
23
+
24
+* [`9202c7d`](https://github.com/npm/cli/commit/9202c7d7c4058deb618e1a74fdc97b11f2845af7) [#6464](https://github.com/npm/cli/pull/6464) npm cache completion (#6464) (@m4rch3n1ng)
25
+* [`6ce99a8`](https://github.com/npm/cli/commit/6ce99a809c815934df73e002381b2b74b25ab0f8) [#6461](https://github.com/npm/cli/pull/6461) exit codes in node v20 (#6461) (@MichaelBitard)
26
+* [`23c865f`](https://github.com/npm/cli/commit/23c865fcd4bd4ee6957006c7b8f9e8cfde1db321) [#6434](https://github.com/npm/cli/pull/6434) deprecate ci-name config (#6434) (@wraithgar)
27
+
28
+### Documentation
29
+
30
+* [`7751dd4`](https://github.com/npm/cli/commit/7751dd431ca6ee4a3503fa71bda88a5cd89eb83c) [#6413](https://github.com/npm/cli/pull/6413) add a comma (#6413) (@darryltec)
31
+
32
+### Dependencies
33
+
34
+* [`afc38a5`](https://github.com/npm/cli/commit/afc38a564c55e8e7b676a3036d1438784ee6c8f0) [#6458](https://github.com/npm/cli/pull/6458) `cacache@17.1.2`
35
+* [`afb936c`](https://github.com/npm/cli/commit/afb936cc5e22d96115472cdfc16908299db5e9dd) [#6458](https://github.com/npm/cli/pull/6458) `tuf-js@1.1.6`
36
+* [`f6a0884`](https://github.com/npm/cli/commit/f6a0884e0867cf0948ddbbdc1b98e0756bf96cef) [#6458](https://github.com/npm/cli/pull/6458) `readable-stream@4.4.0`
37
+* [`858f0ca`](https://github.com/npm/cli/commit/858f0caa3add38c0a171825421693eddf59ccf40) [#6458](https://github.com/npm/cli/pull/6458) `postcss-selector-parser@6.0.13`
38
+* [`53ecb84`](https://github.com/npm/cli/commit/53ecb84bb625a16e2d0a86b1d9380384c0e7545c) [#6458](https://github.com/npm/cli/pull/6458) `path-scurry@1.9.1`
39
+* [`d93f70c`](https://github.com/npm/cli/commit/d93f70c9cd108e6dc3ce9533339dec77c359c320) [#6458](https://github.com/npm/cli/pull/6458) `signal-exit@4.0.2`
40
+* [`19214b5`](https://github.com/npm/cli/commit/19214b54828a9b4e923ea329fa5841edf0753162) [#6458](https://github.com/npm/cli/pull/6458) `@npmcli/package-json@3.1.0`
41
+* [`f53e6ff`](https://github.com/npm/cli/commit/f53e6ff22bc374a03ea6663dbad584c493f1d5b8) [#6458](https://github.com/npm/cli/pull/6458) `sigstore@1.5.2`
42
+* [`94d6ee7`](https://github.com/npm/cli/commit/94d6ee7f353265b64e51ced879915882be83aa89) [#6458](https://github.com/npm/cli/pull/6458) `glob@10.2.4`
43
+* [`902cb80`](https://github.com/npm/cli/commit/902cb80771cc440ef10e7ce7b2afa8934277e0f6) [#6458](https://github.com/npm/cli/pull/6458) `semver@7.5.1`
44
+* [`35e2e9a`](https://github.com/npm/cli/commit/35e2e9a4ce91325462d75b1774298485127762fc) [#6458](https://github.com/npm/cli/pull/6458) `@npmcli/run-script@6.0.2`
45
+* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.7): `@npmcli/config@6.1.7`
46
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.2.0): `libnpmpublish@7.2.0`
47
+
48
## [9.6.6](https://github.com/npm/cli/compare/v9.6.5...v9.6.6) (2023-05-03)
49
50
### Dependencies
content/cli/v9/using-npm/config.md
+12
-10
@@ -302,16 +302,6 @@ npm exec --package yo --package generator-node --call "yo node"
302
```
303
304
305
-#### `ci-name`
306
-
307
-* Default: The name of the current CI system, or `null` when not on a known CI
308
- platform.
309
-* Type: null or String
310
-
311
-The name of a continuous integration system. If not set explicitly, npm will
312
-detect the current CI environment using the
313
-[`ci-info`](http://npm.im/ci-info) module.
314
-
305
#### `cidr`
306
307
* Default: null
@@ -1527,6 +1517,18 @@ It is _not_ the path to a certificate file, though you can set a
1517
registry-scoped "certfile" path like
1518
"//other-registry.tld/:certfile=/path/to/cert.pem".
1519
1520
+#### `ci-name`
1521
+
1522
+* Default: The name of the current CI system, or `null` when not on a known CI
1523
+ platform.
1524
+* Type: null or String
1525
+* DEPRECATED: This config is deprecated and will not be changeable in future
1526
+ version of npm.
1527
+
1528
+The name of a continuous integration system. If not set explicitly, npm will
1529
+detect the current CI environment using the
1530
+[`ci-info`](http://npm.im/ci-info) module.
1531
+
1532
#### `dev`
1533
1534
* Default: false
src/theme/nav.yml
+1
-1
@@ -1055,7 +1055,7 @@
1055
- title: Changelog
1056
url: /cli/v8/using-npm/changelog
1057
description: Changelog notes for each version
1058
- - title: Version 9.6.6 (Latest Release)
1058
+ - title: Version 9.6.7 (Latest Release)
1059
shortName: v9
1060
url: /cli/v9
1061
default: true