Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcc7df7

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.6.6
1 parent 0783cff commit fcc7df7

File tree

14 files changed

+77
-37
lines changed

14 files changed

+77
-37
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "9.6.5",
3-
"workspaces/arborist": "6.2.8",
2+
".": "9.6.6",
3+
"workspaces/arborist": "6.2.9",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.16",
6-
"workspaces/libnpmexec": "5.0.16",
7-
"workspaces/libnpmfund": "4.0.16",
5+
"workspaces/libnpmdiff": "5.0.17",
6+
"workspaces/libnpmexec": "5.0.17",
7+
"workspaces/libnpmfund": "4.0.17",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.3",
10-
"workspaces/libnpmpack": "5.0.16",
10+
"workspaces/libnpmpack": "5.0.17",
1111
"workspaces/libnpmpublish": "7.1.3",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",

CHANGELOG.md

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

3+
## [9.6.6](https://github.com/npm/cli/compare/v9.6.5...v9.6.6) (2023-04-25)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.9): `@npmcli/[email protected]`
8+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.17): `[email protected]`
9+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.17): `[email protected]`
10+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.17): `[email protected]`
11+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.17): `[email protected]`
12+
313
## [9.6.5](https://github.com/npm/cli/compare/v9.6.4...v9.6.5) (2023-04-19)
414

515
### Bug Fixes

package-lock.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.6.5",
3+
"version": "9.6.6",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.6.5",
9+
"version": "9.6.6",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -84,7 +84,7 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^6.2.8",
87+
"@npmcli/arborist": "^6.2.9",
8888
"@npmcli/config": "^6.1.6",
8989
"@npmcli/map-workspaces": "^3.0.3",
9090
"@npmcli/package-json": "^3.0.0",
@@ -107,12 +107,12 @@
107107
"is-cidr": "^4.0.2",
108108
"json-parse-even-better-errors": "^3.0.0",
109109
"libnpmaccess": "^7.0.2",
110-
"libnpmdiff": "^5.0.16",
111-
"libnpmexec": "^5.0.16",
112-
"libnpmfund": "^4.0.16",
110+
"libnpmdiff": "^5.0.17",
111+
"libnpmexec": "^5.0.17",
112+
"libnpmfund": "^4.0.17",
113113
"libnpmhook": "^9.0.3",
114114
"libnpmorg": "^5.0.3",
115-
"libnpmpack": "^5.0.16",
115+
"libnpmpack": "^5.0.17",
116116
"libnpmpublish": "^7.1.3",
117117
"libnpmsearch": "^6.0.2",
118118
"libnpmteam": "^5.0.3",
@@ -15062,7 +15062,7 @@
1506215062
},
1506315063
"workspaces/arborist": {
1506415064
"name": "@npmcli/arborist",
15065-
"version": "6.2.8",
15065+
"version": "6.2.9",
1506615066
"license": "ISC",
1506715067
"dependencies": {
1506815068
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15158,10 +15158,10 @@
1515815158
}
1515915159
},
1516015160
"workspaces/libnpmdiff": {
15161-
"version": "5.0.16",
15161+
"version": "5.0.17",
1516215162
"license": "ISC",
1516315163
"dependencies": {
15164-
"@npmcli/arborist": "^6.2.8",
15164+
"@npmcli/arborist": "^6.2.9",
1516515165
"@npmcli/disparity-colors": "^3.0.0",
1516615166
"@npmcli/installed-package-contents": "^2.0.2",
1516715167
"binary-extensions": "^2.2.0",
@@ -15181,10 +15181,10 @@
1518115181
}
1518215182
},
1518315183
"workspaces/libnpmexec": {
15184-
"version": "5.0.16",
15184+
"version": "5.0.17",
1518515185
"license": "ISC",
1518615186
"dependencies": {
15187-
"@npmcli/arborist": "^6.2.8",
15187+
"@npmcli/arborist": "^6.2.9",
1518815188
"@npmcli/run-script": "^6.0.0",
1518915189
"chalk": "^4.1.0",
1519015190
"ci-info": "^3.7.1",
@@ -15212,10 +15212,10 @@
1521215212
}
1521315213
},
1521415214
"workspaces/libnpmfund": {
15215-
"version": "4.0.16",
15215+
"version": "4.0.17",
1521615216
"license": "ISC",
1521715217
"dependencies": {
15218-
"@npmcli/arborist": "^6.2.8"
15218+
"@npmcli/arborist": "^6.2.9"
1521915219
},
1522015220
"devDependencies": {
1522115221
"@npmcli/eslint-config": "^4.0.0",
@@ -15262,10 +15262,10 @@
1526215262
}
1526315263
},
1526415264
"workspaces/libnpmpack": {
15265-
"version": "5.0.16",
15265+
"version": "5.0.17",
1526615266
"license": "ISC",
1526715267
"dependencies": {
15268-
"@npmcli/arborist": "^6.2.8",
15268+
"@npmcli/arborist": "^6.2.9",
1526915269
"@npmcli/run-script": "^6.0.0",
1527015270
"npm-package-arg": "^10.1.0",
1527115271
"pacote": "^15.0.8"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.6.5",
2+
"version": "9.6.6",
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.2.8",
56+
"@npmcli/arborist": "^6.2.9",
5757
"@npmcli/config": "^6.1.6",
5858
"@npmcli/map-workspaces": "^3.0.3",
5959
"@npmcli/package-json": "^3.0.0",
@@ -76,12 +76,12 @@
7676
"is-cidr": "^4.0.2",
7777
"json-parse-even-better-errors": "^3.0.0",
7878
"libnpmaccess": "^7.0.2",
79-
"libnpmdiff": "^5.0.16",
80-
"libnpmexec": "^5.0.16",
81-
"libnpmfund": "^4.0.16",
79+
"libnpmdiff": "^5.0.17",
80+
"libnpmexec": "^5.0.17",
81+
"libnpmfund": "^4.0.17",
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.3",
84-
"libnpmpack": "^5.0.16",
84+
"libnpmpack": "^5.0.17",
8585
"libnpmpublish": "^7.1.3",
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.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+
## [6.2.9](https://github.com/npm/cli/compare/arborist-v6.2.8...arborist-v6.2.9) (2023-04-25)
4+
5+
### Bug Fixes
6+
7+
* [`a558bbd`](https://github.com/npm/cli/commit/a558bbd3760e8da272d7afdd11e7b0f1238f92dc) [#6393](https://github.com/npm/cli/pull/6393) code cleanup (#6393) (@wraithgar)
8+
39
## [6.2.8](https://github.com/npm/cli/compare/arborist-v6.2.7...arborist-v6.2.8) (2023-04-19)
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.2.8",
3+
"version": "6.2.9",
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.17](https://github.com/npm/cli/compare/libnpmdiff-v5.0.16...libnpmdiff-v5.0.17) (2023-04-25)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.9): `@npmcli/[email protected]`
8+
39
## [5.0.16](https://github.com/npm/cli/compare/libnpmdiff-v5.0.15...libnpmdiff-v5.0.16) (2023-04-19)
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.16",
3+
"version": "5.0.17",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.4"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.2.8",
49+
"@npmcli/arborist": "^6.2.9",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.2",
5252
"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.17](https://github.com/npm/cli/compare/libnpmexec-v5.0.16...libnpmexec-v5.0.17) (2023-04-25)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.9): `@npmcli/[email protected]`
8+
39
## [5.0.16](https://github.com/npm/cli/compare/libnpmexec-v5.0.15...libnpmexec-v5.0.16) (2023-04-19)
410

511
### 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.16",
3+
"version": "5.0.17",
44
"files": [
55
"bin/",
66
"lib/"
@@ -60,7 +60,7 @@
6060
"tap": "^16.3.4"
6161
},
6262
"dependencies": {
63-
"@npmcli/arborist": "^6.2.8",
63+
"@npmcli/arborist": "^6.2.9",
6464
"@npmcli/run-script": "^6.0.0",
6565
"chalk": "^4.1.0",
6666
"ci-info": "^3.7.1",

0 commit comments

Comments
 (0)