Skip to content

Commit e87d75d

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 8.19.3
1 parent 50a7d32 commit e87d75d

11 files changed

+58
-23
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "8.19.2",
3-
"workspaces/arborist": "5.6.2",
2+
".": "8.19.3",
3+
"workspaces/arborist": "5.6.3",
44
"workspaces/libnpmaccess": "6.0.4",
55
"workspaces/libnpmdiff": "4.0.5",
6-
"workspaces/libnpmexec": "4.0.13",
7-
"workspaces/libnpmfund": "3.0.4",
6+
"workspaces/libnpmexec": "4.0.14",
7+
"workspaces/libnpmfund": "3.0.5",
88
"workspaces/libnpmhook": "8.0.4",
99
"workspaces/libnpmorg": "4.0.4",
1010
"workspaces/libnpmpack": "4.1.3",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,3 +852,4 @@ KevinBrother <1301239018@qq.com>
852852
Kyle West <kyle-west@users.noreply.github.com>
853853
Nathan Hughes <nathan@endor.ai>
854854
Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com>
855+
Dominik Gorczyca <73836513+dominikgorczyca@users.noreply.github.com>

CHANGELOG.md

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

3+
## [8.19.3](https://github.com/npm/cli/compare/v8.19.2...v8.19.3) (2022-11-03)
4+
5+
### Bug Fixes
6+
7+
* [`26f3d0b`](https://github.com/npm/cli/commit/26f3d0b04fec438400d337c2d4ace218225b7ecb) [#5761](https://github.com/npm/cli/pull/5761) use hosted-git-info to parse registry urls (#5761) (@lukekarrys)
8+
9+
### Documentation
10+
11+
* [`bd92aa0`](https://github.com/npm/cli/commit/bd92aa03920aa04b20dc7087871a853c50c613e4) [#5753](https://github.com/npm/cli/pull/5753) name and version description change (#5753) (@dominikgorczyca)
12+
13+
### Dependencies
14+
15+
* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3): `@npmcli/arborist@5.6.3`
16+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v4.0.13...libnpmexec-v4.0.14): `libnpmexec@4.0.14`
17+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v3.0.4...libnpmfund-v3.0.5): `libnpmfund@3.0.5`
18+
319
## [8.19.2](https://github.com/npm/cli/compare/v8.19.1...v8.19.2) (2022-09-13)
420

521
### Dependencies

package-lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "8.19.2",
3+
"version": "8.19.3",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "8.19.2",
9+
"version": "8.19.3",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -90,7 +90,7 @@
9090
],
9191
"dependencies": {
9292
"@isaacs/string-locale-compare": "^1.1.0",
93-
"@npmcli/arborist": "^5.6.2",
93+
"@npmcli/arborist": "^5.6.3",
9494
"@npmcli/ci-detect": "^2.0.0",
9595
"@npmcli/config": "^4.2.1",
9696
"@npmcli/fs": "^2.1.0",
@@ -116,8 +116,8 @@
116116
"json-parse-even-better-errors": "^2.3.1",
117117
"libnpmaccess": "^6.0.4",
118118
"libnpmdiff": "^4.0.5",
119-
"libnpmexec": "^4.0.13",
120-
"libnpmfund": "^3.0.4",
119+
"libnpmexec": "^4.0.14",
120+
"libnpmfund": "^3.0.5",
121121
"libnpmhook": "^8.0.4",
122122
"libnpmorg": "^4.0.4",
123123
"libnpmpack": "^4.1.3",
@@ -13646,7 +13646,7 @@
1364613646
},
1364713647
"workspaces/arborist": {
1364813648
"name": "@npmcli/arborist",
13649-
"version": "5.6.2",
13649+
"version": "5.6.3",
1365013650
"license": "ISC",
1365113651
"dependencies": {
1365213652
"@isaacs/string-locale-compare": "^1.1.0",
@@ -13746,10 +13746,10 @@
1374613746
}
1374713747
},
1374813748
"workspaces/libnpmexec": {
13749-
"version": "4.0.13",
13749+
"version": "4.0.14",
1375013750
"license": "ISC",
1375113751
"dependencies": {
13752-
"@npmcli/arborist": "^5.6.2",
13752+
"@npmcli/arborist": "^5.6.3",
1375313753
"@npmcli/ci-detect": "^2.0.0",
1375413754
"@npmcli/fs": "^2.1.1",
1375513755
"@npmcli/run-script": "^4.2.0",
@@ -13777,10 +13777,10 @@
1377713777
}
1377813778
},
1377913779
"workspaces/libnpmfund": {
13780-
"version": "3.0.4",
13780+
"version": "3.0.5",
1378113781
"license": "ISC",
1378213782
"dependencies": {
13783-
"@npmcli/arborist": "^5.6.2"
13783+
"@npmcli/arborist": "^5.6.3"
1378413784
},
1378513785
"devDependencies": {
1378613786
"@npmcli/eslint-config": "^3.1.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.19.2",
2+
"version": "8.19.3",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@isaacs/string-locale-compare": "^1.1.0",
59-
"@npmcli/arborist": "^5.6.2",
59+
"@npmcli/arborist": "^5.6.3",
6060
"@npmcli/ci-detect": "^2.0.0",
6161
"@npmcli/config": "^4.2.1",
6262
"@npmcli/fs": "^2.1.0",
@@ -82,8 +82,8 @@
8282
"json-parse-even-better-errors": "^2.3.1",
8383
"libnpmaccess": "^6.0.4",
8484
"libnpmdiff": "^4.0.5",
85-
"libnpmexec": "^4.0.13",
86-
"libnpmfund": "^3.0.4",
85+
"libnpmexec": "^4.0.14",
86+
"libnpmfund": "^3.0.5",
8787
"libnpmhook": "^8.0.4",
8888
"libnpmorg": "^4.0.4",
8989
"libnpmpack": "^4.1.3",

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+
## [5.6.3](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3) (2022-11-03)
4+
5+
### Bug Fixes
6+
7+
* [`26f3d0b`](https://github.com/npm/cli/commit/26f3d0b04fec438400d337c2d4ace218225b7ecb) [#5761](https://github.com/npm/cli/pull/5761) use hosted-git-info to parse registry urls (#5761) (@lukekarrys)
8+
39
## [5.6.2](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v5.6.2) (2022-09-13)
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": "5.6.2",
3+
"version": "5.6.3",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.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+
## [4.0.14](https://github.com/npm/cli/compare/libnpmexec-v4.0.13...libnpmexec-v4.0.14) (2022-11-03)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3): `@npmcli/arborist@5.6.3`
8+
39
## [4.0.13](https://github.com/npm/cli/compare/libnpmexec-v4.0.12...libnpmexec-v4.0.13) (2022-09-13)
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": "4.0.13",
3+
"version": "4.0.14",
44
"files": [
55
"bin/",
66
"lib/"
@@ -58,7 +58,7 @@
5858
"tap": "^16.0.1"
5959
},
6060
"dependencies": {
61-
"@npmcli/arborist": "^5.6.2",
61+
"@npmcli/arborist": "^5.6.3",
6262
"@npmcli/ci-detect": "^2.0.0",
6363
"@npmcli/fs": "^2.1.1",
6464
"@npmcli/run-script": "^4.2.0",

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+
## [3.0.5](https://github.com/npm/cli/compare/libnpmfund-v3.0.4...libnpmfund-v3.0.5) (2022-11-03)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3): `@npmcli/arborist@5.6.3`
8+
39
## [3.0.4](https://github.com/npm/cli/compare/libnpmfund-v3.0.3...libnpmfund-v3.0.4) (2022-09-13)
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": "3.0.4",
3+
"version": "3.0.5",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.0.1"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^5.6.2"
49+
"@npmcli/arborist": "^5.6.3"
5050
},
5151
"engines": {
5252
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"

0 commit comments

Comments
 (0)