Skip to content

Commit 417daa7

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 11.9.0
1 parent 332c9f3 commit 417daa7

File tree

17 files changed

+106
-42
lines changed

17 files changed

+106
-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.8.0",
3-
"workspaces/arborist": "9.1.10",
2+
".": "11.9.0",
3+
"workspaces/arborist": "9.2.0",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.0.13",
6-
"workspaces/libnpmexec": "10.1.12",
7-
"workspaces/libnpmfund": "7.0.13",
5+
"workspaces/libnpmdiff": "8.1.0",
6+
"workspaces/libnpmexec": "10.2.0",
7+
"workspaces/libnpmfund": "7.0.14",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.0.13",
9+
"workspaces/libnpmpack": "9.1.0",
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.5.0"
14+
"workspaces/config": "10.6.0"
1515
}

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,3 +988,4 @@ Yashwant Bezawada <yashwant_b@me.com>
988988
Keegan Carruthers-Smith <keegan.csmith@gmail.com>
989989
Saksham Malhotra <saksh.m.malhotra@gmail.com>
990990
Kai <2644614+Schweinepriester@users.noreply.github.com>
991+
Mateusz Burzyński <mateuszburzynski@gmail.com>

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.9.0](https://github.com/npm/cli/compare/v11.8.0...v11.9.0) (2026-02-04)
4+
### Features
5+
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)
6+
### Bug Fixes
7+
* [`2242f25`](https://github.com/npm/cli/commit/2242f2515826474a4fb8664fc679f1919ecaf458) [#8952](https://github.com/npm/cli/pull/8952) webauth: improve error messages around webauth in non-TTY (#8952) (@Andarist)
8+
### Dependencies
9+
* [`332c9f3`](https://github.com/npm/cli/commit/332c9f355ff7c9a9a9e624100a84130a9b7c4162) [#8960](https://github.com/npm/cli/pull/8960) `glob@13.0.1`
10+
* [`eca02c7`](https://github.com/npm/cli/commit/eca02c78c993af969f837c55068239468794932a) [#8960](https://github.com/npm/cli/pull/8960) `minimatch@10.1.2` `@isaacs/brace-expansion@5.0.1`
11+
* [`b3f8475`](https://github.com/npm/cli/commit/b3f847568bcc95e1466668476cf3dcf1a4993ac3) [#8951](https://github.com/npm/cli/pull/8951) `minipass-fetch@5.0.1`
12+
* [`924171b`](https://github.com/npm/cli/commit/924171bf5794f16f688b8544912a6205ec1d1fb5) [#8951](https://github.com/npm/cli/pull/8951) `is-cidr@6.0.2`
13+
* [`4404002`](https://github.com/npm/cli/commit/4404002a16502e710625c7668cbc9b3a932d6fe8) [#8951](https://github.com/npm/cli/pull/8951) `ci-info@4.4.0`
14+
* [`b65af73`](https://github.com/npm/cli/commit/b65af737d8b05b1fec4540dfefeda4edd84e4aea) [#8951](https://github.com/npm/cli/pull/8951) `lru-cache@11.2.5`
15+
* [`164c355`](https://github.com/npm/cli/commit/164c35580ba9dd26461d9bcdf0c993b7a0eee5a6) [#8951](https://github.com/npm/cli/pull/8951) `tar@7.5.7`
16+
* [`a74a19c`](https://github.com/npm/cli/commit/a74a19ce52501e63af19db5a542b793c8ad2477b) [#8951](https://github.com/npm/cli/pull/8951) `node-gyp@12.2.0`
17+
* [`e0bc212`](https://github.com/npm/cli/commit/e0bc2129c9ba0ba5ac61c07e07aefd99adff5fb6) [#8943](https://github.com/npm/cli/pull/8943) `pacote@21.1.0`
18+
### Chores
19+
* [`4a82a8f`](https://github.com/npm/cli/commit/4a82a8f2e8873853ce3ef2f91c459ec9fd5aebde) [#8951](https://github.com/npm/cli/pull/8951) dev dependency updates (@wraithgar)
20+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.2.0): `@npmcli/arborist@9.2.0`
21+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.6.0): `@npmcli/config@10.6.0`
22+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.0): `libnpmdiff@8.1.0`
23+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.0): `libnpmexec@10.2.0`
24+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.14): `libnpmfund@7.0.14`
25+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.0): `libnpmpack@9.1.0`
26+
327
## [11.8.0](https://github.com/npm/cli/compare/v11.7.0...v11.8.0) (2026-01-21)
428
### Features
529
* [`545e861`](https://github.com/npm/cli/commit/545e86154cc847766ceb356c3b1229d0573314c0) [#8828](https://github.com/npm/cli/pull/8828) show proxy environment variables in npm config list (Max Black)

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.8.0",
3+
"version": "11.9.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.8.0",
9+
"version": "11.9.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.1.10",
89-
"@npmcli/config": "^10.5.0",
88+
"@npmcli/arborist": "^9.2.0",
89+
"@npmcli/config": "^10.6.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.1",
112112
"json-parse-even-better-errors": "^5.0.0",
113113
"libnpmaccess": "^10.0.3",
114-
"libnpmdiff": "^8.0.13",
115-
"libnpmexec": "^10.1.12",
116-
"libnpmfund": "^7.0.13",
114+
"libnpmdiff": "^8.1.0",
115+
"libnpmexec": "^10.2.0",
116+
"libnpmfund": "^7.0.14",
117117
"libnpmorg": "^8.0.1",
118-
"libnpmpack": "^9.0.13",
118+
"libnpmpack": "^9.1.0",
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.1.10",
14719+
"version": "9.2.0",
1472014720
"license": "ISC",
1472114721
"dependencies": {
1472214722
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14773,7 +14773,7 @@
1477314773
},
1477414774
"workspaces/config": {
1477514775
"name": "@npmcli/config",
14776-
"version": "10.5.0",
14776+
"version": "10.6.0",
1477714777
"license": "ISC",
1477814778
"dependencies": {
1477914779
"@npmcli/map-workspaces": "^5.0.0",
@@ -14813,10 +14813,10 @@
1481314813
}
1481414814
},
1481514815
"workspaces/libnpmdiff": {
14816-
"version": "8.0.13",
14816+
"version": "8.1.0",
1481714817
"license": "ISC",
1481814818
"dependencies": {
14819-
"@npmcli/arborist": "^9.1.10",
14819+
"@npmcli/arborist": "^9.2.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.1.12",
14838+
"version": "10.2.0",
1483914839
"license": "ISC",
1484014840
"dependencies": {
14841-
"@npmcli/arborist": "^9.1.10",
14841+
"@npmcli/arborist": "^9.2.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.13",
14869+
"version": "7.0.14",
1487014870
"license": "ISC",
1487114871
"dependencies": {
14872-
"@npmcli/arborist": "^9.1.10"
14872+
"@npmcli/arborist": "^9.2.0"
1487314873
},
1487414874
"devDependencies": {
1487514875
"@npmcli/eslint-config": "^5.0.1",
@@ -14899,10 +14899,10 @@
1489914899
}
1490014900
},
1490114901
"workspaces/libnpmpack": {
14902-
"version": "9.0.13",
14902+
"version": "9.1.0",
1490314903
"license": "ISC",
1490414904
"dependencies": {
14905-
"@npmcli/arborist": "^9.1.10",
14905+
"@npmcli/arborist": "^9.2.0",
1490614906
"@npmcli/run-script": "^10.0.0",
1490714907
"npm-package-arg": "^13.0.0",
1490814908
"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.8.0",
2+
"version": "11.9.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.1.10",
56-
"@npmcli/config": "^10.5.0",
55+
"@npmcli/arborist": "^9.2.0",
56+
"@npmcli/config": "^10.6.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.1",
7979
"json-parse-even-better-errors": "^5.0.0",
8080
"libnpmaccess": "^10.0.3",
81-
"libnpmdiff": "^8.0.13",
82-
"libnpmexec": "^10.1.12",
83-
"libnpmfund": "^7.0.13",
81+
"libnpmdiff": "^8.1.0",
82+
"libnpmexec": "^10.2.0",
83+
"libnpmfund": "^7.0.14",
8484
"libnpmorg": "^8.0.1",
85-
"libnpmpack": "^9.0.13",
85+
"libnpmpack": "^9.1.0",
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.2.0](https://github.com/npm/cli/compare/arborist-v9.1.10...arborist-v9.2.0) (2026-02-04)
4+
### Features
5+
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)
6+
37
## [9.1.10](https://github.com/npm/cli/compare/arborist-v9.1.9...arborist-v9.1.10) (2026-01-21)
48
### Dependencies
59
* [`f951820`](https://github.com/npm/cli/commit/f95182001771ad5d52dfc57934d7ce1b97055b70) [#8919](https://github.com/npm/cli/pull/8919) `common-ancestor-path@2.0.0`

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

workspaces/config/CHANGELOG.md

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

3+
## [10.6.0](https://github.com/npm/cli/compare/config-v10.5.0...config-v10.6.0) (2026-02-04)
4+
### Features
5+
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)
6+
37
## [10.5.0](https://github.com/npm/cli/compare/config-v10.4.5...config-v10.5.0) (2026-01-21)
48
### Features
59
* [`5a444d5`](https://github.com/npm/cli/commit/5a444d57f1068efddc71ddfd131a949632524e00) [#8828](https://github.com/npm/cli/pull/8828) export environment config variable names (Max Black)

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

workspaces/libnpmdiff/CHANGELOG.md

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

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

47+
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
48+
### Features
49+
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)
50+
51+
52+
### Dependencies
53+
54+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.2.0): `@npmcli/arborist@9.2.0`
55+
4756
## [8.0.11](https://github.com/npm/cli/compare/libnpmdiff-v8.0.10...libnpmdiff-v8.0.11) (2025-11-25)
4857
### Dependencies
4958
* [`9d77b84`](https://github.com/npm/cli/commit/9d77b84ce961a28941af8b1a597a03e308828cd4) [#8770](https://github.com/npm/cli/pull/8770) `@npmcli/installed-package-contents@4.0.0`

0 commit comments

Comments
 (0)