Skip to content

Commit ecba134

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.9.1
1 parent 7c038b7 commit ecba134

File tree

14 files changed

+65
-37
lines changed

14 files changed

+65
-37
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
".": "11.9.0",
3-
"workspaces/arborist": "9.2.0",
2+
".": "11.9.1",
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",

CHANGELOG.md

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

3+
### Dependencies
4+
5+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.3.0): `@npmcli/arborist@9.3.0`
6+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.1): `libnpmdiff@8.1.1`
7+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.1): `libnpmexec@10.2.1`
8+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.15): `libnpmfund@7.0.15`
9+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.1): `libnpmpack@9.1.1`
10+
311
## [11.9.0](https://github.com/npm/cli/compare/v11.8.0...v11.9.0) (2026-02-04)
412
### Features
513
* [`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: 16 additions & 16 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.9.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.9.0",
9+
"version": "11.9.1",
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": "^9.2.0",
88+
"@npmcli/arborist": "^9.3.0",
8989
"@npmcli/config": "^10.6.0",
9090
"@npmcli/fs": "^5.0.0",
9191
"@npmcli/map-workspaces": "^5.0.3",
@@ -111,11 +111,11 @@
111111
"is-cidr": "^6.0.1",
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",
@@ -14716,7 +14716,7 @@
1471614716
},
1471714717
"workspaces/arborist": {
1471814718
"name": "@npmcli/arborist",
14719-
"version": "9.2.0",
14719+
"version": "9.3.0",
1472014720
"license": "ISC",
1472114721
"dependencies": {
1472214722
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14813,10 +14813,10 @@
1481314813
}
1481414814
},
1481514815
"workspaces/libnpmdiff": {
14816-
"version": "8.1.0",
14816+
"version": "8.1.1",
1481714817
"license": "ISC",
1481814818
"dependencies": {
14819-
"@npmcli/arborist": "^9.2.0",
14819+
"@npmcli/arborist": "^9.3.0",
1482014820
"@npmcli/installed-package-contents": "^4.0.0",
1482114821
"binary-extensions": "^3.0.0",
1482214822
"diff": "^8.0.2",
@@ -14835,10 +14835,10 @@
1483514835
}
1483614836
},
1483714837
"workspaces/libnpmexec": {
14838-
"version": "10.2.0",
14838+
"version": "10.2.1",
1483914839
"license": "ISC",
1484014840
"dependencies": {
14841-
"@npmcli/arborist": "^9.2.0",
14841+
"@npmcli/arborist": "^9.3.0",
1484214842
"@npmcli/package-json": "^7.0.0",
1484314843
"@npmcli/run-script": "^10.0.0",
1484414844
"ci-info": "^4.0.0",
@@ -14866,10 +14866,10 @@
1486614866
}
1486714867
},
1486814868
"workspaces/libnpmfund": {
14869-
"version": "7.0.14",
14869+
"version": "7.0.15",
1487014870
"license": "ISC",
1487114871
"dependencies": {
14872-
"@npmcli/arborist": "^9.2.0"
14872+
"@npmcli/arborist": "^9.3.0"
1487314873
},
1487414874
"devDependencies": {
1487514875
"@npmcli/eslint-config": "^5.0.1",
@@ -14899,10 +14899,10 @@
1489914899
}
1490014900
},
1490114901
"workspaces/libnpmpack": {
14902-
"version": "9.1.0",
14902+
"version": "9.1.1",
1490314903
"license": "ISC",
1490414904
"dependencies": {
14905-
"@npmcli/arborist": "^9.2.0",
14905+
"@npmcli/arborist": "^9.3.0",
1490614906
"@npmcli/run-script": "^10.0.0",
1490714907
"npm-package-arg": "^13.0.0",
1490814908
"pacote": "^21.0.2"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.9.0",
2+
"version": "11.9.1",
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": "^9.2.0",
55+
"@npmcli/arborist": "^9.3.0",
5656
"@npmcli/config": "^10.6.0",
5757
"@npmcli/fs": "^5.0.0",
5858
"@npmcli/map-workspaces": "^5.0.3",
@@ -78,11 +78,11 @@
7878
"is-cidr": "^6.0.1",
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-09)
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/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",

workspaces/libnpmexec/CHANGELOG.md

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

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

27+
### Dependencies
28+
29+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.3.0): `@npmcli/arborist@9.3.0`
30+
2731
## [10.2.0](https://github.com/npm/cli/compare/libnpmexec-v10.1.12...libnpmexec-v10.2.0) (2026-02-04)
2832
### Features
2933
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "10.2.0",
3+
"version": "10.2.1",
44
"files": [
55
"bin/",
66
"lib/"
@@ -60,7 +60,7 @@
6060
"tap": "^16.3.8"
6161
},
6262
"dependencies": {
63-
"@npmcli/arborist": "^9.2.0",
63+
"@npmcli/arborist": "^9.3.0",
6464
"@npmcli/package-json": "^7.0.0",
6565
"@npmcli/run-script": "^10.0.0",
6666
"ci-info": "^4.0.0",

0 commit comments

Comments
 (0)