Skip to content

Commit baf598d

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.1.3
1 parent ea948dc commit baf598d

File tree

17 files changed

+106
-44
lines changed

17 files changed

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

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,3 +864,6 @@ shalvah <[email protected]>
864864
Albert 理斯特 <[email protected]>
865865
Gennadiy Gashev <[email protected]>
866866
Andrew Dawes <[email protected]>
867+
868+
869+
HenryNguyen5 <[email protected]>

CHANGELOG.md

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

3+
## [9.1.3](https://github.com/npm/cli/compare/v9.1.2...v9.1.3) (2022-11-30)
4+
5+
### Bug Fixes
6+
7+
* [`ffbdea2`](https://github.com/npm/cli/commit/ffbdea286a08eeaf40ab83eea5bfe0602dc6bbcd) [#5894](https://github.com/npm/cli/pull/5894) npm pack filename on scoped packages (#5894) (@HenryNguyen5)
8+
* [`c26d708`](https://github.com/npm/cli/commit/c26d708428a96da530092759b5ff6d67c7282348) [#5884](https://github.com/npm/cli/pull/5884) validate username at get-identity (#5884) (@sosoba, @nlf)
9+
10+
### Documentation
11+
12+
* [`ea948dc`](https://github.com/npm/cli/commit/ea948dceac5cfeef437c97874ab26c3275e75766) [#5881](https://github.com/npm/cli/pull/5881) update description of npm exec (#5881) (@styfle, @wraithgar)
13+
* [`40f2c21`](https://github.com/npm/cli/commit/40f2c213d75a252665311b4f8775d297390aeb70) [#5865](https://github.com/npm/cli/pull/5865) ci-info url (#5865) (@wraithgar)
14+
* [`681a45b`](https://github.com/npm/cli/commit/681a45bb48acd57aa64cb3241ea4915f5a12e029) [#5875](https://github.com/npm/cli/pull/5875) run the comand for directory workspaces (#5875) (@1aron)
15+
* [`681a45b`](https://github.com/npm/cli/commit/681a45bb48acd57aa64cb3241ea4915f5a12e029) [#5875](https://github.com/npm/cli/pull/5875) add workspace directory example (#5875) (@1aron)
16+
17+
### Dependencies
18+
19+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4): `@npmcli/[email protected]`
20+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.4...libnpmdiff-v5.0.5): `[email protected]`
21+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.4...libnpmexec-v5.0.5): `[email protected]`
22+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.4...libnpmfund-v4.0.5): `[email protected]`
23+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.4...libnpmpack-v5.0.5): `[email protected]`
24+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.4...libnpmpublish-v7.0.5): `[email protected]`
25+
326
## [9.1.2](https://github.com/npm/cli/compare/v9.1.1...v9.1.2) (2022-11-16)
427

528
### 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.2",
3+
"version": "9.1.3",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.1.2",
9+
"version": "9.1.3",
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.3",
89+
"@npmcli/arborist": "^6.1.4",
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.4",
113-
"libnpmexec": "^5.0.4",
114-
"libnpmfund": "^4.0.4",
112+
"libnpmdiff": "^5.0.5",
113+
"libnpmexec": "^5.0.5",
114+
"libnpmfund": "^4.0.5",
115115
"libnpmhook": "^9.0.0",
116116
"libnpmorg": "^5.0.0",
117-
"libnpmpack": "^5.0.4",
118-
"libnpmpublish": "^7.0.4",
117+
"libnpmpack": "^5.0.5",
118+
"libnpmpublish": "^7.0.5",
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.3",
14986+
"version": "6.1.4",
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.4",
15080+
"version": "5.0.5",
1508115081
"license": "ISC",
1508215082
"dependencies": {
15083-
"@npmcli/arborist": "^6.1.3",
15083+
"@npmcli/arborist": "^6.1.4",
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.4",
15103+
"version": "5.0.5",
1510415104
"license": "ISC",
1510515105
"dependencies": {
15106-
"@npmcli/arborist": "^6.1.3",
15106+
"@npmcli/arborist": "^6.1.4",
1510715107
"@npmcli/run-script": "^6.0.0",
1510815108
"chalk": "^4.1.0",
1510915109
"ci-info": "^3.6.1",
@@ -15132,10 +15132,10 @@
1513215132
}
1513315133
},
1513415134
"workspaces/libnpmfund": {
15135-
"version": "4.0.4",
15135+
"version": "4.0.5",
1513615136
"license": "ISC",
1513715137
"dependencies": {
15138-
"@npmcli/arborist": "^6.1.3"
15138+
"@npmcli/arborist": "^6.1.4"
1513915139
},
1514015140
"devDependencies": {
1514115141
"@npmcli/eslint-config": "^4.0.0",
@@ -15182,10 +15182,10 @@
1518215182
}
1518315183
},
1518415184
"workspaces/libnpmpack": {
15185-
"version": "5.0.4",
15185+
"version": "5.0.5",
1518615186
"license": "ISC",
1518715187
"dependencies": {
15188-
"@npmcli/arborist": "^6.1.3",
15188+
"@npmcli/arborist": "^6.1.4",
1518915189
"@npmcli/run-script": "^6.0.0",
1519015190
"npm-package-arg": "^10.0.0",
1519115191
"pacote": "^15.0.2"
@@ -15202,7 +15202,7 @@
1520215202
}
1520315203
},
1520415204
"workspaces/libnpmpublish": {
15205-
"version": "7.0.4",
15205+
"version": "7.0.5",
1520615206
"license": "ISC",
1520715207
"dependencies": {
1520815208
"normalize-package-data": "^5.0.0",
@@ -15214,7 +15214,7 @@
1521415214
"devDependencies": {
1521515215
"@npmcli/eslint-config": "^4.0.0",
1521615216
"@npmcli/template-oss": "4.10.0",
15217-
"libnpmpack": "^5.0.4",
15217+
"libnpmpack": "^5.0.5",
1521815218
"lodash.clonedeep": "^4.5.0",
1521915219
"nock": "^13.2.4",
1522015220
"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.2",
2+
"version": "9.1.3",
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.3",
56+
"@npmcli/arborist": "^6.1.4",
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.4",
80-
"libnpmexec": "^5.0.4",
81-
"libnpmfund": "^4.0.4",
79+
"libnpmdiff": "^5.0.5",
80+
"libnpmexec": "^5.0.5",
81+
"libnpmfund": "^4.0.5",
8282
"libnpmhook": "^9.0.0",
8383
"libnpmorg": "^5.0.0",
84-
"libnpmpack": "^5.0.4",
85-
"libnpmpublish": "^7.0.4",
84+
"libnpmpack": "^5.0.5",
85+
"libnpmpublish": "^7.0.5",
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.4](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4) (2022-11-30)
4+
5+
### Bug Fixes
6+
7+
* [`80c6c4a`](https://github.com/npm/cli/commit/80c6c4a5111ab1779256a779a2cba41eb2c8675f) [#5907](https://github.com/npm/cli/pull/5907) do not reset hidden lockfile data before saving (#5907) (@nlf)
8+
39
## [6.1.3](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3) (2022-11-16)
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.3",
3+
"version": "6.1.4",
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.5](https://github.com/npm/cli/compare/libnpmdiff-v5.0.4...libnpmdiff-v5.0.5) (2022-11-30)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4): `@npmcli/[email protected]`
8+
39
## [5.0.4](https://github.com/npm/cli/compare/libnpmdiff-v5.0.3...libnpmdiff-v5.0.4) (2022-11-16)
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.4",
3+
"version": "5.0.5",
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.3",
50+
"@npmcli/arborist": "^6.1.4",
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.5](https://github.com/npm/cli/compare/libnpmexec-v5.0.4...libnpmexec-v5.0.5) (2022-11-30)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4): `@npmcli/[email protected]`
8+
39
## [5.0.4](https://github.com/npm/cli/compare/libnpmexec-v5.0.3...libnpmexec-v5.0.4) (2022-11-16)
410

511
### Bug Fixes

0 commit comments

Comments
 (0)