Skip to content

Commit b2ec3f6

Browse files
chore: release 11.6.1
1 parent d389614 commit b2ec3f6

File tree

16 files changed

+82
-36
lines changed

16 files changed

+82
-36
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.6.0",
3-
"workspaces/arborist": "9.1.4",
2+
".": "11.6.1",
3+
"workspaces/arborist": "9.1.5",
44
"workspaces/libnpmaccess": "10.0.1",
5-
"workspaces/libnpmdiff": "8.0.7",
6-
"workspaces/libnpmexec": "10.1.6",
7-
"workspaces/libnpmfund": "7.0.7",
5+
"workspaces/libnpmdiff": "8.0.8",
6+
"workspaces/libnpmexec": "10.1.7",
7+
"workspaces/libnpmfund": "7.0.8",
88
"workspaces/libnpmorg": "8.0.0",
9-
"workspaces/libnpmpack": "9.0.7",
9+
"workspaces/libnpmpack": "9.0.8",
1010
"workspaces/libnpmpublish": "11.1.0",
1111
"workspaces/libnpmsearch": "9.0.0",
1212
"workspaces/libnpmteam": "8.0.1",
1313
"workspaces/libnpmversion": "8.0.1",
14-
"workspaces/config": "10.4.0"
14+
"workspaces/config": "10.4.1"
1515
}

CHANGELOG.md

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

3+
## [11.6.1](https://github.com/npm/cli/compare/v11.6.0...v11.6.1) (2025-09-19)
4+
### Bug Fixes
5+
* [`d389614`](https://github.com/npm/cli/commit/d3896147c61b06d6d39a55bbb609f878548e0107) [#8579](https://github.com/npm/cli/pull/8579) corrects peer dependency flag propagation (@owlstronaut)
6+
* [`5db81c3`](https://github.com/npm/cli/commit/5db81c350654dbbe2e1442d623efada9a24e04f1) [#8512](https://github.com/npm/cli/pull/8512) allow concurrent non-local npx calls (#8512) (@jenseng, @wraithgar)
7+
### Documentation
8+
* [`7a09902`](https://github.com/npm/cli/commit/7a099029dbeeeab821498b9b462abce1269461f4) [#8582](https://github.com/npm/cli/pull/8582) bring back certfile (#8582) (@jenseng)
9+
10+
11+
### Dependencies
12+
13+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.5): `@npmcli/[email protected]`
14+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.4.1): `@npmcli/[email protected]`
15+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.8): `[email protected]`
16+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.7): `[email protected]`
17+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.8): `[email protected]`
18+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.8): `[email protected]`
19+
320
## [11.6.0](https://github.com/npm/cli/compare/v11.5.2...v11.6.0) (2025-09-03)
421
### Features
522
* [`bdcc10d`](https://github.com/npm/cli/commit/bdcc10d9f848940987b3d326ccd4673fab2bcfef) [#8359](https://github.com/npm/cli/pull/8359) add support for optional env var replacements in .npmrc (#8359) (@aczekajski, @owlstronaut)

package-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.6.0",
3+
"version": "11.6.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.6.0",
9+
"version": "11.6.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -18658,7 +18658,7 @@
1865818658
},
1865918659
"workspaces/arborist": {
1866018660
"name": "@npmcli/arborist",
18661-
"version": "9.1.4",
18661+
"version": "9.1.5",
1866218662
"license": "ISC",
1866318663
"dependencies": {
1866418664
"@isaacs/string-locale-compare": "^1.1.0",
@@ -18716,7 +18716,7 @@
1871618716
},
1871718717
"workspaces/config": {
1871818718
"name": "@npmcli/config",
18719-
"version": "10.4.0",
18719+
"version": "10.4.1",
1872018720
"license": "ISC",
1872118721
"dependencies": {
1872218722
"@npmcli/map-workspaces": "^4.0.1",
@@ -18756,10 +18756,10 @@
1875618756
}
1875718757
},
1875818758
"workspaces/libnpmdiff": {
18759-
"version": "8.0.7",
18759+
"version": "8.0.8",
1876018760
"license": "ISC",
1876118761
"dependencies": {
18762-
"@npmcli/arborist": "^9.1.4",
18762+
"@npmcli/arborist": "^9.1.5",
1876318763
"@npmcli/installed-package-contents": "^3.0.0",
1876418764
"binary-extensions": "^3.0.0",
1876518765
"diff": "^7.0.0",
@@ -18778,10 +18778,10 @@
1877818778
}
1877918779
},
1878018780
"workspaces/libnpmexec": {
18781-
"version": "10.1.6",
18781+
"version": "10.1.7",
1878218782
"license": "ISC",
1878318783
"dependencies": {
18784-
"@npmcli/arborist": "^9.1.4",
18784+
"@npmcli/arborist": "^9.1.5",
1878518785
"@npmcli/package-json": "^6.1.1",
1878618786
"@npmcli/run-script": "^9.0.1",
1878718787
"ci-info": "^4.0.0",
@@ -18810,10 +18810,10 @@
1881018810
}
1881118811
},
1881218812
"workspaces/libnpmfund": {
18813-
"version": "7.0.7",
18813+
"version": "7.0.8",
1881418814
"license": "ISC",
1881518815
"dependencies": {
18816-
"@npmcli/arborist": "^9.1.4"
18816+
"@npmcli/arborist": "^9.1.5"
1881718817
},
1881818818
"devDependencies": {
1881918819
"@npmcli/eslint-config": "^5.0.1",
@@ -18843,10 +18843,10 @@
1884318843
}
1884418844
},
1884518845
"workspaces/libnpmpack": {
18846-
"version": "9.0.7",
18846+
"version": "9.0.8",
1884718847
"license": "ISC",
1884818848
"dependencies": {
18849-
"@npmcli/arborist": "^9.1.4",
18849+
"@npmcli/arborist": "^9.1.5",
1885018850
"@npmcli/run-script": "^9.0.1",
1885118851
"npm-package-arg": "^12.0.0",
1885218852
"pacote": "^21.0.0"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.6.0",
2+
"version": "11.6.1",
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.4",
56-
"@npmcli/config": "^10.4.0",
55+
"@npmcli/arborist": "^9.1.5",
56+
"@npmcli/config": "^10.4.1",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^4.0.2",
5959
"@npmcli/package-json": "^6.2.0",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^5.1.1",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.1",
80-
"libnpmdiff": "^8.0.7",
81-
"libnpmexec": "^10.1.6",
82-
"libnpmfund": "^7.0.7",
80+
"libnpmdiff": "^8.0.8",
81+
"libnpmexec": "^10.1.7",
82+
"libnpmfund": "^7.0.8",
8383
"libnpmorg": "^8.0.0",
84-
"libnpmpack": "^9.0.7",
84+
"libnpmpack": "^9.0.8",
8585
"libnpmpublish": "^11.1.0",
8686
"libnpmsearch": "^9.0.0",
8787
"libnpmteam": "^8.0.1",

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.1.5](https://github.com/npm/cli/compare/arborist-v9.1.4...arborist-v9.1.5) (2025-09-19)
4+
### Bug Fixes
5+
* [`d389614`](https://github.com/npm/cli/commit/d3896147c61b06d6d39a55bbb609f878548e0107) [#8579](https://github.com/npm/cli/pull/8579) corrects peer dependency flag propagation (@owlstronaut)
6+
37
## [9.1.4](https://github.com/npm/cli/compare/arborist-v9.1.3...arborist-v9.1.4) (2025-09-03)
48
### Bug Fixes
59
* [`208c06e`](https://github.com/npm/cli/commit/208c06e91a187b03d6bdd75bff4e4285b365750c) [#8448](https://github.com/npm/cli/pull/8448) peer edge crash due to no parent or detached node (#8448) (@milaninfy)

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.4",
3+
"version": "9.1.5",
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.4.1](https://github.com/npm/cli/compare/config-v10.4.0...config-v10.4.1) (2025-09-19)
4+
### Documentation
5+
* [`7a09902`](https://github.com/npm/cli/commit/7a099029dbeeeab821498b9b462abce1269461f4) [#8582](https://github.com/npm/cli/pull/8582) bring back certfile (#8582) (@jenseng)
6+
37
## [10.4.0](https://github.com/npm/cli/compare/config-v10.3.1...config-v10.4.0) (2025-09-03)
48
### Features
59
* [`bdcc10d`](https://github.com/npm/cli/commit/bdcc10d9f848940987b3d326ccd4673fab2bcfef) [#8359](https://github.com/npm/cli/pull/8359) add support for optional env var replacements in .npmrc (#8359) (@aczekajski, @owlstronaut)

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

workspaces/libnpmdiff/CHANGELOG.md

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

3333
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.4): `@npmcli/[email protected]`
3434

35+
### Dependencies
36+
37+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.5): `@npmcli/[email protected]`
38+
3539
## [8.0.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.0-pre.1...libnpmdiff-v8.0.0) (2024-12-16)
3640
### Features
3741
* [`a7bfc6d`](https://github.com/npm/cli/commit/a7bfc6df76882996ebb834dbca785fdf33b8c50d) [#7972](https://github.com/npm/cli/pull/7972) trigger release process (#7972) (@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.0.7",
3+
"version": "8.0.8",
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.1.4",
50+
"@npmcli/arborist": "^9.1.5",
5151
"@npmcli/installed-package-contents": "^3.0.0",
5252
"binary-extensions": "^3.0.0",
5353
"diff": "^7.0.0",

0 commit comments

Comments
 (0)