Skip to content

Commit 60cfd17

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.1.1
1 parent ed8cf08 commit 60cfd17

File tree

16 files changed

+102
-44
lines changed

16 files changed

+102
-44
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
".": "9.1.0",
3-
"workspaces/arborist": "6.1.1",
2+
".": "9.1.1",
3+
"workspaces/arborist": "6.1.2",
44
"workspaces/libnpmaccess": "7.0.0",
5-
"workspaces/libnpmdiff": "5.0.2",
6-
"workspaces/libnpmexec": "5.0.2",
7-
"workspaces/libnpmfund": "4.0.2",
5+
"workspaces/libnpmdiff": "5.0.3",
6+
"workspaces/libnpmexec": "5.0.3",
7+
"workspaces/libnpmfund": "4.0.3",
88
"workspaces/libnpmhook": "9.0.0",
99
"workspaces/libnpmorg": "5.0.0",
10-
"workspaces/libnpmpack": "5.0.2",
11-
"workspaces/libnpmpublish": "7.0.2",
10+
"workspaces/libnpmpack": "5.0.3",
11+
"workspaces/libnpmpublish": "7.0.3",
1212
"workspaces/libnpmsearch": "6.0.0",
1313
"workspaces/libnpmteam": "5.0.0",
1414
"workspaces/libnpmversion": "4.0.1",

CHANGELOG.md

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

3+
## [9.1.1](https://github.com/npm/cli/compare/v9.1.0...v9.1.1) (2022-11-09)
4+
5+
### Documentation
6+
7+
* [`1bff064`](https://github.com/npm/cli/commit/1bff0640ccb8414e2d416a5cf9d64e9ff03c6403) [#5819](https://github.com/npm/cli/pull/5819) config: document `npm config fix` (#5819) (@wraithgar)
8+
9+
### Dependencies
10+
11+
* [`335c7e4`](https://github.com/npm/cli/commit/335c7e4348f5505fad33b8a78348a02a82b91426) [#5813](https://github.com/npm/cli/pull/5813) `[email protected]`
12+
* [`878ddfb`](https://github.com/npm/cli/commit/878ddfb5b68c03bdcd7d7da8dae92c4947942801) `@npmcli/[email protected]`
13+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2): `@npmcli/[email protected]`
14+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.2...libnpmdiff-v5.0.3): `[email protected]`
15+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.2...libnpmexec-v5.0.3): `[email protected]`
16+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.2...libnpmfund-v4.0.3): `[email protected]`
17+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.2...libnpmpack-v5.0.3): `[email protected]`
18+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.2...libnpmpublish-v7.0.3): `[email protected]`
19+
320
## [9.1.0](https://github.com/npm/cli/compare/v9.0.1...v9.1.0) (2022-11-02)
421

522
### Features

package-lock.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.1.0",
3+
"version": "9.1.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.1.0",
9+
"version": "9.1.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -86,7 +86,7 @@
8686
],
8787
"dependencies": {
8888
"@isaacs/string-locale-compare": "^1.1.0",
89-
"@npmcli/arborist": "^6.1.1",
89+
"@npmcli/arborist": "^6.1.2",
9090
"@npmcli/ci-detect": "^3.0.1",
9191
"@npmcli/config": "^6.1.0",
9292
"@npmcli/map-workspaces": "^3.0.0",
@@ -109,13 +109,13 @@
109109
"is-cidr": "^4.0.2",
110110
"json-parse-even-better-errors": "^3.0.0",
111111
"libnpmaccess": "^7.0.0",
112-
"libnpmdiff": "^5.0.2",
113-
"libnpmexec": "^5.0.2",
114-
"libnpmfund": "^4.0.2",
112+
"libnpmdiff": "^5.0.3",
113+
"libnpmexec": "^5.0.3",
114+
"libnpmfund": "^4.0.3",
115115
"libnpmhook": "^9.0.0",
116116
"libnpmorg": "^5.0.0",
117-
"libnpmpack": "^5.0.2",
118-
"libnpmpublish": "^7.0.2",
117+
"libnpmpack": "^5.0.3",
118+
"libnpmpublish": "^7.0.3",
119119
"libnpmsearch": "^6.0.0",
120120
"libnpmteam": "^5.0.0",
121121
"libnpmversion": "^4.0.1",
@@ -14981,7 +14981,7 @@
1498114981
},
1498214982
"workspaces/arborist": {
1498314983
"name": "@npmcli/arborist",
14984-
"version": "6.1.1",
14984+
"version": "6.1.2",
1498514985
"license": "ISC",
1498614986
"dependencies": {
1498714987
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15075,10 +15075,10 @@
1507515075
}
1507615076
},
1507715077
"workspaces/libnpmdiff": {
15078-
"version": "5.0.2",
15078+
"version": "5.0.3",
1507915079
"license": "ISC",
1508015080
"dependencies": {
15081-
"@npmcli/arborist": "^6.1.1",
15081+
"@npmcli/arborist": "^6.1.2",
1508215082
"@npmcli/disparity-colors": "^3.0.0",
1508315083
"@npmcli/installed-package-contents": "^2.0.0",
1508415084
"binary-extensions": "^2.2.0",
@@ -15098,10 +15098,10 @@
1509815098
}
1509915099
},
1510015100
"workspaces/libnpmexec": {
15101-
"version": "5.0.2",
15101+
"version": "5.0.3",
1510215102
"license": "ISC",
1510315103
"dependencies": {
15104-
"@npmcli/arborist": "^6.1.1",
15104+
"@npmcli/arborist": "^6.1.2",
1510515105
"@npmcli/ci-detect": "^3.0.1",
1510615106
"@npmcli/run-script": "^6.0.0",
1510715107
"chalk": "^4.1.0",
@@ -15127,10 +15127,10 @@
1512715127
}
1512815128
},
1512915129
"workspaces/libnpmfund": {
15130-
"version": "4.0.2",
15130+
"version": "4.0.3",
1513115131
"license": "ISC",
1513215132
"dependencies": {
15133-
"@npmcli/arborist": "^6.1.1"
15133+
"@npmcli/arborist": "^6.1.2"
1513415134
},
1513515135
"devDependencies": {
1513615136
"@npmcli/eslint-config": "^4.0.0",
@@ -15177,10 +15177,10 @@
1517715177
}
1517815178
},
1517915179
"workspaces/libnpmpack": {
15180-
"version": "5.0.2",
15180+
"version": "5.0.3",
1518115181
"license": "ISC",
1518215182
"dependencies": {
15183-
"@npmcli/arborist": "^6.1.1",
15183+
"@npmcli/arborist": "^6.1.2",
1518415184
"@npmcli/run-script": "^6.0.0",
1518515185
"npm-package-arg": "^10.0.0",
1518615186
"pacote": "^15.0.2"
@@ -15197,7 +15197,7 @@
1519715197
}
1519815198
},
1519915199
"workspaces/libnpmpublish": {
15200-
"version": "7.0.2",
15200+
"version": "7.0.3",
1520115201
"license": "ISC",
1520215202
"dependencies": {
1520315203
"normalize-package-data": "^5.0.0",
@@ -15209,7 +15209,7 @@
1520915209
"devDependencies": {
1521015210
"@npmcli/eslint-config": "^4.0.0",
1521115211
"@npmcli/template-oss": "4.8.0",
15212-
"libnpmpack": "^5.0.2",
15212+
"libnpmpack": "^5.0.3",
1521315213
"lodash.clonedeep": "^4.5.0",
1521415214
"nock": "^13.2.4",
1521515215
"tap": "^16.0.1"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.0",
2+
"version": "9.1.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@isaacs/string-locale-compare": "^1.1.0",
60-
"@npmcli/arborist": "^6.1.1",
60+
"@npmcli/arborist": "^6.1.2",
6161
"@npmcli/ci-detect": "^3.0.1",
6262
"@npmcli/config": "^6.1.0",
6363
"@npmcli/map-workspaces": "^3.0.0",
@@ -80,13 +80,13 @@
8080
"is-cidr": "^4.0.2",
8181
"json-parse-even-better-errors": "^3.0.0",
8282
"libnpmaccess": "^7.0.0",
83-
"libnpmdiff": "^5.0.2",
84-
"libnpmexec": "^5.0.2",
85-
"libnpmfund": "^4.0.2",
83+
"libnpmdiff": "^5.0.3",
84+
"libnpmexec": "^5.0.3",
85+
"libnpmfund": "^4.0.3",
8686
"libnpmhook": "^9.0.0",
8787
"libnpmorg": "^5.0.0",
88-
"libnpmpack": "^5.0.2",
89-
"libnpmpublish": "^7.0.2",
88+
"libnpmpack": "^5.0.3",
89+
"libnpmpublish": "^7.0.3",
9090
"libnpmsearch": "^6.0.0",
9191
"libnpmteam": "^5.0.0",
9292
"libnpmversion": "^4.0.1",

workspaces/arborist/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.2](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2) (2022-11-09)
4+
5+
### Dependencies
6+
7+
* [`335c7e4`](https://github.com/npm/cli/commit/335c7e4348f5505fad33b8a78348a02a82b91426) [#5813](https://github.com/npm/cli/pull/5813) `[email protected]`
8+
* [`878ddfb`](https://github.com/npm/cli/commit/878ddfb5b68c03bdcd7d7da8dae92c4947942801) `@npmcli/[email protected]`
9+
310
## [6.1.1](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1) (2022-11-02)
411

512
### Bug Fixes

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.1",
3+
"version": "6.1.2",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

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.3](https://github.com/npm/cli/compare/libnpmdiff-v5.0.2...libnpmdiff-v5.0.3) (2022-11-09)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2): `@npmcli/[email protected]`
8+
39
## [5.0.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2) (2022-11-02)
410

511
### Dependencies

workspaces/libnpmdiff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"tap": "^16.0.1"
4848
},
4949
"dependencies": {
50-
"@npmcli/arborist": "^6.1.1",
50+
"@npmcli/arborist": "^6.1.2",
5151
"@npmcli/disparity-colors": "^3.0.0",
5252
"@npmcli/installed-package-contents": "^2.0.0",
5353
"binary-extensions": "^2.2.0",

workspaces/libnpmexec/CHANGELOG.md

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

3+
## [5.0.3](https://github.com/npm/cli/compare/libnpmexec-v5.0.2...libnpmexec-v5.0.3) (2022-11-09)
4+
5+
### Bug Fixes
6+
7+
* [`ed8cf08`](https://github.com/npm/cli/commit/ed8cf08c99e42b95c1c4b9e92784d6b2ba8b4a11) [#5832](https://github.com/npm/cli/pull/5832) npx: look for bins in local package.json (@wraithgar)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2): `@npmcli/[email protected]`
12+
313
## [5.0.2](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2) (2022-11-02)
414

515
### Bug Fixes

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"files": [
55
"bin/",
66
"lib/"
@@ -58,7 +58,7 @@
5858
"tap": "^16.0.1"
5959
},
6060
"dependencies": {
61-
"@npmcli/arborist": "^6.1.1",
61+
"@npmcli/arborist": "^6.1.2",
6262
"@npmcli/ci-detect": "^3.0.1",
6363
"@npmcli/run-script": "^6.0.0",
6464
"chalk": "^4.1.0",

0 commit comments

Comments
 (0)