Skip to content

Commit b1c3256

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.8.0
1 parent 67459e7 commit b1c3256

File tree

17 files changed

+105
-42
lines changed

17 files changed

+105
-42
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.7.2",
3-
"workspaces/arborist": "6.2.10",
2+
".": "9.8.0",
3+
"workspaces/arborist": "6.3.0",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.18",
6-
"workspaces/libnpmexec": "6.0.1",
7-
"workspaces/libnpmfund": "4.0.18",
5+
"workspaces/libnpmdiff": "5.0.19",
6+
"workspaces/libnpmexec": "6.0.2",
7+
"workspaces/libnpmfund": "4.0.19",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",
10-
"workspaces/libnpmpack": "5.0.18",
11-
"workspaces/libnpmpublish": "7.4.0",
10+
"workspaces/libnpmpack": "5.0.19",
11+
"workspaces/libnpmpublish": "7.5.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,3 +887,4 @@ Michaël Bitard <[email protected]>
887887
888888
Rayyan Ul Haq <[email protected]>
889889
DaviDevMod <[email protected]>
890+
Mike Ribbons <[email protected]>

CHANGELOG.md

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

3+
## [9.8.0](https://github.com/npm/cli/compare/v9.7.2...v9.8.0) (2023-07-05)
4+
5+
### Features
6+
7+
* [`67459e7`](https://github.com/npm/cli/commit/67459e7b56a5e8d2b4f8eb3a0487183013c63b99) [#6626](https://github.com/npm/cli/pull/6626) add `pkg fix` subcommand (@wraithgar)
8+
* [`89b2741`](https://github.com/npm/cli/commit/89b27413952ca454f715fee314d37e26f371444d) [#6548](https://github.com/npm/cli/pull/6548) add ps1 scripts (#6548) (@mribbons, @lukekarrys)
9+
10+
### Dependencies
11+
12+
* [`b252164`](https://github.com/npm/cli/commit/b252164dd5c866bf2d25c96836ad829d4d6909ee) [#6626](https://github.com/npm/cli/pull/6626) `@npmcli/[email protected]`
13+
* [`9238682`](https://github.com/npm/cli/commit/92386822ddf0a849fd2c269b1f5ee9ee47082da0) [#6623](https://github.com/npm/cli/pull/6623) `[email protected]` (#6623)
14+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.0): `@npmcli/[email protected]`
15+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.19): `[email protected]`
16+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v6.0.2): `[email protected]`
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.19): `[email protected]`
18+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.19): `[email protected]`
19+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.5.0): `[email protected]`
20+
321
## [9.7.2](https://github.com/npm/cli/compare/v9.7.1...v9.7.2) (2023-06-21)
422

523
### Bug Fixes

package-lock.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.7.2",
3+
"version": "9.8.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.7.2",
9+
"version": "9.8.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,7 +85,7 @@
8585
],
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
88-
"@npmcli/arborist": "^6.2.10",
88+
"@npmcli/arborist": "^6.3.0",
8989
"@npmcli/config": "^6.2.1",
9090
"@npmcli/map-workspaces": "^3.0.4",
9191
"@npmcli/package-json": "^4.0.0",
@@ -108,13 +108,13 @@
108108
"is-cidr": "^4.0.2",
109109
"json-parse-even-better-errors": "^3.0.0",
110110
"libnpmaccess": "^7.0.2",
111-
"libnpmdiff": "^5.0.18",
112-
"libnpmexec": "^6.0.1",
113-
"libnpmfund": "^4.0.18",
111+
"libnpmdiff": "^5.0.19",
112+
"libnpmexec": "^6.0.2",
113+
"libnpmfund": "^4.0.19",
114114
"libnpmhook": "^9.0.3",
115115
"libnpmorg": "^5.0.4",
116-
"libnpmpack": "^5.0.18",
117-
"libnpmpublish": "^7.4.0",
116+
"libnpmpack": "^5.0.19",
117+
"libnpmpublish": "^7.5.0",
118118
"libnpmsearch": "^6.0.2",
119119
"libnpmteam": "^5.0.3",
120120
"libnpmversion": "^4.0.2",
@@ -15596,7 +15596,7 @@
1559615596
},
1559715597
"workspaces/arborist": {
1559815598
"name": "@npmcli/arborist",
15599-
"version": "6.2.10",
15599+
"version": "6.3.0",
1560015600
"license": "ISC",
1560115601
"dependencies": {
1560215602
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15693,10 +15693,10 @@
1569315693
}
1569415694
},
1569515695
"workspaces/libnpmdiff": {
15696-
"version": "5.0.18",
15696+
"version": "5.0.19",
1569715697
"license": "ISC",
1569815698
"dependencies": {
15699-
"@npmcli/arborist": "^6.2.10",
15699+
"@npmcli/arborist": "^6.3.0",
1570015700
"@npmcli/disparity-colors": "^3.0.0",
1570115701
"@npmcli/installed-package-contents": "^2.0.2",
1570215702
"binary-extensions": "^2.2.0",
@@ -15716,10 +15716,10 @@
1571615716
}
1571715717
},
1571815718
"workspaces/libnpmexec": {
15719-
"version": "6.0.1",
15719+
"version": "6.0.2",
1572015720
"license": "ISC",
1572115721
"dependencies": {
15722-
"@npmcli/arborist": "^6.2.10",
15722+
"@npmcli/arborist": "^6.3.0",
1572315723
"@npmcli/run-script": "^6.0.0",
1572415724
"ci-info": "^3.7.1",
1572515725
"npm-package-arg": "^10.1.0",
@@ -15746,10 +15746,10 @@
1574615746
}
1574715747
},
1574815748
"workspaces/libnpmfund": {
15749-
"version": "4.0.18",
15749+
"version": "4.0.19",
1575015750
"license": "ISC",
1575115751
"dependencies": {
15752-
"@npmcli/arborist": "^6.2.10"
15752+
"@npmcli/arborist": "^6.3.0"
1575315753
},
1575415754
"devDependencies": {
1575515755
"@npmcli/eslint-config": "^4.0.0",
@@ -15796,10 +15796,10 @@
1579615796
}
1579715797
},
1579815798
"workspaces/libnpmpack": {
15799-
"version": "5.0.18",
15799+
"version": "5.0.19",
1580015800
"license": "ISC",
1580115801
"dependencies": {
15802-
"@npmcli/arborist": "^6.2.10",
15802+
"@npmcli/arborist": "^6.3.0",
1580315803
"@npmcli/run-script": "^6.0.0",
1580415804
"npm-package-arg": "^10.1.0",
1580515805
"pacote": "^15.0.8"
@@ -15816,7 +15816,7 @@
1581615816
}
1581715817
},
1581815818
"workspaces/libnpmpublish": {
15819-
"version": "7.4.0",
15819+
"version": "7.5.0",
1582015820
"license": "ISC",
1582115821
"dependencies": {
1582215822
"ci-info": "^3.6.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.7.2",
2+
"version": "9.8.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^6.2.10",
55+
"@npmcli/arborist": "^6.3.0",
5656
"@npmcli/config": "^6.2.1",
5757
"@npmcli/map-workspaces": "^3.0.4",
5858
"@npmcli/package-json": "^4.0.0",
@@ -75,13 +75,13 @@
7575
"is-cidr": "^4.0.2",
7676
"json-parse-even-better-errors": "^3.0.0",
7777
"libnpmaccess": "^7.0.2",
78-
"libnpmdiff": "^5.0.18",
79-
"libnpmexec": "^6.0.1",
80-
"libnpmfund": "^4.0.18",
78+
"libnpmdiff": "^5.0.19",
79+
"libnpmexec": "^6.0.2",
80+
"libnpmfund": "^4.0.19",
8181
"libnpmhook": "^9.0.3",
8282
"libnpmorg": "^5.0.4",
83-
"libnpmpack": "^5.0.18",
84-
"libnpmpublish": "^7.4.0",
83+
"libnpmpack": "^5.0.19",
84+
"libnpmpublish": "^7.5.0",
8585
"libnpmsearch": "^6.0.2",
8686
"libnpmteam": "^5.0.3",
8787
"libnpmversion": "^4.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.3.0](https://github.com/npm/cli/compare/arborist-v6.2.10...arborist-v6.3.0) (2023-07-05)
4+
5+
### Features
6+
7+
* [`67459e7`](https://github.com/npm/cli/commit/67459e7b56a5e8d2b4f8eb3a0487183013c63b99) [#6626](https://github.com/npm/cli/pull/6626) add `pkg fix` subcommand (@wraithgar)
8+
9+
### Bug Fixes
10+
11+
* [`c61e037`](https://github.com/npm/cli/commit/c61e0376408240590bfc712fe9fdadd7dc9a48bc) [#6626](https://github.com/npm/cli/pull/6626) use new load/create syntax for package-json (@wraithgar)
12+
13+
### Dependencies
14+
15+
* [`b252164`](https://github.com/npm/cli/commit/b252164dd5c866bf2d25c96836ad829d4d6909ee) [#6626](https://github.com/npm/cli/pull/6626) `@npmcli/[email protected]`
16+
317
## [6.2.10](https://github.com/npm/cli/compare/arborist-v6.2.9...arborist-v6.2.10) (2023-06-21)
418

519
### 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.10",
3+
"version": "6.3.0",
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.19](https://github.com/npm/cli/compare/libnpmdiff-v5.0.18...libnpmdiff-v5.0.19) (2023-07-05)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.0): `@npmcli/[email protected]`
8+
39
## [5.0.18](https://github.com/npm/cli/compare/libnpmdiff-v5.0.17...libnpmdiff-v5.0.18) (2023-06-21)
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.18",
3+
"version": "5.0.19",
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.10",
49+
"@npmcli/arborist": "^6.3.0",
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+
## [6.0.2](https://github.com/npm/cli/compare/libnpmexec-v6.0.1...libnpmexec-v6.0.2) (2023-07-05)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.0): `@npmcli/[email protected]`
8+
39
## [6.0.1](https://github.com/npm/cli/compare/libnpmexec-v6.0.0...libnpmexec-v6.0.1) (2023-06-21)
410

511
### Dependencies

0 commit comments

Comments
 (0)