Skip to content

Commit 49a764e

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 10.9.6
1 parent d6fe671 commit 49a764e

File tree

14 files changed

+74
-37
lines changed

14 files changed

+74
-37
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "10.9.5",
3-
"workspaces/arborist": "8.0.2",
2+
".": "10.9.6",
3+
"workspaces/arborist": "8.0.3",
44
"workspaces/libnpmaccess": "9.0.0",
5-
"workspaces/libnpmdiff": "7.0.2",
6-
"workspaces/libnpmexec": "9.0.2",
7-
"workspaces/libnpmfund": "6.0.2",
5+
"workspaces/libnpmdiff": "7.0.3",
6+
"workspaces/libnpmexec": "9.0.3",
7+
"workspaces/libnpmfund": "6.0.3",
88
"workspaces/libnpmhook": "11.0.0",
99
"workspaces/libnpmorg": "7.0.0",
10-
"workspaces/libnpmpack": "8.0.2",
10+
"workspaces/libnpmpack": "8.0.3",
1111
"workspaces/libnpmpublish": "10.0.2",
1212
"workspaces/libnpmsearch": "8.0.0",
1313
"workspaces/libnpmteam": "7.0.0",

CHANGELOG.md

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

3+
## [10.9.6](https://github.com/npm/cli/compare/v10.9.5...v10.9.6) (2026-03-10)
4+
### Bug Fixes
5+
* [`d6fe671`](https://github.com/npm/cli/commit/d6fe671dfb6137bf6dcbaaa23abfce95ff1d4270) [#9098](https://github.com/npm/cli/pull/9098) arborist: v10 - backport multiple fixes for linked install (#9098) (@manzoorwanijk)
6+
### Dependencies
7+
* [`a5dadad`](https://github.com/npm/cli/commit/a5dadad48ecbea9783d12d355e4031f9f22d845f) [#9067](https://github.com/npm/cli/pull/9067) `tar@7.5.11`
8+
* [`87abb92`](https://github.com/npm/cli/commit/87abb92b6e426104718341462b544496ba31d226) [#9067](https://github.com/npm/cli/pull/9067) `pacote@20.0.1`
9+
* [`c2f0fd2`](https://github.com/npm/cli/commit/c2f0fd273075ed4d0ac33d17ede62f3915ccb5ef) [#9067](https://github.com/npm/cli/pull/9067) `pacote@19.0.2`
10+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3`
11+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v7.0.3): `libnpmdiff@7.0.3`
12+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v9.0.3): `libnpmexec@9.0.3`
13+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v6.0.3): `libnpmfund@6.0.3`
14+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v8.0.3): `libnpmpack@8.0.3`
15+
316
## [10.9.5](https://github.com/npm/cli/compare/v10.9.4...v10.9.5) (2026-03-04)
417
### Bug Fixes
518
* [`794f6c8`](https://github.com/npm/cli/commit/794f6c8f0d56698430d05430777d22dbfa92b353) [#9011](https://github.com/npm/cli/pull/9011) backport linked strategy fixes from multiple PRs to v10 (#9011) (@manzoorwanijk)

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": "10.9.5",
3+
"version": "10.9.6",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.9.5",
9+
"version": "10.9.6",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -87,7 +87,7 @@
8787
],
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
90-
"@npmcli/arborist": "^8.0.2",
90+
"@npmcli/arborist": "^8.0.3",
9191
"@npmcli/config": "^9.0.0",
9292
"@npmcli/fs": "^4.0.0",
9393
"@npmcli/map-workspaces": "^4.0.2",
@@ -112,12 +112,12 @@
112112
"is-cidr": "^5.1.1",
113113
"json-parse-even-better-errors": "^4.0.0",
114114
"libnpmaccess": "^9.0.0",
115-
"libnpmdiff": "^7.0.2",
116-
"libnpmexec": "^9.0.2",
117-
"libnpmfund": "^6.0.2",
115+
"libnpmdiff": "^7.0.3",
116+
"libnpmexec": "^9.0.3",
117+
"libnpmfund": "^6.0.3",
118118
"libnpmhook": "^11.0.0",
119119
"libnpmorg": "^7.0.0",
120-
"libnpmpack": "^8.0.2",
120+
"libnpmpack": "^8.0.3",
121121
"libnpmpublish": "^10.0.2",
122122
"libnpmsearch": "^8.0.0",
123123
"libnpmteam": "^7.0.0",
@@ -17758,7 +17758,7 @@
1775817758
},
1775917759
"workspaces/arborist": {
1776017760
"name": "@npmcli/arborist",
17761-
"version": "8.0.2",
17761+
"version": "8.0.3",
1776217762
"license": "ISC",
1776317763
"dependencies": {
1776417764
"@isaacs/string-locale-compare": "^1.1.0",
@@ -17858,10 +17858,10 @@
1785817858
}
1785917859
},
1786017860
"workspaces/libnpmdiff": {
17861-
"version": "7.0.2",
17861+
"version": "7.0.3",
1786217862
"license": "ISC",
1786317863
"dependencies": {
17864-
"@npmcli/arborist": "^8.0.2",
17864+
"@npmcli/arborist": "^8.0.3",
1786517865
"@npmcli/installed-package-contents": "^3.0.0",
1786617866
"binary-extensions": "^2.3.0",
1786717867
"diff": "^5.1.0",
@@ -17880,10 +17880,10 @@
1788017880
}
1788117881
},
1788217882
"workspaces/libnpmexec": {
17883-
"version": "9.0.2",
17883+
"version": "9.0.3",
1788417884
"license": "ISC",
1788517885
"dependencies": {
17886-
"@npmcli/arborist": "^8.0.2",
17886+
"@npmcli/arborist": "^8.0.3",
1788717887
"@npmcli/run-script": "^9.0.1",
1788817888
"ci-info": "^4.0.0",
1788917889
"npm-package-arg": "^12.0.0",
@@ -17909,10 +17909,10 @@
1790917909
}
1791017910
},
1791117911
"workspaces/libnpmfund": {
17912-
"version": "6.0.2",
17912+
"version": "6.0.3",
1791317913
"license": "ISC",
1791417914
"dependencies": {
17915-
"@npmcli/arborist": "^8.0.2"
17915+
"@npmcli/arborist": "^8.0.3"
1791617916
},
1791717917
"devDependencies": {
1791817918
"@npmcli/eslint-config": "^5.0.1",
@@ -17959,10 +17959,10 @@
1795917959
}
1796017960
},
1796117961
"workspaces/libnpmpack": {
17962-
"version": "8.0.2",
17962+
"version": "8.0.3",
1796317963
"license": "ISC",
1796417964
"dependencies": {
17965-
"@npmcli/arborist": "^8.0.2",
17965+
"@npmcli/arborist": "^8.0.3",
1796617966
"@npmcli/run-script": "^9.0.1",
1796717967
"npm-package-arg": "^12.0.0",
1796817968
"pacote": "^19.0.0"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.9.5",
2+
"version": "10.9.6",
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": "^8.0.2",
55+
"@npmcli/arborist": "^8.0.3",
5656
"@npmcli/config": "^9.0.0",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^4.0.2",
@@ -77,12 +77,12 @@
7777
"is-cidr": "^5.1.1",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^9.0.0",
80-
"libnpmdiff": "^7.0.2",
81-
"libnpmexec": "^9.0.2",
82-
"libnpmfund": "^6.0.2",
80+
"libnpmdiff": "^7.0.3",
81+
"libnpmexec": "^9.0.3",
82+
"libnpmfund": "^6.0.3",
8383
"libnpmhook": "^11.0.0",
8484
"libnpmorg": "^7.0.0",
85-
"libnpmpack": "^8.0.2",
85+
"libnpmpack": "^8.0.3",
8686
"libnpmpublish": "^10.0.2",
8787
"libnpmsearch": "^8.0.0",
8888
"libnpmteam": "^7.0.0",

workspaces/arborist/CHANGELOG.md

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

3+
## [8.0.3](https://github.com/npm/cli/compare/arborist-v8.0.2...arborist-v8.0.3) (2026-03-10)
4+
### Bug Fixes
5+
* [`d6fe671`](https://github.com/npm/cli/commit/d6fe671dfb6137bf6dcbaaa23abfce95ff1d4270) [#9098](https://github.com/npm/cli/pull/9098) arborist: v10 - backport multiple fixes for linked install (#9098) (@manzoorwanijk)
6+
* [`ebd09c3`](https://github.com/npm/cli/commit/ebd09c32eea3a1438fa754b281f5238679de6645) [#9084](https://github.com/npm/cli/pull/9084) arborist: backport linked strategy hoisting fixes to v10 (#9084) (@manzoorwanijk)
7+
* [`f95f368`](https://github.com/npm/cli/commit/f95f36817abba3ad4c5a983324d2eb1722ced35e) [#9075](https://github.com/npm/cli/pull/9075) consolidate isolated node/link attributes (#9075) (@wraithgar)
8+
* [`2d83231`](https://github.com/npm/cli/commit/2d832315d67683af65b02610446f469f0e49a5ee) [#9064](https://github.com/npm/cli/pull/9064) arborist: add missing top property to isolated reifier proxy nodes (#9064) (@manzoorwanijk)
9+
310
## [8.0.2](https://github.com/npm/cli/compare/arborist-v8.0.1...arborist-v8.0.2) (2026-03-04)
411
### Bug Fixes
512
* [`794f6c8`](https://github.com/npm/cli/commit/794f6c8f0d56698430d05430777d22dbfa92b353) [#9011](https://github.com/npm/cli/pull/9011) backport linked strategy fixes from multiple PRs to v10 (#9011) (@manzoorwanijk)

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

workspaces/libnpmdiff/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2`
1414

15+
## [7.0.3](https://github.com/npm/cli/compare/libnpmdiff-v7.0.2...libnpmdiff-v7.0.3) (2026-03-10)
16+
### Dependencies
17+
* [`a5dadad`](https://github.com/npm/cli/commit/a5dadad48ecbea9783d12d355e4031f9f22d845f) [#9067](https://github.com/npm/cli/pull/9067) `tar@7.5.11`
18+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3`
19+
1520
## [7.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.1.4...libnpmdiff-v7.0.0) (2024-10-03)
1621
### ⚠️ BREAKING CHANGES
1722
* `libnpmdiff` now supports node `^18.17.0 || >=20.5.0`

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": "7.0.2",
3+
"version": "7.0.3",
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": "^8.0.2",
50+
"@npmcli/arborist": "^8.0.3",
5151
"@npmcli/installed-package-contents": "^3.0.0",
5252
"binary-extensions": "^2.3.0",
5353
"diff": "^5.1.0",

workspaces/libnpmexec/CHANGELOG.md

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

99
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2`
1010

11+
### Dependencies
12+
13+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3`
14+
1115
## [9.0.0](https://github.com/npm/cli/compare/libnpmexec-v8.1.4...libnpmexec-v9.0.0) (2024-10-03)
1216
### ⚠️ BREAKING CHANGES
1317
* `libnpmexec` now supports node `^18.17.0 || >=20.5.0`

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": "9.0.2",
3+
"version": "9.0.3",
44
"files": [
55
"bin/",
66
"lib/"
@@ -60,7 +60,7 @@
6060
"tap": "^16.3.8"
6161
},
6262
"dependencies": {
63-
"@npmcli/arborist": "^8.0.2",
63+
"@npmcli/arborist": "^8.0.3",
6464
"@npmcli/run-script": "^9.0.1",
6565
"ci-info": "^4.0.0",
6666
"npm-package-arg": "^12.0.0",

0 commit comments

Comments
 (0)