Skip to content

Commit 8914400

Browse files
chore: release 9.6.6
1 parent 0783cff commit 8914400

File tree

14 files changed

+62
-22
lines changed

14 files changed

+62
-22
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "9.6.5",
3+
"version": "9.6.6",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

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)