Skip to content

Commit a982156

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.1.4
1 parent 83fb125 commit a982156

File tree

16 files changed

+92
-44
lines changed

16 files changed

+92
-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.3",
3-
"workspaces/arborist": "6.1.4",
2+
".": "9.1.4",
3+
"workspaces/arborist": "6.1.5",
44
"workspaces/libnpmaccess": "7.0.0",
5-
"workspaces/libnpmdiff": "5.0.5",
6-
"workspaces/libnpmexec": "5.0.5",
7-
"workspaces/libnpmfund": "4.0.5",
5+
"workspaces/libnpmdiff": "5.0.6",
6+
"workspaces/libnpmexec": "5.0.6",
7+
"workspaces/libnpmfund": "4.0.6",
88
"workspaces/libnpmhook": "9.0.0",
99
"workspaces/libnpmorg": "5.0.0",
10-
"workspaces/libnpmpack": "5.0.5",
11-
"workspaces/libnpmpublish": "7.0.5",
10+
"workspaces/libnpmpack": "5.0.6",
11+
"workspaces/libnpmpublish": "7.0.6",
1212
"workspaces/libnpmsearch": "6.0.0",
1313
"workspaces/libnpmteam": "5.0.0",
1414
"workspaces/libnpmversion": "4.0.1",

CHANGELOG.md

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

3+
## [9.1.4](https://github.com/npm/cli/compare/v9.1.3...v9.1.4) (2022-12-07)
4+
5+
### Dependencies
6+
7+
* [`280b7a4`](https://github.com/npm/cli/commit/280b7a445e4a83d70980cf3c436745a1faa50c67) [#5927](https://github.com/npm/cli/pull/5927) `[email protected]`
8+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5): `@npmcli/[email protected]`
9+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.5...libnpmdiff-v5.0.6): `[email protected]`
10+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.5...libnpmexec-v5.0.6): `[email protected]`
11+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.5...libnpmfund-v4.0.6): `[email protected]`
12+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.5...libnpmpack-v5.0.6): `[email protected]`
13+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.5...libnpmpublish-v7.0.6): `[email protected]`
14+
315
## [9.1.3](https://github.com/npm/cli/compare/v9.1.2...v9.1.3) (2022-11-30)
416

517
### Bug Fixes

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.3",
3+
"version": "9.1.4",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.1.3",
9+
"version": "9.1.4",
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.4",
89+
"@npmcli/arborist": "^6.1.5",
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.5",
113-
"libnpmexec": "^5.0.5",
114-
"libnpmfund": "^4.0.5",
112+
"libnpmdiff": "^5.0.6",
113+
"libnpmexec": "^5.0.6",
114+
"libnpmfund": "^4.0.6",
115115
"libnpmhook": "^9.0.0",
116116
"libnpmorg": "^5.0.0",
117-
"libnpmpack": "^5.0.5",
118-
"libnpmpublish": "^7.0.5",
117+
"libnpmpack": "^5.0.6",
118+
"libnpmpublish": "^7.0.6",
119119
"libnpmsearch": "^6.0.0",
120120
"libnpmteam": "^5.0.0",
121121
"libnpmversion": "^4.0.1",
@@ -14984,7 +14984,7 @@
1498414984
},
1498514985
"workspaces/arborist": {
1498614986
"name": "@npmcli/arborist",
14987-
"version": "6.1.4",
14987+
"version": "6.1.5",
1498814988
"license": "ISC",
1498914989
"dependencies": {
1499014990
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15079,10 +15079,10 @@
1507915079
}
1508015080
},
1508115081
"workspaces/libnpmdiff": {
15082-
"version": "5.0.5",
15082+
"version": "5.0.6",
1508315083
"license": "ISC",
1508415084
"dependencies": {
15085-
"@npmcli/arborist": "^6.1.4",
15085+
"@npmcli/arborist": "^6.1.5",
1508615086
"@npmcli/disparity-colors": "^3.0.0",
1508715087
"@npmcli/installed-package-contents": "^2.0.0",
1508815088
"binary-extensions": "^2.2.0",
@@ -15102,10 +15102,10 @@
1510215102
}
1510315103
},
1510415104
"workspaces/libnpmexec": {
15105-
"version": "5.0.5",
15105+
"version": "5.0.6",
1510615106
"license": "ISC",
1510715107
"dependencies": {
15108-
"@npmcli/arborist": "^6.1.4",
15108+
"@npmcli/arborist": "^6.1.5",
1510915109
"@npmcli/run-script": "^6.0.0",
1511015110
"chalk": "^4.1.0",
1511115111
"ci-info": "^3.6.1",
@@ -15134,10 +15134,10 @@
1513415134
}
1513515135
},
1513615136
"workspaces/libnpmfund": {
15137-
"version": "4.0.5",
15137+
"version": "4.0.6",
1513815138
"license": "ISC",
1513915139
"dependencies": {
15140-
"@npmcli/arborist": "^6.1.4"
15140+
"@npmcli/arborist": "^6.1.5"
1514115141
},
1514215142
"devDependencies": {
1514315143
"@npmcli/eslint-config": "^4.0.0",
@@ -15184,10 +15184,10 @@
1518415184
}
1518515185
},
1518615186
"workspaces/libnpmpack": {
15187-
"version": "5.0.5",
15187+
"version": "5.0.6",
1518815188
"license": "ISC",
1518915189
"dependencies": {
15190-
"@npmcli/arborist": "^6.1.4",
15190+
"@npmcli/arborist": "^6.1.5",
1519115191
"@npmcli/run-script": "^6.0.0",
1519215192
"npm-package-arg": "^10.0.0",
1519315193
"pacote": "^15.0.2"
@@ -15204,7 +15204,7 @@
1520415204
}
1520515205
},
1520615206
"workspaces/libnpmpublish": {
15207-
"version": "7.0.5",
15207+
"version": "7.0.6",
1520815208
"license": "ISC",
1520915209
"dependencies": {
1521015210
"normalize-package-data": "^5.0.0",
@@ -15216,7 +15216,7 @@
1521615216
"devDependencies": {
1521715217
"@npmcli/eslint-config": "^4.0.0",
1521815218
"@npmcli/template-oss": "4.10.0",
15219-
"libnpmpack": "^5.0.5",
15219+
"libnpmpack": "^5.0.6",
1522015220
"lodash.clonedeep": "^4.5.0",
1522115221
"nock": "^13.2.4",
1522215222
"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.3",
2+
"version": "9.1.4",
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.4",
56+
"@npmcli/arborist": "^6.1.5",
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.5",
80-
"libnpmexec": "^5.0.5",
81-
"libnpmfund": "^4.0.5",
79+
"libnpmdiff": "^5.0.6",
80+
"libnpmexec": "^5.0.6",
81+
"libnpmfund": "^4.0.6",
8282
"libnpmhook": "^9.0.0",
8383
"libnpmorg": "^5.0.0",
84-
"libnpmpack": "^5.0.5",
85-
"libnpmpublish": "^7.0.5",
84+
"libnpmpack": "^5.0.6",
85+
"libnpmpublish": "^7.0.6",
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.5](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5) (2022-12-07)
4+
5+
### Bug Fixes
6+
7+
* [`83fb125`](https://github.com/npm/cli/commit/83fb125446a9fb217eedf53ca98c203d7d48527b) [#5923](https://github.com/npm/cli/pull/5923) audit package mismatch in special case (@fritzy)
8+
39
## [6.1.4](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4) (2022-11-30)
410

511
### 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.4",
3+
"version": "6.1.5",
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.6](https://github.com/npm/cli/compare/libnpmdiff-v5.0.5...libnpmdiff-v5.0.6) (2022-12-07)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5): `@npmcli/[email protected]`
8+
39
## [5.0.5](https://github.com/npm/cli/compare/libnpmdiff-v5.0.4...libnpmdiff-v5.0.5) (2022-11-30)
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.5",
3+
"version": "5.0.6",
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.4",
50+
"@npmcli/arborist": "^6.1.5",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.6](https://github.com/npm/cli/compare/libnpmexec-v5.0.5...libnpmexec-v5.0.6) (2022-12-07)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5): `@npmcli/[email protected]`
8+
39
## [5.0.5](https://github.com/npm/cli/compare/libnpmexec-v5.0.4...libnpmexec-v5.0.5) (2022-11-30)
410

511
### Dependencies

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.5",
3+
"version": "5.0.6",
44
"files": [
55
"bin/",
66
"lib/"
@@ -61,7 +61,7 @@
6161
"tap": "^16.0.1"
6262
},
6363
"dependencies": {
64-
"@npmcli/arborist": "^6.1.4",
64+
"@npmcli/arborist": "^6.1.5",
6565
"@npmcli/run-script": "^6.0.0",
6666
"chalk": "^4.1.0",
6767
"ci-info": "^3.6.1",

0 commit comments

Comments
 (0)