Skip to content

Commit 39563e1

Browse files
chore: release 11.0.0
1 parent 60a7ee5 commit 39563e1

30 files changed

+355
-64
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.8.3",
3-
"workspaces/arborist": "7.5.4",
4-
"workspaces/libnpmaccess": "8.0.6",
5-
"workspaces/libnpmdiff": "6.1.4",
6-
"workspaces/libnpmexec": "8.1.4",
7-
"workspaces/libnpmfund": "5.0.12",
8-
"workspaces/libnpmhook": "10.0.5",
9-
"workspaces/libnpmorg": "6.0.6",
10-
"workspaces/libnpmpack": "7.0.4",
11-
"workspaces/libnpmpublish": "9.0.9",
12-
"workspaces/libnpmsearch": "7.0.6",
13-
"workspaces/libnpmteam": "6.0.5",
14-
"workspaces/libnpmversion": "6.0.3",
15-
"workspaces/config": "8.3.4"
2+
".": "11.0.0",
3+
"workspaces/arborist": "8.0.0",
4+
"workspaces/libnpmaccess": "9.0.0",
5+
"workspaces/libnpmdiff": "7.0.0",
6+
"workspaces/libnpmexec": "9.0.0",
7+
"workspaces/libnpmfund": "6.0.0",
8+
"workspaces/libnpmhook": "11.0.0",
9+
"workspaces/libnpmorg": "7.0.0",
10+
"workspaces/libnpmpack": "8.0.0",
11+
"workspaces/libnpmpublish": "10.0.0",
12+
"workspaces/libnpmsearch": "8.0.0",
13+
"workspaces/libnpmteam": "7.0.0",
14+
"workspaces/libnpmversion": "7.0.0",
15+
"workspaces/config": "9.0.0"
1616
}

CHANGELOG.md

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

3+
## [11.0.0](https://github.com/npm/cli/compare/v10.8.3...v11.0.0) (2024-10-02)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/arborist` now supports node `^18.17.0 || >=20.5.0`
6+
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0`
7+
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0`
8+
* `libnpmdiff` now supports node `^18.17.0 || >=20.5.0`
9+
* `libnpmexec` now supports node `^18.17.0 || >=20.5.0`
10+
* `libnpmfund` now supports node `^18.17.0 || >=20.5.0`
11+
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0`
12+
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0`
13+
* `libnpmpack` now supports node `^18.17.0 || >=20.5.0`
14+
* `libnpmpublish` now supports node `^18.17.0 || >=20.5.0`
15+
* `libnpmsearch` now supports node `^18.17.0 || >=20.5.0`
16+
* `libnpmteam` now supports node `^18.17.0 || >=20.5.0`
17+
* `libnpmversion` now supports node `^18.17.0 || >=20.5.0`
18+
### Bug Fixes
19+
* [`365580a`](https://github.com/npm/cli/commit/365580a2b0d3c645cdbf250c60994007c8e33a89) [#7803](https://github.com/npm/cli/pull/7803) align @npmcli/arborist to npm 10 node engine range (@reggi)
20+
* [`f846ad3`](https://github.com/npm/cli/commit/f846ad3e5e2a930c89cc8c4daa7752ba6fd52598) [#7803](https://github.com/npm/cli/pull/7803) align @npmcli/config to npm 10 node engine range (@reggi)
21+
* [`73068d6`](https://github.com/npm/cli/commit/73068d60ded17de3ff6a3d38ff2b83b136316ffc) [#7803](https://github.com/npm/cli/pull/7803) align libnpmaccess to npm 10 node engine range (@reggi)
22+
* [`340a330`](https://github.com/npm/cli/commit/340a330a312ec784c100637fb3ff064a3fd68c56) [#7803](https://github.com/npm/cli/pull/7803) align libnpmdiff to npm 10 node engine range (@reggi)
23+
* [`a2c8016`](https://github.com/npm/cli/commit/a2c80166e02a79402fb7bbb629f8ecc14ff8b546) [#7803](https://github.com/npm/cli/pull/7803) align libnpmexec to npm 10 node engine range (@reggi)
24+
* [`e7298de`](https://github.com/npm/cli/commit/e7298de7026b960ad163cc2a137e27739b91876c) [#7803](https://github.com/npm/cli/pull/7803) align libnpmfund to npm 10 node engine range (@reggi)
25+
* [`0e69c92`](https://github.com/npm/cli/commit/0e69c928ba5bef5fbc101f15e498d4a1182a8b59) [#7803](https://github.com/npm/cli/pull/7803) align libnpmhook to npm 10 node engine range (@reggi)
26+
* [`47f6f76`](https://github.com/npm/cli/commit/47f6f764235fd9a268afc504b03038b22e97537d) [#7803](https://github.com/npm/cli/pull/7803) align libnpmorg to npm 10 node engine range (@reggi)
27+
* [`1b61379`](https://github.com/npm/cli/commit/1b61379137f9253de76662bf0f9404c2ae5d033f) [#7803](https://github.com/npm/cli/pull/7803) align libnpmpack to npm 10 node engine range (@reggi)
28+
* [`96f4e4e`](https://github.com/npm/cli/commit/96f4e4e134364ad69b7abb1fa164aee3c0f602ee) [#7803](https://github.com/npm/cli/pull/7803) align libnpmpublish to npm 10 node engine range (@reggi)
29+
* [`ecfa213`](https://github.com/npm/cli/commit/ecfa21361888012d7608645271cdaa2fe37ed270) [#7803](https://github.com/npm/cli/pull/7803) align libnpmsearch to npm 10 node engine range (@reggi)
30+
* [`61d9a90`](https://github.com/npm/cli/commit/61d9a901b7a7bc2a91d42ccd03e9c26c7fd98b6b) [#7803](https://github.com/npm/cli/pull/7803) align libnpmteam to npm 10 node engine range (@reggi)
31+
* [`d3c0b1e`](https://github.com/npm/cli/commit/d3c0b1efca1431ee3dae24fdec96f7251b347614) [#7803](https://github.com/npm/cli/pull/7803) align libnpmversion to npm 10 node engine range (@reggi)
32+
* [`6ca609e`](https://github.com/npm/cli/commit/6ca609e20b68fb2e5ef8177db116b84a339461fd) [#7789](https://github.com/npm/cli/pull/7789) ping and doctor commands fix for checking if registry is online (#7789) (@milaninfy)
33+
### Documentation
34+
* [`63d6a73`](https://github.com/npm/cli/commit/63d6a732c3c0e9c19fd4d147eaa5cc27c29b168d) [#7783](https://github.com/npm/cli/pull/7783) package.json: add brief section on exports, link to Node.js docs (#7783) (@wheresrhys)
35+
* [`366c07e`](https://github.com/npm/cli/commit/366c07e2f3cb9d1c6ddbd03e624a4d73fbd2676e) [#7776](https://github.com/npm/cli/pull/7776) remove incorrect note about npm install (#7776) (@wraithgar)
36+
### Dependencies
37+
* [`60a7ee5`](https://github.com/npm/cli/commit/60a7ee5b7a71c1a46cee4026d7e06f8785a0786b) [#7803](https://github.com/npm/cli/pull/7803) hoist npm-normalize-package-bin
38+
* [`20dd44f`](https://github.com/npm/cli/commit/20dd44ff7deedd594f996fcfe48615fd93498db3) [#7803](https://github.com/npm/cli/pull/7803) hoist minipass-fetch
39+
* [`5795987`](https://github.com/npm/cli/commit/5795987605af9bb163ad3a689a0854b99cd39cbe) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
40+
* [`99ccae3`](https://github.com/npm/cli/commit/99ccae3ded6f7013b26ed268a208c24473cdeb8f) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
41+
* [`75786ad`](https://github.com/npm/cli/commit/75786adb86f763d781f840feea4afb8d01953b99) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
42+
* [`1c25a1d`](https://github.com/npm/cli/commit/1c25a1d74c26364742b59f9d57b9a07bb4f8726f) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
43+
* [`2d7fc3d`](https://github.com/npm/cli/commit/2d7fc3d320b92a8447e7282df14e2b99047cc426) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
44+
* [`1e09334`](https://github.com/npm/cli/commit/1e093347e3723c77bb4dc9214e111a3ec78fbbea) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
45+
* [`820e983`](https://github.com/npm/cli/commit/820e983b1d5a82d6c9c10895487c2e43b423d6ef) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
46+
* [`9cd6603`](https://github.com/npm/cli/commit/9cd66031ebd2e9a0d6fdee3a7b4d7779694306ff) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
47+
* [`b84d907`](https://github.com/npm/cli/commit/b84d9079feaf9582763356e538c7247383b00e9f) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
48+
* [`53ed632`](https://github.com/npm/cli/commit/53ed632561cc0336f4194524de6e236f50d67212) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
49+
* [`ab40dab`](https://github.com/npm/cli/commit/ab40dab333bd24ab255f7c63798e86e1a7f66374) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
50+
* [`b1c4770`](https://github.com/npm/cli/commit/b1c477084d5e2bcd7335610587091ca1189ebaf8) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
51+
* [`8206c4f`](https://github.com/npm/cli/commit/8206c4f675937e855b60164946c086eb64d7ecb6) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
52+
* [`8b7dbc8`](https://github.com/npm/cli/commit/8b7dbc8234914352b2649f56c6a11765f1904e30) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
53+
* [`f6909a0`](https://github.com/npm/cli/commit/f6909a022c9373c85d980c96a30f47a3a65aa4a9) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
54+
* [`f9b2e18`](https://github.com/npm/cli/commit/f9b2e1884fbfe2a2c41e3fcaa4be722209141aed) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
55+
* [`e7ab206`](https://github.com/npm/cli/commit/e7ab206370e5fc62fefe6916e5dcc40b3e577d22) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
56+
* [`b28dbb1`](https://github.com/npm/cli/commit/b28dbb10b382f51f2c80fa5719e804074655ed67) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
57+
* [`d13a20b`](https://github.com/npm/cli/commit/d13a20bebef1b9932f86c44741ea6d214ad6842b) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
58+
* [`5208f74`](https://github.com/npm/cli/commit/5208f7404c656a91cfb34671cf8533e147f5944f) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
59+
* [`092f41f`](https://github.com/npm/cli/commit/092f41fec40f418468605557fcb4f4e1babd9d45) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
60+
* [`50a7bc8`](https://github.com/npm/cli/commit/50a7bc8737bb4e0a8fbc5f00b8f580512153a5bc) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
61+
* [`591130d`](https://github.com/npm/cli/commit/591130d0aaaa032f484504287e993d38b6f04d4f) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
62+
* [`be6ae96`](https://github.com/npm/cli/commit/be6ae96bab5265a89090388f49be8311dc012a68) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
63+
* [`8d4060a`](https://github.com/npm/cli/commit/8d4060a661db50dc4d4a2f30cc57346f1d242599) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
64+
* [`105fa2b`](https://github.com/npm/cli/commit/105fa2bdb2bbb0502bb8e0c5ccec3dadcff3c2d6) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
65+
* [`eae4f57`](https://github.com/npm/cli/commit/eae4f577b40732dbcad6c959a2a479258247f399) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
66+
* [`7214149`](https://github.com/npm/cli/commit/72141496fbc7e5f0e0824d584b82690eeee45bb5) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
67+
* [`c4bed31`](https://github.com/npm/cli/commit/c4bed312966bbdd70e457543c6a95c827a1e6b59) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
68+
* [`f54b155`](https://github.com/npm/cli/commit/f54b155d0cbc251c7159cc42ba3b6154563f9e49) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
69+
* [`6deae9e`](https://github.com/npm/cli/commit/6deae9e5d989ac30208fbcbca13ec827c6f2b588) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
70+
* [`034c729`](https://github.com/npm/cli/commit/034c7297568d328bcaf79bd2c7226d3593e21810) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
71+
* [`ddb8be0`](https://github.com/npm/cli/commit/ddb8be0af2f2967f011d012d3634b78197000b80) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]`
72+
* [`538a4cc`](https://github.com/npm/cli/commit/538a4cc1dd731a3643ab4477fe545db39997bcdf) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
73+
* [`b80d048`](https://github.com/npm/cli/commit/b80d0482cb52fc00275fef9548d86e17eaf28f50) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
74+
* [`81137fc`](https://github.com/npm/cli/commit/81137fc3dab75f7bea5c2a78e10b050284fc11b0) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
75+
* [`2076368`](https://github.com/npm/cli/commit/207636897aa5544ec28cad5b75fe2e685028dafd) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
76+
* [`feac87c`](https://github.com/npm/cli/commit/feac87c7ed6113665bc144ee677017bc66138b70) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
77+
* [`dd90f9e`](https://github.com/npm/cli/commit/dd90f9ee7882dbeec073604638b98e68f9873371) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]`
78+
### Chores
79+
* [`be1e6da`](https://github.com/npm/cli/commit/be1e6da91380d7a10edb1767dd433ca296b96771) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]` (@reggi)
80+
* [`43f2374`](https://github.com/npm/cli/commit/43f2374bf5abe825be6068cdfb991f02ba08eac3) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]` (@reggi)
81+
* [`bb03036`](https://github.com/npm/cli/commit/bb03036ba8f7d7f1497ecac17b5e2f3e2951e214) [#7803](https://github.com/npm/cli/pull/7803) update `[email protected]` (@reggi)
82+
* [`2072705`](https://github.com/npm/cli/commit/2072705aa80d009dc077639adc305692f4a6c0b9) [#7803](https://github.com/npm/cli/pull/7803) update `@npmcli/[email protected]` (@reggi)
83+
* [`949d8f8`](https://github.com/npm/cli/commit/949d8f872d341590d17613203bb57b95084b390d) [#7803](https://github.com/npm/cli/pull/7803) engine ^18.17.0 || >=20.5.0 in package template (@reggi)
84+
* [`fefd509`](https://github.com/npm/cli/commit/fefd509992a05c2dfddbe7bc46931c42f1da69d7) [#7764](https://github.com/npm/cli/pull/7764) deps: bump actions/download-artifact from 3 to 4 in /.github/workflows (#7764) (@dependabot[bot], @wraithgar)
85+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.0): `@npmcli/[email protected]`
86+
* [workspace](https://github.com/npm/cli/releases/tag/config-v9.0.0): `@npmcli/[email protected]`
87+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v9.0.0): `[email protected]`
88+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v7.0.0): `[email protected]`
89+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v9.0.0): `[email protected]`
90+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v6.0.0): `[email protected]`
91+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v11.0.0): `[email protected]`
92+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v7.0.0): `[email protected]`
93+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v8.0.0): `[email protected]`
94+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v10.0.0): `[email protected]`
95+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v8.0.0): `[email protected]`
96+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v7.0.0): `[email protected]`
97+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v7.0.0): `[email protected]`
98+
399
## [10.8.3](https://github.com/npm/cli/compare/v10.8.2...v10.8.3) (2024-08-28)
4100
### Bug Fixes
5101
* [`7e61151`](https://github.com/npm/cli/commit/7e61151b9ab4f62a83e9ea8bcfa15ece11b6a1fd) [#7759](https://github.com/npm/cli/pull/7759) docs: init usage description corrected (#7759) (@milaninfy)

package-lock.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.8.3",
3+
"version": "11.0.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.8.3",
9+
"version": "11.0.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -16598,7 +16598,7 @@
1659816598
},
1659916599
"workspaces/arborist": {
1660016600
"name": "@npmcli/arborist",
16601-
"version": "7.5.4",
16601+
"version": "8.0.0",
1660216602
"license": "ISC",
1660316603
"dependencies": {
1660416604
"@isaacs/string-locale-compare": "^1.1.0",
@@ -16656,7 +16656,7 @@
1665616656
},
1665716657
"workspaces/config": {
1665816658
"name": "@npmcli/config",
16659-
"version": "8.3.4",
16659+
"version": "9.0.0",
1666016660
"license": "ISC",
1666116661
"dependencies": {
1666216662
"@npmcli/map-workspaces": "^4.0.1",
@@ -16679,7 +16679,7 @@
1667916679
}
1668016680
},
1668116681
"workspaces/libnpmaccess": {
16682-
"version": "8.0.6",
16682+
"version": "9.0.0",
1668316683
"license": "ISC",
1668416684
"dependencies": {
1668516685
"npm-package-arg": "^12.0.0",
@@ -16697,10 +16697,10 @@
1669716697
}
1669816698
},
1669916699
"workspaces/libnpmdiff": {
16700-
"version": "6.1.4",
16700+
"version": "7.0.0",
1670116701
"license": "ISC",
1670216702
"dependencies": {
16703-
"@npmcli/arborist": "^7.5.4",
16703+
"@npmcli/arborist": "^8.0.0",
1670416704
"@npmcli/installed-package-contents": "^3.0.0",
1670516705
"binary-extensions": "^2.3.0",
1670616706
"diff": "^5.1.0",
@@ -16719,10 +16719,10 @@
1671916719
}
1672016720
},
1672116721
"workspaces/libnpmexec": {
16722-
"version": "8.1.4",
16722+
"version": "9.0.0",
1672316723
"license": "ISC",
1672416724
"dependencies": {
16725-
"@npmcli/arborist": "^7.5.4",
16725+
"@npmcli/arborist": "^8.0.0",
1672616726
"@npmcli/run-script": "^9.0.1",
1672716727
"ci-info": "^4.0.0",
1672816728
"npm-package-arg": "^12.0.0",
@@ -16748,10 +16748,10 @@
1674816748
}
1674916749
},
1675016750
"workspaces/libnpmfund": {
16751-
"version": "5.0.12",
16751+
"version": "6.0.0",
1675216752
"license": "ISC",
1675316753
"dependencies": {
16754-
"@npmcli/arborist": "^7.5.4"
16754+
"@npmcli/arborist": "^8.0.0"
1675516755
},
1675616756
"devDependencies": {
1675716757
"@npmcli/eslint-config": "^5.0.1",
@@ -16763,7 +16763,7 @@
1676316763
}
1676416764
},
1676516765
"workspaces/libnpmhook": {
16766-
"version": "10.0.5",
16766+
"version": "11.0.0",
1676716767
"license": "ISC",
1676816768
"dependencies": {
1676916769
"aproba": "^2.0.0",
@@ -16780,7 +16780,7 @@
1678016780
}
1678116781
},
1678216782
"workspaces/libnpmorg": {
16783-
"version": "6.0.6",
16783+
"version": "7.0.0",
1678416784
"license": "ISC",
1678516785
"dependencies": {
1678616786
"aproba": "^2.0.0",
@@ -16798,10 +16798,10 @@
1679816798
}
1679916799
},
1680016800
"workspaces/libnpmpack": {
16801-
"version": "7.0.4",
16801+
"version": "8.0.0",
1680216802
"license": "ISC",
1680316803
"dependencies": {
16804-
"@npmcli/arborist": "^7.5.4",
16804+
"@npmcli/arborist": "^8.0.0",
1680516805
"@npmcli/run-script": "^9.0.1",
1680616806
"npm-package-arg": "^12.0.0",
1680716807
"pacote": "^19.0.0"
@@ -16818,7 +16818,7 @@
1681816818
}
1681916819
},
1682016820
"workspaces/libnpmpublish": {
16821-
"version": "9.0.9",
16821+
"version": "10.0.0",
1682216822
"license": "ISC",
1682316823
"dependencies": {
1682416824
"ci-info": "^4.0.0",
@@ -16843,7 +16843,7 @@
1684316843
}
1684416844
},
1684516845
"workspaces/libnpmsearch": {
16846-
"version": "7.0.6",
16846+
"version": "8.0.0",
1684716847
"license": "ISC",
1684816848
"dependencies": {
1684916849
"npm-registry-fetch": "^18.0.1"
@@ -16859,7 +16859,7 @@
1685916859
}
1686016860
},
1686116861
"workspaces/libnpmteam": {
16862-
"version": "6.0.5",
16862+
"version": "7.0.0",
1686316863
"license": "ISC",
1686416864
"dependencies": {
1686516865
"aproba": "^2.0.0",
@@ -16876,7 +16876,7 @@
1687616876
}
1687716877
},
1687816878
"workspaces/libnpmversion": {
16879-
"version": "6.0.3",
16879+
"version": "7.0.0",
1688016880
"license": "ISC",
1688116881
"dependencies": {
1688216882
"@npmcli/git": "^6.0.1",

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.8.3",
2+
"version": "11.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.5.4",
56-
"@npmcli/config": "^8.3.4",
55+
"@npmcli/arborist": "^8.0.0",
56+
"@npmcli/config": "^9.0.0",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^4.0.1",
5959
"@npmcli/package-json": "^6.0.1",
@@ -76,17 +76,17 @@
7676
"init-package-json": "^7.0.1",
7777
"is-cidr": "^5.1.0",
7878
"json-parse-even-better-errors": "^4.0.0",
79-
"libnpmaccess": "^8.0.6",
80-
"libnpmdiff": "^6.1.4",
81-
"libnpmexec": "^8.1.4",
82-
"libnpmfund": "^5.0.12",
83-
"libnpmhook": "^10.0.5",
84-
"libnpmorg": "^6.0.6",
85-
"libnpmpack": "^7.0.4",
86-
"libnpmpublish": "^9.0.9",
87-
"libnpmsearch": "^7.0.6",
88-
"libnpmteam": "^6.0.5",
89-
"libnpmversion": "^6.0.3",
79+
"libnpmaccess": "^9.0.0",
80+
"libnpmdiff": "^7.0.0",
81+
"libnpmexec": "^9.0.0",
82+
"libnpmfund": "^6.0.0",
83+
"libnpmhook": "^11.0.0",
84+
"libnpmorg": "^7.0.0",
85+
"libnpmpack": "^8.0.0",
86+
"libnpmpublish": "^10.0.0",
87+
"libnpmsearch": "^8.0.0",
88+
"libnpmteam": "^7.0.0",
89+
"libnpmversion": "^7.0.0",
9090
"make-fetch-happen": "^14.0.1",
9191
"minimatch": "^9.0.5",
9292
"minipass": "^7.1.1",

0 commit comments

Comments
 (0)