Skip to content

Commit 3f9aa45

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 10.0.0
1 parent b8a5764 commit 3f9aa45

30 files changed

+193
-77
lines changed

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.0.0-pre.1",
3-
"workspaces/arborist": "7.0.0-pre.0",
4-
"workspaces/libnpmaccess": "8.0.0-pre.0",
5-
"workspaces/libnpmdiff": "6.0.0-pre.0",
6-
"workspaces/libnpmexec": "7.0.0-pre.0",
7-
"workspaces/libnpmfund": "4.0.20",
8-
"workspaces/libnpmhook": "10.0.0-pre.0",
9-
"workspaces/libnpmorg": "6.0.0-pre.0",
10-
"workspaces/libnpmpack": "6.0.0-pre.0",
11-
"workspaces/libnpmpublish": "9.0.0-pre.0",
12-
"workspaces/libnpmsearch": "7.0.0-pre.0",
13-
"workspaces/libnpmteam": "6.0.0-pre.0",
14-
"workspaces/libnpmversion": "5.0.0-pre.0",
15-
"workspaces/config": "7.0.1"
2+
".": "10.0.0",
3+
"workspaces/arborist": "7.0.0",
4+
"workspaces/libnpmaccess": "8.0.0",
5+
"workspaces/libnpmdiff": "6.0.0",
6+
"workspaces/libnpmexec": "7.0.0",
7+
"workspaces/libnpmfund": "4.1.0",
8+
"workspaces/libnpmhook": "10.0.0",
9+
"workspaces/libnpmorg": "6.0.0",
10+
"workspaces/libnpmpack": "6.0.0",
11+
"workspaces/libnpmpublish": "9.0.0",
12+
"workspaces/libnpmsearch": "7.0.0",
13+
"workspaces/libnpmteam": "6.0.0",
14+
"workspaces/libnpmversion": "5.0.0",
15+
"workspaces/config": "7.1.0"
1616
}

CHANGELOG.md

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

3+
## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31)
4+
5+
### Features
6+
7+
* [`48a7b07`](https://github.com/npm/cli/commit/48a7b077d70cbe5bc808db6aae2c734aa202938a) remove prerelease flags (@lukekarrys)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.0.0): `@npmcli/[email protected]`
12+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v7.1.0): `@npmcli/[email protected]`
13+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.0): `[email protected]`
14+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.0): `[email protected]`
15+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.0): `[email protected]`
16+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.1.0): `[email protected]`
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.0): `[email protected]`
18+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.0): `[email protected]`
19+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.0): `[email protected]`
20+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.0): `[email protected]`
21+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.0): `[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.0): `[email protected]`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.0): `[email protected]`
24+
325
## [10.0.0-pre.1](https://github.com/npm/cli/compare/v10.0.0-pre.0...v10.0.0-pre.1) (2023-08-31)
426

527
### ⚠️ BREAKING CHANGES

package-lock.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.0.0-pre.1",
3+
"version": "10.0.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.0.0-pre.1",
9+
"version": "10.0.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -87,8 +87,8 @@
8787
],
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
90-
"@npmcli/arborist": "^7.0.0-pre.0",
91-
"@npmcli/config": "^7.0.1",
90+
"@npmcli/arborist": "^7.0.0",
91+
"@npmcli/config": "^7.1.0",
9292
"@npmcli/fs": "^3.1.0",
9393
"@npmcli/map-workspaces": "^3.0.4",
9494
"@npmcli/package-json": "^5.0.0",
@@ -112,17 +112,17 @@
112112
"init-package-json": "^6.0.0",
113113
"is-cidr": "^4.0.2",
114114
"json-parse-even-better-errors": "^3.0.0",
115-
"libnpmaccess": "^8.0.0-pre.0",
116-
"libnpmdiff": "^6.0.0-pre.0",
117-
"libnpmexec": "^7.0.0-pre.0",
118-
"libnpmfund": "^4.0.20",
119-
"libnpmhook": "^10.0.0-pre.0",
120-
"libnpmorg": "^6.0.0-pre.0",
121-
"libnpmpack": "^6.0.0-pre.0",
122-
"libnpmpublish": "^9.0.0-pre.0",
123-
"libnpmsearch": "^7.0.0-pre.0",
124-
"libnpmteam": "^6.0.0-pre.0",
125-
"libnpmversion": "^5.0.0-pre.0",
115+
"libnpmaccess": "^8.0.0",
116+
"libnpmdiff": "^6.0.0",
117+
"libnpmexec": "^7.0.0",
118+
"libnpmfund": "^4.1.0",
119+
"libnpmhook": "^10.0.0",
120+
"libnpmorg": "^6.0.0",
121+
"libnpmpack": "^6.0.0",
122+
"libnpmpublish": "^9.0.0",
123+
"libnpmsearch": "^7.0.0",
124+
"libnpmteam": "^6.0.0",
125+
"libnpmversion": "^5.0.0",
126126
"make-fetch-happen": "^13.0.0",
127127
"minimatch": "^9.0.3",
128128
"minipass": "^7.0.3",
@@ -17252,7 +17252,7 @@
1725217252
},
1725317253
"workspaces/arborist": {
1725417254
"name": "@npmcli/arborist",
17255-
"version": "7.0.0-pre.0",
17255+
"version": "7.0.0",
1725617256
"license": "ISC",
1725717257
"dependencies": {
1725817258
"@isaacs/string-locale-compare": "^1.1.0",
@@ -17308,7 +17308,7 @@
1730817308
},
1730917309
"workspaces/config": {
1731017310
"name": "@npmcli/config",
17311-
"version": "7.0.1",
17311+
"version": "7.1.0",
1731217312
"license": "ISC",
1731317313
"dependencies": {
1731417314
"@npmcli/map-workspaces": "^3.0.2",
@@ -17331,7 +17331,7 @@
1733117331
}
1733217332
},
1733317333
"workspaces/libnpmaccess": {
17334-
"version": "8.0.0-pre.0",
17334+
"version": "8.0.0",
1733517335
"license": "ISC",
1733617336
"dependencies": {
1733717337
"npm-package-arg": "^11.0.0",
@@ -17349,10 +17349,10 @@
1734917349
}
1735017350
},
1735117351
"workspaces/libnpmdiff": {
17352-
"version": "6.0.0-pre.0",
17352+
"version": "6.0.0",
1735317353
"license": "ISC",
1735417354
"dependencies": {
17355-
"@npmcli/arborist": "^7.0.0-pre.0",
17355+
"@npmcli/arborist": "^7.0.0",
1735617356
"@npmcli/disparity-colors": "^3.0.0",
1735717357
"@npmcli/installed-package-contents": "^2.0.2",
1735817358
"binary-extensions": "^2.2.0",
@@ -17372,10 +17372,10 @@
1737217372
}
1737317373
},
1737417374
"workspaces/libnpmexec": {
17375-
"version": "7.0.0-pre.0",
17375+
"version": "7.0.0",
1737617376
"license": "ISC",
1737717377
"dependencies": {
17378-
"@npmcli/arborist": "^7.0.0-pre.0",
17378+
"@npmcli/arborist": "^7.0.0",
1737917379
"@npmcli/run-script": "^7.0.1",
1738017380
"ci-info": "^3.7.1",
1738117381
"npm-package-arg": "^11.0.0",
@@ -17402,10 +17402,10 @@
1740217402
}
1740317403
},
1740417404
"workspaces/libnpmfund": {
17405-
"version": "4.0.20",
17405+
"version": "4.1.0",
1740617406
"license": "ISC",
1740717407
"dependencies": {
17408-
"@npmcli/arborist": "^7.0.0-pre.0"
17408+
"@npmcli/arborist": "^7.0.0"
1740917409
},
1741017410
"devDependencies": {
1741117411
"@npmcli/eslint-config": "^4.0.0",
@@ -17417,7 +17417,7 @@
1741717417
}
1741817418
},
1741917419
"workspaces/libnpmhook": {
17420-
"version": "10.0.0-pre.0",
17420+
"version": "10.0.0",
1742117421
"license": "ISC",
1742217422
"dependencies": {
1742317423
"aproba": "^2.0.0",
@@ -17434,7 +17434,7 @@
1743417434
}
1743517435
},
1743617436
"workspaces/libnpmorg": {
17437-
"version": "6.0.0-pre.0",
17437+
"version": "6.0.0",
1743817438
"license": "ISC",
1743917439
"dependencies": {
1744017440
"aproba": "^2.0.0",
@@ -17452,10 +17452,10 @@
1745217452
}
1745317453
},
1745417454
"workspaces/libnpmpack": {
17455-
"version": "6.0.0-pre.0",
17455+
"version": "6.0.0",
1745617456
"license": "ISC",
1745717457
"dependencies": {
17458-
"@npmcli/arborist": "^7.0.0-pre.0",
17458+
"@npmcli/arborist": "^7.0.0",
1745917459
"@npmcli/run-script": "^7.0.1",
1746017460
"npm-package-arg": "^11.0.0",
1746117461
"pacote": "^17.0.4"
@@ -17472,7 +17472,7 @@
1747217472
}
1747317473
},
1747417474
"workspaces/libnpmpublish": {
17475-
"version": "9.0.0-pre.0",
17475+
"version": "9.0.0",
1747617476
"license": "ISC",
1747717477
"dependencies": {
1747817478
"ci-info": "^3.6.1",
@@ -17497,7 +17497,7 @@
1749717497
}
1749817498
},
1749917499
"workspaces/libnpmsearch": {
17500-
"version": "7.0.0-pre.0",
17500+
"version": "7.0.0",
1750117501
"license": "ISC",
1750217502
"dependencies": {
1750317503
"npm-registry-fetch": "^16.0.0"
@@ -17513,7 +17513,7 @@
1751317513
}
1751417514
},
1751517515
"workspaces/libnpmteam": {
17516-
"version": "6.0.0-pre.0",
17516+
"version": "6.0.0",
1751717517
"license": "ISC",
1751817518
"dependencies": {
1751917519
"aproba": "^2.0.0",
@@ -17530,7 +17530,7 @@
1753017530
}
1753117531
},
1753217532
"workspaces/libnpmversion": {
17533-
"version": "5.0.0-pre.0",
17533+
"version": "5.0.0",
1753417534
"license": "ISC",
1753517535
"dependencies": {
1753617536
"@npmcli/git": "^5.0.3",

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.0.0-pre.1",
2+
"version": "10.0.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,8 +52,8 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^7.0.0-pre.0",
56-
"@npmcli/config": "^7.0.1",
55+
"@npmcli/arborist": "^7.0.0",
56+
"@npmcli/config": "^7.1.0",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.4",
5959
"@npmcli/package-json": "^5.0.0",
@@ -77,17 +77,17 @@
7777
"init-package-json": "^6.0.0",
7878
"is-cidr": "^4.0.2",
7979
"json-parse-even-better-errors": "^3.0.0",
80-
"libnpmaccess": "^8.0.0-pre.0",
81-
"libnpmdiff": "^6.0.0-pre.0",
82-
"libnpmexec": "^7.0.0-pre.0",
83-
"libnpmfund": "^4.0.20",
84-
"libnpmhook": "^10.0.0-pre.0",
85-
"libnpmorg": "^6.0.0-pre.0",
86-
"libnpmpack": "^6.0.0-pre.0",
87-
"libnpmpublish": "^9.0.0-pre.0",
88-
"libnpmsearch": "^7.0.0-pre.0",
89-
"libnpmteam": "^6.0.0-pre.0",
90-
"libnpmversion": "^5.0.0-pre.0",
80+
"libnpmaccess": "^8.0.0",
81+
"libnpmdiff": "^6.0.0",
82+
"libnpmexec": "^7.0.0",
83+
"libnpmfund": "^4.1.0",
84+
"libnpmhook": "^10.0.0",
85+
"libnpmorg": "^6.0.0",
86+
"libnpmpack": "^6.0.0",
87+
"libnpmpublish": "^9.0.0",
88+
"libnpmsearch": "^7.0.0",
89+
"libnpmteam": "^6.0.0",
90+
"libnpmversion": "^5.0.0",
9191
"make-fetch-happen": "^13.0.0",
9292
"minimatch": "^9.0.3",
9393
"minipass": "^7.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+
## [7.0.0](https://github.com/npm/cli/compare/arborist-v7.0.0-pre.0...arborist-v7.0.0) (2023-08-31)
4+
5+
### Features
6+
7+
* [`fb31c7e`](https://github.com/npm/cli/commit/fb31c7e5f00ae39e67f9a5d6b6860c1d839c704b) trigger release process (@lukekarrys)
8+
39
## [7.0.0-pre.0](https://github.com/npm/cli/compare/arborist-v6.3.0...arborist-v7.0.0-pre.0) (2023-08-31)
410

511
### ⚠️ BREAKING CHANGES

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": "7.0.0-pre.0",
3+
"version": "7.0.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

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

3+
## [7.1.0](https://github.com/npm/cli/compare/config-v7.0.1...config-v7.1.0) (2023-08-31)
4+
5+
### Features
6+
7+
* [`fb31c7e`](https://github.com/npm/cli/commit/fb31c7e5f00ae39e67f9a5d6b6860c1d839c704b) trigger release process (@lukekarrys)
8+
39
## [7.0.1](https://github.com/npm/cli/compare/config-v7.0.0...config-v7.0.1) (2023-08-31)
410

511
### Bug Fixes

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [8.0.0](https://github.com/npm/cli/compare/libnpmaccess-v8.0.0-pre.0...libnpmaccess-v8.0.0) (2023-08-31)
4+
5+
### Features
6+
7+
* [`fb31c7e`](https://github.com/npm/cli/commit/fb31c7e5f00ae39e67f9a5d6b6860c1d839c704b) trigger release process (@lukekarrys)
8+
39
## [8.0.0-pre.0](https://github.com/npm/cli/compare/libnpmaccess-v7.0.2...libnpmaccess-v8.0.0-pre.0) (2023-08-31)
410

511
### ⚠️ BREAKING CHANGES

workspaces/libnpmaccess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmaccess",
3-
"version": "8.0.0-pre.0",
3+
"version": "8.0.0",
44
"description": "programmatic library for `npm access` commands",
55
"author": "GitHub Inc.",
66
"license": "ISC",

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [6.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0-pre.0...libnpmdiff-v6.0.0) (2023-08-31)
4+
5+
### Features
6+
7+
* [`fb31c7e`](https://github.com/npm/cli/commit/fb31c7e5f00ae39e67f9a5d6b6860c1d839c704b) trigger release process (@lukekarrys)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.0.0): `@npmcli/[email protected]`
12+
313
## [6.0.0-pre.0](https://github.com/npm/cli/compare/libnpmdiff-v5.0.19...libnpmdiff-v6.0.0-pre.0) (2023-08-31)
414

515
### ⚠️ BREAKING CHANGES

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": "6.0.0-pre.0",
3+
"version": "6.0.0",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.8"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^7.0.0-pre.0",
49+
"@npmcli/arborist": "^7.0.0",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.2",
5252
"binary-extensions": "^2.2.0",

0 commit comments

Comments
 (0)