CLI documentation update from CI
npm CLI robot committed
Nov 3, 2022 at 15:43 UTC
24bef9e74e30e0e78673fa94b39ee62c85e6de45
10 files changed
+50
-12
cli/releases.json
+1
-1
@@ -22,6 +22,6 @@
22
"id": "v9",
23
"branch": "latest",
24
"spec": "next-9",
25
- "resolved": "https://registry.npmjs.org/npm/-/npm-9.0.1.tgz"
25
+ "resolved": "https://registry.npmjs.org/npm/-/npm-9.1.0.tgz"
26
}
27
]
content/cli/v9/commands/npm-config.md
+2
-2
@@ -137,8 +137,8 @@ folder instead of the current working directory. See
137
138
#### `editor`
139
140
-* Default: The EDITOR or VISUAL environment variables, or 'notepad.exe' on
141
- Windows, or 'vim' on Unix systems
140
+* Default: The EDITOR or VISUAL environment variables, or
141
+ '%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems
142
* Type: String
143
144
The command to run for `npm edit` and `npm config edit`.
content/cli/v9/commands/npm-edit.md
+2
-2
@@ -44,8 +44,8 @@ changes to your locally installed copy.
44
45
#### `editor`
46
47
-* Default: The EDITOR or VISUAL environment variables, or 'notepad.exe' on
48
- Windows, or 'vim' on Unix systems
47
+* Default: The EDITOR or VISUAL environment variables, or
48
+ '%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems
49
* Type: String
50
51
The command to run for `npm edit` and `npm config edit`.
content/cli/v9/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@9.0.1 /path/to/npm
45
+npm@9.1.0 /path/to/npm
46
└─┬ init-package-json@0.0.4
47
└── promzard@0.1.5
48
```
content/cli/v9/commands/npm.md
+1
-1
@@ -21,7 +21,7 @@ npm
21
22
### Version
23
24
-9.0.1
24
+9.1.0
25
26
### Description
27
content/cli/v9/using-npm/changelog.md
+38
@@ -11,6 +11,44 @@ redirect_from:
11
12
# Changelog
13
14
+## [9.1.0](https://github.com/npm/cli/compare/v9.0.1...v9.1.0) (2022-11-02)
15
+
16
+### Features
17
+
18
+* [`706b3d3`](https://github.com/npm/cli/commit/706b3d3f227de43a095263926d2eef2b4e4cf2a9) [#5779](https://github.com/npm/cli/pull/5779) set --no-audit when installing outside of a project (like --global) (@fritzy)
19
+
20
+### Bug Fixes
21
+
22
+* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)
23
+* [`8fd614a`](https://github.com/npm/cli/commit/8fd614af5d6de970a6bbcffc538564d2a809411a) use promiseSpawn.open instead of opener (@nlf)
24
+* [`41843ad`](https://github.com/npm/cli/commit/41843ad8a20bd20aacad2bb37fe473f2e76d5306) use an absolute path to notepad.exe by default, correct docs (@nlf)
25
+* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys)
26
+
27
+### Documentation
28
+
29
+* [`ce6745c`](https://github.com/npm/cli/commit/ce6745c806d721f5e3c455a65fd44bfe03e9d2ae) [#5763](https://github.com/npm/cli/pull/5763) fixed some typos (#5763) (@AndrewDawes)
30
+
31
+### Dependencies
32
+
33
+* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
34
+* [`6b6dfca`](https://github.com/npm/cli/commit/6b6dfca191cb8f7871f755b926fd5ae223ba697a) `fastest-levenshtein@1.0.16`
35
+* [`9972ed1`](https://github.com/npm/cli/commit/9972ed1423d7a4f7ca03a34f5aa69321b81850fd) `@npmcli/ci-detect@3.0.1`
36
+* [`024e612`](https://github.com/npm/cli/commit/024e612f55fc9906b49065dbabbee8b8261eb4eb) `abbrev@2.0.0`
37
+* [`66f9bcd`](https://github.com/npm/cli/commit/66f9bcd10b8d8cb635593c526727056581c7955d) `nopt@7.0.0`
38
+* [`5730d17`](https://github.com/npm/cli/commit/5730d17198e066077cb3ea6f78753746afc13603) `tar@6.1.12`
39
+* [`2fef570`](https://github.com/npm/cli/commit/2fef570caf00bd92a3a4cf0b2bc4ce56fd8bd594) `node-gyp@9.3.0`
40
+* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
41
+* [`205e2fd`](https://github.com/npm/cli/commit/205e2fdde91f4f21d92ccf0bf9e1ab9ab3053167) `pacote@15.0.6`
42
+* [`ac25863`](https://github.com/npm/cli/commit/ac25863a33b75620ac9edf4057bfb9409028636a) remove opener, `@npmcli/promise-spawn@6.0.1`, `@npmcli/run-script@5.1.1`, `@npmcli/git@4.0.3`, `pacote@15.0.5`, `which@3.0.0`
43
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
44
+* [Workspace](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0): `@npmcli/config@6.1.0`
45
+* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2): `libnpmdiff@5.0.2`
46
+* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2): `libnpmexec@5.0.2`
47
+* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2): `libnpmfund@4.0.2`
48
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2): `libnpmpack@5.0.2`
49
+* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2): `libnpmpublish@7.0.2`
50
+* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0...libnpmversion-v4.0.1): `libnpmversion@4.0.1`
51
+
52
## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26)
53
54
### Documentation
content/cli/v9/using-npm/config.md
+2
-2
@@ -419,8 +419,8 @@ Note: This is NOT honored by other network related commands, eg `dist-tags`,
419
420
#### `editor`
421
422
-* Default: The EDITOR or VISUAL environment variables, or 'notepad.exe' on
423
- Windows, or 'vim' on Unix systems
422
+* Default: The EDITOR or VISUAL environment variables, or
423
+ '%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems
424
* Type: String
425
426
The command to run for `npm edit` and `npm config edit`.
content/cli/v9/using-npm/dependency-selectors.md
+1
-1
@@ -13,7 +13,7 @@ redirect_from:
13
14
### Description
15
16
-The [`npm query`](/cli/v9/commands/npm-query) commmand exposes a new dependency selector syntax (informed by & respecting many aspects of the [CSS Selectors 4 Spec](https://dev.w3.org/csswg/selectors4/#relational)) which:
16
+The [`npm query`](/cli/v9/commands/npm-query) command exposes a new dependency selector syntax (informed by & respecting many aspects of the [CSS Selectors 4 Spec](https://dev.w3.org/csswg/selectors4/#relational)) which:
17
18
- Standardizes the shape of, & querying of, dependency graphs with a robust object model, metadata & selector syntax
19
- Leverages existing, known language syntax & operators from CSS to make disparate package information broadly accessible
content/cli/v9/using-npm/scope.md
+1
-1
@@ -98,7 +98,7 @@ Publishing to a scope, you have two options:
98
If publishing a public module to an organization scope, you must
99
first either create an organization with the name of the scope
100
that you'd like to publish to or be added to an existing organization
101
-with the appropriate permisssions. For example, if you'd like to
101
+with the appropriate permissions. For example, if you'd like to
102
publish to `@org`, you would need to create the `org` organization
103
on npmjs.com prior to trying to publish.
104
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.0.1 (Current Release)
1056
+ - title: Version 9.1.0 (Current Release)
1057
shortName: v9
1058
url: /cli/v9
1059
default: false