Skip to content

Commit dc8e6bd

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.1.2
1 parent d9654cf commit dc8e6bd

File tree

16 files changed

+101
-44
lines changed

16 files changed

+101
-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.1",
3-
"workspaces/arborist": "6.1.2",
2+
".": "9.1.2",
3+
"workspaces/arborist": "6.1.3",
44
"workspaces/libnpmaccess": "7.0.0",
5-
"workspaces/libnpmdiff": "5.0.3",
6-
"workspaces/libnpmexec": "5.0.3",
7-
"workspaces/libnpmfund": "4.0.3",
5+
"workspaces/libnpmdiff": "5.0.4",
6+
"workspaces/libnpmexec": "5.0.4",
7+
"workspaces/libnpmfund": "4.0.4",
88
"workspaces/libnpmhook": "9.0.0",
99
"workspaces/libnpmorg": "5.0.0",
10-
"workspaces/libnpmpack": "5.0.3",
11-
"workspaces/libnpmpublish": "7.0.3",
10+
"workspaces/libnpmpack": "5.0.4",
11+
"workspaces/libnpmpublish": "7.0.4",
1212
"workspaces/libnpmsearch": "6.0.0",
1313
"workspaces/libnpmteam": "5.0.0",
1414
"workspaces/libnpmversion": "4.0.1",

CHANGELOG.md

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

3+
## [9.1.2](https://github.com/npm/cli/compare/v9.1.1...v9.1.2) (2022-11-16)
4+
5+
### Bug Fixes
6+
7+
* [`d9654cf`](https://github.com/npm/cli/commit/d9654cffd7024ec2d068147868978fc994d696e4) [#5861](https://github.com/npm/cli/pull/5861) remove unwanted package.json entries (#5861) (@wraithgar)
8+
9+
### Dependencies
10+
11+
* [`a351685`](https://github.com/npm/cli/commit/a351685c4951b1d9e2ba86bc99e3706688813438) [#5858](https://github.com/npm/cli/pull/5858) move from @npmcli/ci-detect to ci-info (#5858)
12+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3): `@npmcli/[email protected]`
13+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.3...libnpmdiff-v5.0.4): `[email protected]`
14+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.3...libnpmexec-v5.0.4): `[email protected]`
15+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.3...libnpmfund-v4.0.4): `[email protected]`
16+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.3...libnpmpack-v5.0.4): `[email protected]`
17+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.3...libnpmpublish-v7.0.4): `[email protected]`
18+
319
## [9.1.1](https://github.com/npm/cli/compare/v9.1.0...v9.1.1) (2022-11-09)
420

521
### Documentation

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.1",
3+
"version": "9.1.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.1.1",
9+
"version": "9.1.2",
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.2",
89+
"@npmcli/arborist": "^6.1.3",
9090
"@npmcli/config": "^6.1.0",
9191
"@npmcli/map-workspaces": "^3.0.0",
9292
"@npmcli/package-json": "^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.3",
113-
"libnpmexec": "^5.0.3",
114-
"libnpmfund": "^4.0.3",
112+
"libnpmdiff": "^5.0.4",
113+
"libnpmexec": "^5.0.4",
114+
"libnpmfund": "^4.0.4",
115115
"libnpmhook": "^9.0.0",
116116
"libnpmorg": "^5.0.0",
117-
"libnpmpack": "^5.0.3",
118-
"libnpmpublish": "^7.0.3",
117+
"libnpmpack": "^5.0.4",
118+
"libnpmpublish": "^7.0.4",
119119
"libnpmsearch": "^6.0.0",
120120
"libnpmteam": "^5.0.0",
121121
"libnpmversion": "^4.0.1",
@@ -14983,7 +14983,7 @@
1498314983
},
1498414984
"workspaces/arborist": {
1498514985
"name": "@npmcli/arborist",
14986-
"version": "6.1.2",
14986+
"version": "6.1.3",
1498714987
"license": "ISC",
1498814988
"dependencies": {
1498914989
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15077,10 +15077,10 @@
1507715077
}
1507815078
},
1507915079
"workspaces/libnpmdiff": {
15080-
"version": "5.0.3",
15080+
"version": "5.0.4",
1508115081
"license": "ISC",
1508215082
"dependencies": {
15083-
"@npmcli/arborist": "^6.1.2",
15083+
"@npmcli/arborist": "^6.1.3",
1508415084
"@npmcli/disparity-colors": "^3.0.0",
1508515085
"@npmcli/installed-package-contents": "^2.0.0",
1508615086
"binary-extensions": "^2.2.0",
@@ -15100,10 +15100,10 @@
1510015100
}
1510115101
},
1510215102
"workspaces/libnpmexec": {
15103-
"version": "5.0.3",
15103+
"version": "5.0.4",
1510415104
"license": "ISC",
1510515105
"dependencies": {
15106-
"@npmcli/arborist": "^6.1.2",
15106+
"@npmcli/arborist": "^6.1.3",
1510715107
"@npmcli/run-script": "^6.0.0",
1510815108
"chalk": "^4.1.0",
1510915109
"ci-info": "^3.6.1",
@@ -15129,10 +15129,10 @@
1512915129
}
1513015130
},
1513115131
"workspaces/libnpmfund": {
15132-
"version": "4.0.3",
15132+
"version": "4.0.4",
1513315133
"license": "ISC",
1513415134
"dependencies": {
15135-
"@npmcli/arborist": "^6.1.2"
15135+
"@npmcli/arborist": "^6.1.3"
1513615136
},
1513715137
"devDependencies": {
1513815138
"@npmcli/eslint-config": "^4.0.0",
@@ -15179,10 +15179,10 @@
1517915179
}
1518015180
},
1518115181
"workspaces/libnpmpack": {
15182-
"version": "5.0.3",
15182+
"version": "5.0.4",
1518315183
"license": "ISC",
1518415184
"dependencies": {
15185-
"@npmcli/arborist": "^6.1.2",
15185+
"@npmcli/arborist": "^6.1.3",
1518615186
"@npmcli/run-script": "^6.0.0",
1518715187
"npm-package-arg": "^10.0.0",
1518815188
"pacote": "^15.0.2"
@@ -15199,7 +15199,7 @@
1519915199
}
1520015200
},
1520115201
"workspaces/libnpmpublish": {
15202-
"version": "7.0.3",
15202+
"version": "7.0.4",
1520315203
"license": "ISC",
1520415204
"dependencies": {
1520515205
"normalize-package-data": "^5.0.0",
@@ -15211,7 +15211,7 @@
1521115211
"devDependencies": {
1521215212
"@npmcli/eslint-config": "^4.0.0",
1521315213
"@npmcli/template-oss": "4.10.0",
15214-
"libnpmpack": "^5.0.3",
15214+
"libnpmpack": "^5.0.4",
1521515215
"lodash.clonedeep": "^4.5.0",
1521615216
"nock": "^13.2.4",
1521715217
"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.1",
2+
"version": "9.1.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@isaacs/string-locale-compare": "^1.1.0",
56-
"@npmcli/arborist": "^6.1.2",
56+
"@npmcli/arborist": "^6.1.3",
5757
"@npmcli/config": "^6.1.0",
5858
"@npmcli/map-workspaces": "^3.0.0",
5959
"@npmcli/package-json": "^3.0.0",
@@ -76,13 +76,13 @@
7676
"is-cidr": "^4.0.2",
7777
"json-parse-even-better-errors": "^3.0.0",
7878
"libnpmaccess": "^7.0.0",
79-
"libnpmdiff": "^5.0.3",
80-
"libnpmexec": "^5.0.3",
81-
"libnpmfund": "^4.0.3",
79+
"libnpmdiff": "^5.0.4",
80+
"libnpmexec": "^5.0.4",
81+
"libnpmfund": "^4.0.4",
8282
"libnpmhook": "^9.0.0",
8383
"libnpmorg": "^5.0.0",
84-
"libnpmpack": "^5.0.3",
85-
"libnpmpublish": "^7.0.3",
84+
"libnpmpack": "^5.0.4",
85+
"libnpmpublish": "^7.0.4",
8686
"libnpmsearch": "^6.0.0",
8787
"libnpmteam": "^5.0.0",
8888
"libnpmversion": "^4.0.1",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.1.3](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3) (2022-11-16)
4+
5+
### Bug Fixes
6+
7+
* [`3f13818`](https://github.com/npm/cli/commit/3f1381898ad6c8a477d32765d7304dd55a2c8c9d) [#5859](https://github.com/npm/cli/pull/5859) refactor / inline single use code (#5859) (@wraithgar)
8+
39
## [6.1.2](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2) (2022-11-09)
410

511
### Dependencies

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.2",
3+
"version": "6.1.3",
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.4](https://github.com/npm/cli/compare/libnpmdiff-v5.0.3...libnpmdiff-v5.0.4) (2022-11-16)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3): `@npmcli/[email protected]`
8+
39
## [5.0.3](https://github.com/npm/cli/compare/libnpmdiff-v5.0.2...libnpmdiff-v5.0.3) (2022-11-09)
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.3",
3+
"version": "5.0.4",
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.2",
50+
"@npmcli/arborist": "^6.1.3",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.0.4](https://github.com/npm/cli/compare/libnpmexec-v5.0.3...libnpmexec-v5.0.4) (2022-11-16)
4+
5+
### Bug Fixes
6+
7+
* [`cc0ad27`](https://github.com/npm/cli/commit/cc0ad2798a3e9d2a25e9b3ac947c0324fa8b40c1) [#5842](https://github.com/npm/cli/pull/5842) npx: properly look for local bins when there are more than one (#5842) (@wraithgar)
8+
9+
### Dependencies
10+
11+
* [`a351685`](https://github.com/npm/cli/commit/a351685c4951b1d9e2ba86bc99e3706688813438) [#5858](https://github.com/npm/cli/pull/5858) move from @npmcli/ci-detect to ci-info (#5858)
12+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3): `@npmcli/[email protected]`
13+
314
## [5.0.3](https://github.com/npm/cli/compare/libnpmexec-v5.0.2...libnpmexec-v5.0.3) (2022-11-09)
415

516
### 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.3",
3+
"version": "5.0.4",
44
"files": [
55
"bin/",
66
"lib/"
@@ -58,7 +58,7 @@
5858
"tap": "^16.0.1"
5959
},
6060
"dependencies": {
61-
"@npmcli/arborist": "^6.1.2",
61+
"@npmcli/arborist": "^6.1.3",
6262
"@npmcli/run-script": "^6.0.0",
6363
"chalk": "^4.1.0",
6464
"ci-info": "^3.6.1",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [4.0.4](https://github.com/npm/cli/compare/libnpmfund-v4.0.3...libnpmfund-v4.0.4) (2022-11-16)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3): `@npmcli/[email protected]`
8+
39
## [4.0.3](https://github.com/npm/cli/compare/libnpmfund-v4.0.2...libnpmfund-v4.0.3) (2022-11-09)
410

511
### Dependencies

workspaces/libnpmfund/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.0.1"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.1.2"
49+
"@npmcli/arborist": "^6.1.3"
5050
},
5151
"engines": {
5252
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

workspaces/libnpmpack/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.4](https://github.com/npm/cli/compare/libnpmpack-v5.0.3...libnpmpack-v5.0.4) (2022-11-16)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3): `@npmcli/[email protected]`
8+
39
## [5.0.3](https://github.com/npm/cli/compare/libnpmpack-v5.0.2...libnpmpack-v5.0.3) (2022-11-09)
410

511
### Dependencies

workspaces/libnpmpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"bugs": "https://github.com/npm/libnpmpack/issues",
3737
"homepage": "https://npmjs.com/package/libnpmpack",
3838
"dependencies": {
39-
"@npmcli/arborist": "^6.1.2",
39+
"@npmcli/arborist": "^6.1.3",
4040
"@npmcli/run-script": "^6.0.0",
4141
"npm-package-arg": "^10.0.0",
4242
"pacote": "^15.0.2"

workspaces/libnpmpublish/CHANGELOG.md

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

3+
## [7.0.4](https://github.com/npm/cli/compare/libnpmpublish-v7.0.3...libnpmpublish-v7.0.4) (2022-11-16)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.3...libnpmpack-v5.0.4): `[email protected]`
8+
39
## [7.0.3](https://github.com/npm/cli/compare/libnpmpublish-v7.0.2...libnpmpublish-v7.0.3) (2022-11-09)
410

511
### Dependencies

workspaces/libnpmpublish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@npmcli/eslint-config": "^4.0.0",
2828
"@npmcli/template-oss": "4.10.0",
29-
"libnpmpack": "^5.0.3",
29+
"libnpmpack": "^5.0.4",
3030
"lodash.clonedeep": "^4.5.0",
3131
"nock": "^13.2.4",
3232
"tap": "^16.0.1"

0 commit comments

Comments
 (0)