Skip to content

Commit 21c3f02

Browse files
github-actions[bot]reggi
authored andcommitted
chore: release 11.10.0
1 parent cf56a1e commit 21c3f02

File tree

16 files changed

+92
-42
lines changed

16 files changed

+92
-42
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "11.9.0",
3-
"workspaces/arborist": "9.2.0",
2+
".": "11.10.0",
3+
"workspaces/arborist": "9.3.0",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.0",
6-
"workspaces/libnpmexec": "10.2.0",
7-
"workspaces/libnpmfund": "7.0.14",
5+
"workspaces/libnpmdiff": "8.1.1",
6+
"workspaces/libnpmexec": "10.2.1",
7+
"workspaces/libnpmfund": "7.0.15",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.0",
9+
"workspaces/libnpmpack": "9.1.1",
1010
"workspaces/libnpmpublish": "11.1.3",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",
1313
"workspaces/libnpmversion": "8.0.3",
14-
"workspaces/config": "10.6.0"
14+
"workspaces/config": "10.7.0"
1515
}

CHANGELOG.md

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

3+
## [11.10.0](https://github.com/npm/cli/compare/v11.9.0...v11.10.0) (2026-02-11)
4+
### Features
5+
* [`cf56a1e`](https://github.com/npm/cli/commit/cf56a1e4df9c8ae7b7e9752437d827a183e4040e) [#8899](https://github.com/npm/cli/pull/8899) npm trust, per-command config (@reggi)
6+
* [`cf56a1e`](https://github.com/npm/cli/commit/cf56a1e4df9c8ae7b7e9752437d827a183e4040e) [#8899](https://github.com/npm/cli/pull/8899) npm trust (@reggi)
7+
* [`66d6e11`](https://github.com/npm/cli/commit/66d6e11f3ecdbc823ede24ef83257f3bb6e69d46) [#8965](https://github.com/npm/cli/pull/8965) add min-release-age (#8965) (@wraithgar)
8+
### Dependencies
9+
* [`aae84bf`](https://github.com/npm/cli/commit/aae84bf5a90bb42599b27631734a9899735d4016) [#8973](https://github.com/npm/cli/pull/8973) `pacote@21.3.1`
10+
* [`8bcb675`](https://github.com/npm/cli/commit/8bcb6754b95628da78bd4b6ddcc8c8ff40f7d0fb) [#8973](https://github.com/npm/cli/pull/8973) `cidr-regex@5.0.2`
11+
* [`f87aaab`](https://github.com/npm/cli/commit/f87aaab974931766b1372fbd5d5ef9daa645b1ad) [#8973](https://github.com/npm/cli/pull/8973) `lru-cache@11.2.6`
12+
* [`acec871`](https://github.com/npm/cli/commit/acec871478eeb4cf75d89216feb9e6a70efc1d33) [#8973](https://github.com/npm/cli/pull/8973) `ssri@13.0.1`
13+
* [`1e42a86`](https://github.com/npm/cli/commit/1e42a86aa2460d39e8e3e450025d7df75e911d87) [#8973](https://github.com/npm/cli/pull/8973) `glob@13.0.2`
14+
* [`e1c08a4`](https://github.com/npm/cli/commit/e1c08a4cf10465c76f037bfe31c0666a183feb7c) [#8973](https://github.com/npm/cli/pull/8973) `is-cidr@6.0.3`
15+
* [`dfb0e34`](https://github.com/npm/cli/commit/dfb0e3466b444a5e1f25f785d42e8b8936bf5c3f) [#8973](https://github.com/npm/cli/pull/8973) `semver@7.7.4`
16+
* [`0ee7776`](https://github.com/npm/cli/commit/0ee7776b17bb0f1ae745ed9cb0db61347a64d37d) [#8973](https://github.com/npm/cli/pull/8973) `which@6.0.1`
17+
### Chores
18+
* [`eb81df8`](https://github.com/npm/cli/commit/eb81df8f6acba2e8921f06983d3f8ba44ea79094) [#8973](https://github.com/npm/cli/pull/8973) dev dependency updates (@wraithgar)
19+
* [`995e757`](https://github.com/npm/cli/commit/995e7579d66dfedbf20e3602b9523bc992dde139) [#8966](https://github.com/npm/cli/pull/8966) Clean up some todos, add tests for previously skipped blocks (@owlstronaut)
20+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.3.0): `@npmcli/arborist@9.3.0`
21+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.7.0): `@npmcli/config@10.7.0`
22+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.1): `libnpmdiff@8.1.1`
23+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.1): `libnpmexec@10.2.1`
24+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.15): `libnpmfund@7.0.15`
25+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.1): `libnpmpack@9.1.1`
26+
327
## [11.9.0](https://github.com/npm/cli/compare/v11.8.0...v11.9.0) (2026-02-04)
428
### Features
529
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)

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": "11.9.0",
3+
"version": "11.10.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.9.0",
9+
"version": "11.10.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,8 +85,8 @@
8585
],
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
88-
"@npmcli/arborist": "^9.2.0",
89-
"@npmcli/config": "^10.6.0",
88+
"@npmcli/arborist": "^9.3.0",
89+
"@npmcli/config": "^10.7.0",
9090
"@npmcli/fs": "^5.0.0",
9191
"@npmcli/map-workspaces": "^5.0.3",
9292
"@npmcli/metavuln-calculator": "^9.0.3",
@@ -111,11 +111,11 @@
111111
"is-cidr": "^6.0.3",
112112
"json-parse-even-better-errors": "^5.0.0",
113113
"libnpmaccess": "^10.0.3",
114-
"libnpmdiff": "^8.1.0",
115-
"libnpmexec": "^10.2.0",
116-
"libnpmfund": "^7.0.14",
114+
"libnpmdiff": "^8.1.1",
115+
"libnpmexec": "^10.2.1",
116+
"libnpmfund": "^7.0.15",
117117
"libnpmorg": "^8.0.1",
118-
"libnpmpack": "^9.1.0",
118+
"libnpmpack": "^9.1.1",
119119
"libnpmpublish": "^11.1.3",
120120
"libnpmsearch": "^9.0.1",
121121
"libnpmteam": "^8.0.2",
@@ -14462,7 +14462,7 @@
1446214462
},
1446314463
"workspaces/arborist": {
1446414464
"name": "@npmcli/arborist",
14465-
"version": "9.2.0",
14465+
"version": "9.3.0",
1446614466
"license": "ISC",
1446714467
"dependencies": {
1446814468
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14519,7 +14519,7 @@
1451914519
},
1452014520
"workspaces/config": {
1452114521
"name": "@npmcli/config",
14522-
"version": "10.6.0",
14522+
"version": "10.7.0",
1452314523
"license": "ISC",
1452414524
"dependencies": {
1452514525
"@npmcli/map-workspaces": "^5.0.0",
@@ -14559,10 +14559,10 @@
1455914559
}
1456014560
},
1456114561
"workspaces/libnpmdiff": {
14562-
"version": "8.1.0",
14562+
"version": "8.1.1",
1456314563
"license": "ISC",
1456414564
"dependencies": {
14565-
"@npmcli/arborist": "^9.2.0",
14565+
"@npmcli/arborist": "^9.3.0",
1456614566
"@npmcli/installed-package-contents": "^4.0.0",
1456714567
"binary-extensions": "^3.0.0",
1456814568
"diff": "^8.0.2",
@@ -14581,10 +14581,10 @@
1458114581
}
1458214582
},
1458314583
"workspaces/libnpmexec": {
14584-
"version": "10.2.0",
14584+
"version": "10.2.1",
1458514585
"license": "ISC",
1458614586
"dependencies": {
14587-
"@npmcli/arborist": "^9.2.0",
14587+
"@npmcli/arborist": "^9.3.0",
1458814588
"@npmcli/package-json": "^7.0.0",
1458914589
"@npmcli/run-script": "^10.0.0",
1459014590
"ci-info": "^4.0.0",
@@ -14612,10 +14612,10 @@
1461214612
}
1461314613
},
1461414614
"workspaces/libnpmfund": {
14615-
"version": "7.0.14",
14615+
"version": "7.0.15",
1461614616
"license": "ISC",
1461714617
"dependencies": {
14618-
"@npmcli/arborist": "^9.2.0"
14618+
"@npmcli/arborist": "^9.3.0"
1461914619
},
1462014620
"devDependencies": {
1462114621
"@npmcli/eslint-config": "^5.0.1",
@@ -14645,10 +14645,10 @@
1464514645
}
1464614646
},
1464714647
"workspaces/libnpmpack": {
14648-
"version": "9.1.0",
14648+
"version": "9.1.1",
1464914649
"license": "ISC",
1465014650
"dependencies": {
14651-
"@npmcli/arborist": "^9.2.0",
14651+
"@npmcli/arborist": "^9.3.0",
1465214652
"@npmcli/run-script": "^10.0.0",
1465314653
"npm-package-arg": "^13.0.0",
1465414654
"pacote": "^21.0.2"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.9.0",
2+
"version": "11.10.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": "^9.2.0",
56-
"@npmcli/config": "^10.6.0",
55+
"@npmcli/arborist": "^9.3.0",
56+
"@npmcli/config": "^10.7.0",
5757
"@npmcli/fs": "^5.0.0",
5858
"@npmcli/map-workspaces": "^5.0.3",
5959
"@npmcli/metavuln-calculator": "^9.0.3",
@@ -78,11 +78,11 @@
7878
"is-cidr": "^6.0.3",
7979
"json-parse-even-better-errors": "^5.0.0",
8080
"libnpmaccess": "^10.0.3",
81-
"libnpmdiff": "^8.1.0",
82-
"libnpmexec": "^10.2.0",
83-
"libnpmfund": "^7.0.14",
81+
"libnpmdiff": "^8.1.1",
82+
"libnpmexec": "^10.2.1",
83+
"libnpmfund": "^7.0.15",
8484
"libnpmorg": "^8.0.1",
85-
"libnpmpack": "^9.1.0",
85+
"libnpmpack": "^9.1.1",
8686
"libnpmpublish": "^11.1.3",
8787
"libnpmsearch": "^9.0.1",
8888
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.3.0](https://github.com/npm/cli/compare/arborist-v9.2.0...arborist-v9.3.0) (2026-02-11)
4+
### Features
5+
* [`7c038b7`](https://github.com/npm/cli/commit/7c038b75d4738635a3dd7140b63ead711de3d8d5) [#8968](https://github.com/npm/cli/pull/8968) add support for git-256 sha lengths (#8968) (@wraithgar)
6+
37
## [9.2.0](https://github.com/npm/cli/compare/arborist-v9.1.10...arborist-v9.2.0) (2026-02-04)
48
### Features
59
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)

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": "9.2.0",
3+
"version": "9.3.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+
## [10.7.0](https://github.com/npm/cli/compare/config-v10.6.0...config-v10.7.0) (2026-02-11)
4+
### Features
5+
* [`cf56a1e`](https://github.com/npm/cli/commit/cf56a1e4df9c8ae7b7e9752437d827a183e4040e) [#8899](https://github.com/npm/cli/pull/8899) npm trust, per-command config (@reggi)
6+
* [`cf56a1e`](https://github.com/npm/cli/commit/cf56a1e4df9c8ae7b7e9752437d827a183e4040e) [#8899](https://github.com/npm/cli/pull/8899) npm trust (@reggi)
7+
* [`66d6e11`](https://github.com/npm/cli/commit/66d6e11f3ecdbc823ede24ef83257f3bb6e69d46) [#8965](https://github.com/npm/cli/pull/8965) add min-release-age (#8965) (@wraithgar)
8+
39
## [10.6.0](https://github.com/npm/cli/compare/config-v10.5.0...config-v10.6.0) (2026-02-04)
410
### Features
511
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)

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": "10.6.0",
3+
"version": "10.7.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmdiff/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444

4545
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.10): `@npmcli/arborist@9.1.10`
4646

47+
### Dependencies
48+
49+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.3.0): `@npmcli/arborist@9.3.0`
50+
4751
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
4852
### Features
4953
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)

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": "8.1.0",
3+
"version": "8.1.1",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"tap": "^16.3.8"
4848
},
4949
"dependencies": {
50-
"@npmcli/arborist": "^9.2.0",
50+
"@npmcli/arborist": "^9.3.0",
5151
"@npmcli/installed-package-contents": "^4.0.0",
5252
"binary-extensions": "^3.0.0",
5353
"diff": "^8.0.2",

0 commit comments

Comments
 (0)