Skip to content

Commit b02dc30

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.1.0
1 parent 1f5382d commit b02dc30

File tree

21 files changed

+154
-54
lines changed

21 files changed

+154
-54
lines changed

.release-please-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "9.0.1",
3-
"workspaces/arborist": "6.1.0",
2+
".": "9.1.0",
3+
"workspaces/arborist": "6.1.1",
44
"workspaces/libnpmaccess": "7.0.0",
5-
"workspaces/libnpmdiff": "5.0.1",
6-
"workspaces/libnpmexec": "5.0.1",
7-
"workspaces/libnpmfund": "4.0.1",
5+
"workspaces/libnpmdiff": "5.0.2",
6+
"workspaces/libnpmexec": "5.0.2",
7+
"workspaces/libnpmfund": "4.0.2",
88
"workspaces/libnpmhook": "9.0.0",
99
"workspaces/libnpmorg": "5.0.0",
10-
"workspaces/libnpmpack": "5.0.1",
11-
"workspaces/libnpmpublish": "7.0.1",
10+
"workspaces/libnpmpack": "5.0.2",
11+
"workspaces/libnpmpublish": "7.0.2",
1212
"workspaces/libnpmsearch": "6.0.0",
1313
"workspaces/libnpmteam": "5.0.0",
14-
"workspaces/libnpmversion": "4.0.0",
15-
"workspaces/config": "6.0.1"
14+
"workspaces/libnpmversion": "4.0.1",
15+
"workspaces/config": "6.1.0"
1616
}

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,3 +863,4 @@ Winter <winter@winter.cafe>
863863
shalvah <diakon.ng@gmail.com>
864864
Albert 理斯特 <shuaizhexu@gmail.com>
865865
Gennadiy Gashev <63790536+gennadiygashev@users.noreply.github.com>
866+
Andrew Dawes <andrewsdawes@gmail.com>

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [9.1.0](https://github.com/npm/cli/compare/v9.0.1...v9.1.0) (2022-11-02)
4+
5+
### Features
6+
7+
* [`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)
8+
9+
### Bug Fixes
10+
11+
* [`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)
12+
* [`8fd614a`](https://github.com/npm/cli/commit/8fd614af5d6de970a6bbcffc538564d2a809411a) use promiseSpawn.open instead of opener (@nlf)
13+
* [`41843ad`](https://github.com/npm/cli/commit/41843ad8a20bd20aacad2bb37fe473f2e76d5306) use an absolute path to notepad.exe by default, correct docs (@nlf)
14+
* [`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)
15+
16+
### Documentation
17+
18+
* [`ce6745c`](https://github.com/npm/cli/commit/ce6745c806d721f5e3c455a65fd44bfe03e9d2ae) [#5763](https://github.com/npm/cli/pull/5763) fixed some typos (#5763) (@AndrewDawes)
19+
20+
### Dependencies
21+
22+
* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
23+
* [`205e2fd`](https://github.com/npm/cli/commit/205e2fdde91f4f21d92ccf0bf9e1ab9ab3053167) `pacote@15.0.6`
24+
* [`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`
25+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
26+
* [Workspace](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0): `@npmcli/config@6.1.0`
27+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2): `libnpmdiff@5.0.2`
28+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2): `libnpmexec@5.0.2`
29+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2): `libnpmfund@4.0.2`
30+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2): `libnpmpack@5.0.2`
31+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2): `libnpmpublish@7.0.2`
32+
* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0...libnpmversion-v4.0.1): `libnpmversion@4.0.1`
33+
334
## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26)
435

536
### Documentation

package-lock.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.0.1",
3+
"version": "9.1.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.1",
9+
"version": "9.1.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -86,9 +86,9 @@
8686
],
8787
"dependencies": {
8888
"@isaacs/string-locale-compare": "^1.1.0",
89-
"@npmcli/arborist": "^6.1.0",
89+
"@npmcli/arborist": "^6.1.1",
9090
"@npmcli/ci-detect": "^3.0.0",
91-
"@npmcli/config": "^6.0.1",
91+
"@npmcli/config": "^6.1.0",
9292
"@npmcli/map-workspaces": "^3.0.0",
9393
"@npmcli/package-json": "^3.0.0",
9494
"@npmcli/run-script": "^6.0.0",
@@ -109,16 +109,16 @@
109109
"is-cidr": "^4.0.2",
110110
"json-parse-even-better-errors": "^3.0.0",
111111
"libnpmaccess": "^7.0.0",
112-
"libnpmdiff": "^5.0.1",
113-
"libnpmexec": "^5.0.1",
114-
"libnpmfund": "^4.0.1",
112+
"libnpmdiff": "^5.0.2",
113+
"libnpmexec": "^5.0.2",
114+
"libnpmfund": "^4.0.2",
115115
"libnpmhook": "^9.0.0",
116116
"libnpmorg": "^5.0.0",
117-
"libnpmpack": "^5.0.1",
118-
"libnpmpublish": "^7.0.1",
117+
"libnpmpack": "^5.0.2",
118+
"libnpmpublish": "^7.0.2",
119119
"libnpmsearch": "^6.0.0",
120120
"libnpmteam": "^5.0.0",
121-
"libnpmversion": "^4.0.0",
121+
"libnpmversion": "^4.0.1",
122122
"make-fetch-happen": "^11.0.1",
123123
"minimatch": "^5.1.0",
124124
"minipass": "^3.1.6",
@@ -13962,7 +13962,7 @@
1396213962
},
1396313963
"workspaces/arborist": {
1396413964
"name": "@npmcli/arborist",
13965-
"version": "6.1.0",
13965+
"version": "6.1.1",
1396613966
"license": "ISC",
1396713967
"dependencies": {
1396813968
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14019,7 +14019,7 @@
1401914019
},
1402014020
"workspaces/config": {
1402114021
"name": "@npmcli/config",
14022-
"version": "6.0.1",
14022+
"version": "6.1.0",
1402314023
"license": "ISC",
1402414024
"dependencies": {
1402514025
"@npmcli/map-workspaces": "^3.0.0",
@@ -14057,10 +14057,10 @@
1405714057
}
1405814058
},
1405914059
"workspaces/libnpmdiff": {
14060-
"version": "5.0.1",
14060+
"version": "5.0.2",
1406114061
"license": "ISC",
1406214062
"dependencies": {
14063-
"@npmcli/arborist": "^6.1.0",
14063+
"@npmcli/arborist": "^6.1.1",
1406414064
"@npmcli/disparity-colors": "^3.0.0",
1406514065
"@npmcli/installed-package-contents": "^2.0.0",
1406614066
"binary-extensions": "^2.2.0",
@@ -14080,10 +14080,10 @@
1408014080
}
1408114081
},
1408214082
"workspaces/libnpmexec": {
14083-
"version": "5.0.1",
14083+
"version": "5.0.2",
1408414084
"license": "ISC",
1408514085
"dependencies": {
14086-
"@npmcli/arborist": "^6.1.0",
14086+
"@npmcli/arborist": "^6.1.1",
1408714087
"@npmcli/ci-detect": "^3.0.0",
1408814088
"@npmcli/run-script": "^6.0.0",
1408914089
"chalk": "^4.1.0",
@@ -14109,10 +14109,10 @@
1410914109
}
1411014110
},
1411114111
"workspaces/libnpmfund": {
14112-
"version": "4.0.1",
14112+
"version": "4.0.2",
1411314113
"license": "ISC",
1411414114
"dependencies": {
14115-
"@npmcli/arborist": "^6.1.0"
14115+
"@npmcli/arborist": "^6.1.1"
1411614116
},
1411714117
"devDependencies": {
1411814118
"@npmcli/eslint-config": "^4.0.0",
@@ -14159,10 +14159,10 @@
1415914159
}
1416014160
},
1416114161
"workspaces/libnpmpack": {
14162-
"version": "5.0.1",
14162+
"version": "5.0.2",
1416314163
"license": "ISC",
1416414164
"dependencies": {
14165-
"@npmcli/arborist": "^6.1.0",
14165+
"@npmcli/arborist": "^6.1.1",
1416614166
"@npmcli/run-script": "^6.0.0",
1416714167
"npm-package-arg": "^10.0.0",
1416814168
"pacote": "^15.0.2"
@@ -14179,7 +14179,7 @@
1417914179
}
1418014180
},
1418114181
"workspaces/libnpmpublish": {
14182-
"version": "7.0.1",
14182+
"version": "7.0.2",
1418314183
"license": "ISC",
1418414184
"dependencies": {
1418514185
"normalize-package-data": "^5.0.0",
@@ -14191,7 +14191,7 @@
1419114191
"devDependencies": {
1419214192
"@npmcli/eslint-config": "^4.0.0",
1419314193
"@npmcli/template-oss": "4.8.0",
14194-
"libnpmpack": "^5.0.1",
14194+
"libnpmpack": "^5.0.2",
1419514195
"lodash.clonedeep": "^4.5.0",
1419614196
"nock": "^13.2.4",
1419714197
"tap": "^16.0.1"
@@ -14234,7 +14234,7 @@
1423414234
}
1423514235
},
1423614236
"workspaces/libnpmversion": {
14237-
"version": "4.0.0",
14237+
"version": "4.0.1",
1423814238
"license": "ISC",
1423914239
"dependencies": {
1424014240
"@npmcli/git": "^4.0.1",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.1",
2+
"version": "9.1.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -56,9 +56,9 @@
5656
},
5757
"dependencies": {
5858
"@isaacs/string-locale-compare": "^1.1.0",
59-
"@npmcli/arborist": "^6.1.0",
59+
"@npmcli/arborist": "^6.1.1",
6060
"@npmcli/ci-detect": "^3.0.0",
61-
"@npmcli/config": "^6.0.1",
61+
"@npmcli/config": "^6.1.0",
6262
"@npmcli/map-workspaces": "^3.0.0",
6363
"@npmcli/package-json": "^3.0.0",
6464
"@npmcli/run-script": "^6.0.0",
@@ -79,16 +79,16 @@
7979
"is-cidr": "^4.0.2",
8080
"json-parse-even-better-errors": "^3.0.0",
8181
"libnpmaccess": "^7.0.0",
82-
"libnpmdiff": "^5.0.1",
83-
"libnpmexec": "^5.0.1",
84-
"libnpmfund": "^4.0.1",
82+
"libnpmdiff": "^5.0.2",
83+
"libnpmexec": "^5.0.2",
84+
"libnpmfund": "^4.0.2",
8585
"libnpmhook": "^9.0.0",
8686
"libnpmorg": "^5.0.0",
87-
"libnpmpack": "^5.0.1",
88-
"libnpmpublish": "^7.0.1",
87+
"libnpmpack": "^5.0.2",
88+
"libnpmpublish": "^7.0.2",
8989
"libnpmsearch": "^6.0.0",
9090
"libnpmteam": "^5.0.0",
91-
"libnpmversion": "^4.0.0",
91+
"libnpmversion": "^4.0.1",
9292
"make-fetch-happen": "^11.0.1",
9393
"minimatch": "^5.1.0",
9494
"minipass": "^3.1.6",

workspaces/arborist/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.1.1](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1) (2022-11-02)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
* [`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)
9+
10+
### Dependencies
11+
12+
* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
13+
314
## [6.1.0](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0) (2022-10-26)
415

516
### Features

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.1.0](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0) (2022-11-02)
4+
5+
### Features
6+
7+
* [`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)
8+
* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)
9+
310
## [6.0.1](https://github.com/npm/config/compare/v6.0.0...v6.0.1) (2022-10-17)
411

512
### Dependencies

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmdiff/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2) (2022-11-02)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
8+
39
## [5.0.1](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1) (2022-10-26)
410

511
### Dependencies

0 commit comments

Comments
 (0)