Skip to content

Commit 166a276

Browse files
chore: release 10.8.2
1 parent 6f33d74 commit 166a276

16 files changed

+137
-36
lines changed

.release-please-manifest.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.8.1",
3-
"workspaces/arborist": "7.5.3",
2+
".": "10.8.2",
3+
"workspaces/arborist": "7.5.4",
44
"workspaces/libnpmaccess": "8.0.6",
5-
"workspaces/libnpmdiff": "6.1.3",
6-
"workspaces/libnpmexec": "8.1.2",
7-
"workspaces/libnpmfund": "5.0.11",
5+
"workspaces/libnpmdiff": "6.1.4",
6+
"workspaces/libnpmexec": "8.1.3",
7+
"workspaces/libnpmfund": "5.0.12",
88
"workspaces/libnpmhook": "10.0.5",
99
"workspaces/libnpmorg": "6.0.6",
10-
"workspaces/libnpmpack": "7.0.3",
10+
"workspaces/libnpmpack": "7.0.4",
1111
"workspaces/libnpmpublish": "9.0.9",
1212
"workspaces/libnpmsearch": "7.0.6",
1313
"workspaces/libnpmteam": "6.0.5",
1414
"workspaces/libnpmversion": "6.0.3",
15-
"workspaces/config": "8.3.3"
15+
"workspaces/config": "8.3.4"
1616
}

CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Changelog
22

3+
## [10.8.2](https://github.com/npm/cli/compare/v10.8.1...v10.8.2) (2024-07-01)
4+
5+
### Bug Fixes
6+
7+
* [`2273183`](https://github.com/npm/cli/commit/22731831e22011e32fa0ca12178e242c2ee2b33d) [#7595](https://github.com/npm/cli/pull/7595) outdated: fixed wanted range for alias with version range (#7595) (@milaninfy)
8+
9+
### Documentation
10+
11+
* [`ac937d4`](https://github.com/npm/cli/commit/ac937d4f29b27fb877f79f33034ee1144c7202c4) [#7616](https://github.com/npm/cli/pull/7616) install: add save-peer flag (#7616) (@drew4237)
12+
* [`55639ef`](https://github.com/npm/cli/commit/55639efd2d3094ca0931ddf9276c93f6880cd6e6) [#7615](https://github.com/npm/cli/pull/7615) use git+https in package.com url examples (#7615) (@MikeMcC399)
13+
* [`93883bb`](https://github.com/npm/cli/commit/93883bb6459208a916584cad8c6c72a315cf32af) [#7582](https://github.com/npm/cli/pull/7582) Improve manpage section for `package.json` `funding` properties (#7582) (@kemitchell)
14+
* [`92e71e6`](https://github.com/npm/cli/commit/92e71e6b0c7889e243e6b54ef8b4eb9656de95f8) [#7576](https://github.com/npm/cli/pull/7576) fix links to community discussions (#7576) (@leobalter)
15+
16+
### Dependencies
17+
18+
* [`e5451e1`](https://github.com/npm/cli/commit/e5451e1e91d7a71546f21daca604fb956c1cac3f) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
19+
* [`7b584d3`](https://github.com/npm/cli/commit/7b584d3b60ff118fd04f3ee5693816d9e948ff1b) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
20+
* [`941d0d7`](https://github.com/npm/cli/commit/941d0d7b596ec4cc2d21f86fb03876e2c6360987) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
21+
* [`8b8ce7a`](https://github.com/npm/cli/commit/8b8ce7a23543a4d28c850fa27cd411de68a74cfd) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
22+
* [`4646768`](https://github.com/npm/cli/commit/46467680d0e75c95406e46b5e2f754d2b7df1f7b) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
23+
* [`6f0d7ce`](https://github.com/npm/cli/commit/6f0d7cec260993d269294e05e18eacf23935b78a) [#7605](https://github.com/npm/cli/pull/7605) `@npmcli/[email protected]`
24+
* [`29204c8`](https://github.com/npm/cli/commit/29204c8ad4be0a1ffbca6f40393b00278bb34b3e) [#7605](https://github.com/npm/cli/pull/7605) `@npmcli/[email protected]`
25+
* [`04d6910`](https://github.com/npm/cli/commit/04d6910e474003762b4606837960b4eb10d7bcd9) [#7574](https://github.com/npm/cli/pull/7574) `@npmcli/[email protected]`
26+
* [`4ef4830`](https://github.com/npm/cli/commit/4ef4830dd792c2f23d3ffc7a10f797fc4ac8e5cb) [#7574](https://github.com/npm/cli/pull/7574) remove read-package-json-fast
27+
## [10.8.2](https://github.com/npm/cli/compare/v10.8.1...v10.8.2) (2024-07-01)
28+
29+
### Bug Fixes
30+
31+
* [`2273183`](https://github.com/npm/cli/commit/22731831e22011e32fa0ca12178e242c2ee2b33d) [#7595](https://github.com/npm/cli/pull/7595) outdated: fixed wanted range for alias with version range (#7595) (@milaninfy)
32+
33+
### Documentation
34+
35+
* [`ac937d4`](https://github.com/npm/cli/commit/ac937d4f29b27fb877f79f33034ee1144c7202c4) [#7616](https://github.com/npm/cli/pull/7616) install: add save-peer flag (#7616) (@drew4237)
36+
* [`55639ef`](https://github.com/npm/cli/commit/55639efd2d3094ca0931ddf9276c93f6880cd6e6) [#7615](https://github.com/npm/cli/pull/7615) use git+https in package.com url examples (#7615) (@MikeMcC399)
37+
* [`93883bb`](https://github.com/npm/cli/commit/93883bb6459208a916584cad8c6c72a315cf32af) [#7582](https://github.com/npm/cli/pull/7582) Improve manpage section for `package.json` `funding` properties (#7582) (@kemitchell)
38+
* [`92e71e6`](https://github.com/npm/cli/commit/92e71e6b0c7889e243e6b54ef8b4eb9656de95f8) [#7576](https://github.com/npm/cli/pull/7576) fix links to community discussions (#7576) (@leobalter)
39+
40+
### Dependencies
41+
42+
* [`e5451e1`](https://github.com/npm/cli/commit/e5451e1e91d7a71546f21daca604fb956c1cac3f) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
43+
* [`7b584d3`](https://github.com/npm/cli/commit/7b584d3b60ff118fd04f3ee5693816d9e948ff1b) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
44+
* [`941d0d7`](https://github.com/npm/cli/commit/941d0d7b596ec4cc2d21f86fb03876e2c6360987) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
45+
* [`8b8ce7a`](https://github.com/npm/cli/commit/8b8ce7a23543a4d28c850fa27cd411de68a74cfd) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
46+
* [`4646768`](https://github.com/npm/cli/commit/46467680d0e75c95406e46b5e2f754d2b7df1f7b) [#7605](https://github.com/npm/cli/pull/7605) `[email protected]`
47+
* [`6f0d7ce`](https://github.com/npm/cli/commit/6f0d7cec260993d269294e05e18eacf23935b78a) [#7605](https://github.com/npm/cli/pull/7605) `@npmcli/[email protected]`
48+
* [`29204c8`](https://github.com/npm/cli/commit/29204c8ad4be0a1ffbca6f40393b00278bb34b3e) [#7605](https://github.com/npm/cli/pull/7605) `@npmcli/[email protected]`
49+
* [`04d6910`](https://github.com/npm/cli/commit/04d6910e474003762b4606837960b4eb10d7bcd9) [#7574](https://github.com/npm/cli/pull/7574) `@npmcli/[email protected]`
50+
* [`4ef4830`](https://github.com/npm/cli/commit/4ef4830dd792c2f23d3ffc7a10f797fc4ac8e5cb) [#7574](https://github.com/npm/cli/pull/7574) remove read-package-json-fast
51+
52+
### Chores
53+
54+
* [`2490b49`](https://github.com/npm/cli/commit/2490b492cc8d9a351841d2c643b13a47a3254f41) [#7621](https://github.com/npm/cli/pull/7621) remove .github/workflows/benchmark.yml (#7621) (@wraithgar)
55+
* [`3b8b111`](https://github.com/npm/cli/commit/3b8b11161ee2f88817dcc19b4770040d5bc73261) [#7605](https://github.com/npm/cli/pull/7605) update devDependencies in lockfile (@wraithgar)
56+
57+
### Chores
58+
59+
* [`2490b49`](https://github.com/npm/cli/commit/2490b492cc8d9a351841d2c643b13a47a3254f41) [#7621](https://github.com/npm/cli/pull/7621) remove .github/workflows/benchmark.yml (#7621) (@wraithgar)
60+
* [`3b8b111`](https://github.com/npm/cli/commit/3b8b11161ee2f88817dcc19b4770040d5bc73261) [#7605](https://github.com/npm/cli/pull/7605) update devDependencies in lockfile (@wraithgar)
61+
362
## [10.8.1](https://github.com/npm/cli/compare/v10.8.0...v10.8.1) (2024-05-29)
463

564
### Bug Fixes

package-lock.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.8.1",
3+
"version": "10.8.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.8.1",
9+
"version": "10.8.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -15814,7 +15814,7 @@
1581415814
},
1581515815
"workspaces/arborist": {
1581615816
"name": "@npmcli/arborist",
15817-
"version": "7.5.3",
15817+
"version": "7.5.4",
1581815818
"license": "ISC",
1581915819
"dependencies": {
1582015820
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15872,7 +15872,7 @@
1587215872
},
1587315873
"workspaces/config": {
1587415874
"name": "@npmcli/config",
15875-
"version": "8.3.3",
15875+
"version": "8.3.4",
1587615876
"license": "ISC",
1587715877
"dependencies": {
1587815878
"@npmcli/map-workspaces": "^3.0.2",
@@ -15913,10 +15913,10 @@
1591315913
}
1591415914
},
1591515915
"workspaces/libnpmdiff": {
15916-
"version": "6.1.3",
15916+
"version": "6.1.4",
1591715917
"license": "ISC",
1591815918
"dependencies": {
15919-
"@npmcli/arborist": "^7.5.3",
15919+
"@npmcli/arborist": "^7.5.4",
1592015920
"@npmcli/installed-package-contents": "^2.1.0",
1592115921
"binary-extensions": "^2.3.0",
1592215922
"diff": "^5.1.0",
@@ -15935,10 +15935,10 @@
1593515935
}
1593615936
},
1593715937
"workspaces/libnpmexec": {
15938-
"version": "8.1.2",
15938+
"version": "8.1.3",
1593915939
"license": "ISC",
1594015940
"dependencies": {
15941-
"@npmcli/arborist": "^7.5.3",
15941+
"@npmcli/arborist": "^7.5.4",
1594215942
"@npmcli/run-script": "^8.1.0",
1594315943
"ci-info": "^4.0.0",
1594415944
"npm-package-arg": "^11.0.2",
@@ -15964,10 +15964,10 @@
1596415964
}
1596515965
},
1596615966
"workspaces/libnpmfund": {
15967-
"version": "5.0.11",
15967+
"version": "5.0.12",
1596815968
"license": "ISC",
1596915969
"dependencies": {
15970-
"@npmcli/arborist": "^7.5.3"
15970+
"@npmcli/arborist": "^7.5.4"
1597115971
},
1597215972
"devDependencies": {
1597315973
"@npmcli/eslint-config": "^4.0.0",
@@ -16014,10 +16014,10 @@
1601416014
}
1601516015
},
1601616016
"workspaces/libnpmpack": {
16017-
"version": "7.0.3",
16017+
"version": "7.0.4",
1601816018
"license": "ISC",
1601916019
"dependencies": {
16020-
"@npmcli/arborist": "^7.5.3",
16020+
"@npmcli/arborist": "^7.5.4",
1602116021
"@npmcli/run-script": "^8.1.0",
1602216022
"npm-package-arg": "^11.0.2",
1602316023
"pacote": "^18.0.6"

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.8.1",
2+
"version": "10.8.2",
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.3",
56-
"@npmcli/config": "^8.3.3",
55+
"@npmcli/arborist": "^7.5.4",
56+
"@npmcli/config": "^8.3.4",
5757
"@npmcli/fs": "^3.1.1",
5858
"@npmcli/map-workspaces": "^3.0.6",
5959
"@npmcli/package-json": "^5.2.0",
@@ -77,12 +77,12 @@
7777
"is-cidr": "^5.1.0",
7878
"json-parse-even-better-errors": "^3.0.2",
7979
"libnpmaccess": "^8.0.6",
80-
"libnpmdiff": "^6.1.3",
81-
"libnpmexec": "^8.1.2",
82-
"libnpmfund": "^5.0.11",
80+
"libnpmdiff": "^6.1.4",
81+
"libnpmexec": "^8.1.3",
82+
"libnpmfund": "^5.0.12",
8383
"libnpmhook": "^10.0.5",
8484
"libnpmorg": "^6.0.6",
85-
"libnpmpack": "^7.0.3",
85+
"libnpmpack": "^7.0.4",
8686
"libnpmpublish": "^9.0.9",
8787
"libnpmsearch": "^7.0.6",
8888
"libnpmteam": "^6.0.5",

workspaces/arborist/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.5.4](https://github.com/npm/cli/compare/arborist-v7.5.3...arborist-v7.5.4) (2024-07-01)
4+
5+
### Bug Fixes
6+
7+
* [`6f33d74`](https://github.com/npm/cli/commit/6f33d74f310fa27aad30fd00d58d8e4404ef8cb2) [#7579](https://github.com/npm/cli/pull/7579) arborist: safeguard against null node.target in flag calculation (#7579) (@AmirSa12)
8+
* [`a8e666e`](https://github.com/npm/cli/commit/a8e666e05d18b2e309787eb80b85f0006521b302) [#7602](https://github.com/npm/cli/pull/7602) arborist: condition to include name field in package-lock fixed (#7602) (@milaninfy)
9+
310
## [7.5.3](https://github.com/npm/cli/compare/arborist-v7.5.2...arborist-v7.5.3) (2024-05-29)
411

512
### Bug Fixes

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "7.5.3",
3+
"version": "7.5.4",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [8.3.4](https://github.com/npm/cli/compare/config-v8.3.3...config-v8.3.4) (2024-07-01)
4+
5+
### Bug Fixes
6+
7+
* [`15be6dd`](https://github.com/npm/cli/commit/15be6dd33bfab8bdfaf8c3dece435d7139c1bf6d) [#7574](https://github.com/npm/cli/pull/7574) don't try parsing workspaces if none exist (@wraithgar)
8+
* [`d185c9b`](https://github.com/npm/cli/commit/d185c9bdcab7dd2a8a485cd167b9a7c5c1f43ad0) [#7574](https://github.com/npm/cli/pull/7574) use @npmcli/package-json to parse local package (@wraithgar)
9+
10+
### Dependencies
11+
12+
* [`04d6910`](https://github.com/npm/cli/commit/04d6910e474003762b4606837960b4eb10d7bcd9) [#7574](https://github.com/npm/cli/pull/7574) `@npmcli/[email protected]`
13+
* [`4ef4830`](https://github.com/npm/cli/commit/4ef4830dd792c2f23d3ffc7a10f797fc4ac8e5cb) [#7574](https://github.com/npm/cli/pull/7574) remove read-package-json-fast
14+
315
## [8.3.3](https://github.com/npm/cli/compare/config-v8.3.2...config-v8.3.3) (2024-05-29)
416

517
### Bug Fixes

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "8.3.3",
3+
"version": "8.3.4",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmdiff/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/[email protected]`
6+
37
## [6.1.3](https://github.com/npm/cli/compare/libnpmdiff-v6.1.2...libnpmdiff-v6.1.3) (2024-05-29)
48

59
### Bug Fixes

workspaces/libnpmdiff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "6.1.3",
3+
"version": "6.1.4",
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.5.3",
49+
"@npmcli/arborist": "^7.5.4",
5050
"@npmcli/installed-package-contents": "^2.1.0",
5151
"binary-extensions": "^2.3.0",
5252
"diff": "^5.1.0",

workspaces/libnpmexec/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [8.1.3](https://github.com/npm/cli/compare/libnpmexec-v8.1.2...libnpmexec-v8.1.3) (2024-07-01)
4+
5+
### Bug Fixes
6+
7+
* [`71c6848`](https://github.com/npm/cli/commit/71c6848acd97f00c84b07ee1a80d92a053d405b5) [#7587](https://github.com/npm/cli/pull/7587) exec: npx to run specified version if multiple version exist globally (#7587) (@milaninfy)
8+
9+
10+
### Dependencies
11+
12+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/[email protected]`
13+
314
## [8.1.2](https://github.com/npm/cli/compare/libnpmexec-v8.1.1...libnpmexec-v8.1.2) (2024-05-29)
415

516
### Bug Fixes

workspaces/libnpmexec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "8.1.2",
3+
"version": "8.1.3",
44
"files": [
55
"bin/",
66
"lib/"
@@ -59,7 +59,7 @@
5959
"tap": "^16.3.8"
6060
},
6161
"dependencies": {
62-
"@npmcli/arborist": "^7.5.3",
62+
"@npmcli/arborist": "^7.5.4",
6363
"@npmcli/run-script": "^8.1.0",
6464
"ci-info": "^4.0.0",
6565
"npm-package-arg": "^11.0.2",

workspaces/libnpmfund/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.2): `@npmcli/[email protected]`
66

7+
### Dependencies
8+
9+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/[email protected]`
10+
711
## [5.0.11](https://github.com/npm/cli/compare/libnpmfund-v5.0.10...libnpmfund-v5.0.11) (2024-05-29)
812

913
### Bug Fixes

workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -45,7 +45,7 @@
4545
"tap": "^16.3.8"
4646
},
4747
"dependencies": {
48-
"@npmcli/arborist": "^7.5.3"
48+
"@npmcli/arborist": "^7.5.4"
4949
},
5050
"engines": {
5151
"node": "^16.14.0 || >=18.0.0"

workspaces/libnpmpack/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/[email protected]`
6+
37
## [7.0.3](https://github.com/npm/cli/compare/libnpmpack-v7.0.2...libnpmpack-v7.0.3) (2024-05-29)
48

59
### Bug Fixes

workspaces/libnpmpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"bugs": "https://github.com/npm/libnpmpack/issues",
3737
"homepage": "https://npmjs.com/package/libnpmpack",
3838
"dependencies": {
39-
"@npmcli/arborist": "^7.5.3",
39+
"@npmcli/arborist": "^7.5.4",
4040
"@npmcli/run-script": "^8.1.0",
4141
"npm-package-arg": "^11.0.2",
4242
"pacote": "^18.0.6"

0 commit comments

Comments
 (0)