Skip to content

Commit 24bef9e

Browse files
committed
CLI documentation update from CI
1 parent e1483ea commit 24bef9e

File tree

10 files changed

+50
-12
lines changed

10 files changed

+50
-12
lines changed

cli/releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"id": "v9",
2323
"branch": "latest",
2424
"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"
2626
}
2727
]

content/cli/v9/commands/npm-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ folder instead of the current working directory. See
137137
138138
#### `editor`
139139
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
142142
* Type: String
143143
144144
The command to run for `npm edit` and `npm config edit`.

content/cli/v9/commands/npm-edit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ changes to your locally installed copy.
4444

4545
#### `editor`
4646

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
4949
* Type: String
5050

5151
The command to run for `npm edit` and `npm config edit`.

content/cli/v9/commands/npm-ls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages will *also* show the paths to the specified packages. For
4242
example, running `npm ls promzard` in npm's source tree will show:
4343

4444
```bash
45-
npm@9.0.1 /path/to/npm
45+
npm@9.1.0 /path/to/npm
4646
└─┬ init-package-json@0.0.4
4747
└── promzard@0.1.5
4848
```

content/cli/v9/commands/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm
2121

2222
### Version
2323

24-
9.0.1
24+
9.1.0
2525

2626
### Description
2727

content/cli/v9/using-npm/changelog.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,44 @@ redirect_from:
1111

1212
# Changelog
1313

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+
1452
## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26)
1553

1654
### Documentation

content/cli/v9/using-npm/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ Note: This is NOT honored by other network related commands, eg `dist-tags`,
419419

420420
#### `editor`
421421

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
424424
* Type: String
425425

426426
The command to run for `npm edit` and `npm config edit`.

content/cli/v9/using-npm/dependency-selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ redirect_from:
1313

1414
### Description
1515

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:
1717

1818
- Standardizes the shape of, & querying of, dependency graphs with a robust object model, metadata & selector syntax
1919
- Leverages existing, known language syntax & operators from CSS to make disparate package information broadly accessible

content/cli/v9/using-npm/scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Publishing to a scope, you have two options:
9898
If publishing a public module to an organization scope, you must
9999
first either create an organization with the name of the scope
100100
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
102102
publish to `@org`, you would need to create the `org` organization
103103
on npmjs.com prior to trying to publish.
104104

src/theme/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@
10531053
- title: Changelog
10541054
url: /cli/v8/using-npm/changelog
10551055
description: Changelog notes for each version
1056-
- title: Version 9.0.1 (Current Release)
1056+
- title: Version 9.1.0 (Current Release)
10571057
shortName: v9
10581058
url: /cli/v9
10591059
default: false

0 commit comments

Comments
 (0)