Skip to content

Commit 5866280

Browse files
github-actions[bot]owlstronaut
authored andcommitted
chore: release 11.17.0
1 parent 2922fa4 commit 5866280

17 files changed

Lines changed: 137 additions & 42 deletions

.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.16.0",
3-
"workspaces/arborist": "9.7.0",
2+
".": "11.17.0",
3+
"workspaces/arborist": "9.8.0",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.9",
6-
"workspaces/libnpmexec": "10.2.9",
7-
"workspaces/libnpmfund": "7.0.23",
5+
"workspaces/libnpmdiff": "8.1.10",
6+
"workspaces/libnpmexec": "10.3.0",
7+
"workspaces/libnpmfund": "7.0.24",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.9",
9+
"workspaces/libnpmpack": "9.1.10",
1010
"workspaces/libnpmpublish": "11.2.0",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",
1313
"workspaces/libnpmversion": "8.0.4",
14-
"workspaces/config": "10.10.0"
14+
"workspaces/config": "10.11.0"
1515
}

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,3 +1007,8 @@ Caleb Everett <calebev@amazon.com>
10071007
Vishal Doshi <vishal.doshi@gmail.com>
10081008
raazkhnl <raazkhnl@gmail.com>
10091009
Tea Reggi <reggi@github.com>
1010+
12122J <javiergomezbu@gmail.com>
1011+
Jamie Magee <jamagee@microsoft.com>
1012+
Jamie Magee <jamie.magee@gmail.com>
1013+
meeech <4623+meeech@users.noreply.github.com>
1014+
Abhinav <mrabhinav2k03@gmail.com>

CHANGELOG.md

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

3+
## [11.17.0](https://github.com/npm/cli/compare/v11.16.0...v11.17.0) (2026-06-11)
4+
### Features
5+
* [`ae8ac4e`](https://github.com/npm/cli/commit/ae8ac4ea39776f74551fc850f4a5e766b81c5545) [#9534](https://github.com/npm/cli/pull/9534) add min-release-age-exclude config (@JamieMagee, @caseyjhol)
6+
* [`8ff3e48`](https://github.com/npm/cli/commit/8ff3e48113a53576a8d450d7d5a1cb190a1986e1) [#9483](https://github.com/npm/cli/pull/9483) allowScripts tooling and inBundle hardening (#9483) (@github-actions[bot], @JamieMagee)
7+
### Bug Fixes
8+
* [`847cdf8`](https://github.com/npm/cli/commit/847cdf8d2277bc56f6aaef3957f0b9c06fed20e5) [#9541](https://github.com/npm/cli/pull/9541) match dotted and versioned args in approve-scripts/deny-scripts (@owlstronaut)
9+
* [`d99f7cb`](https://github.com/npm/cli/commit/d99f7cb1112d311b1f7fc885fb4f692ead8c8e2c) [#9535](https://github.com/npm/cli/pull/9535) emit valid JSON from approve-scripts/deny-scripts --json (@owlstronaut)
10+
* [`351a309`](https://github.com/npm/cli/commit/351a309e7c625b79cfb0c9fbaa2dc9a544509f70) [#9499](https://github.com/npm/cli/pull/9499) pass script-shell to publish lifecycle hooks (#9499) (@github-actions[bot])
11+
* [`4fa81df`](https://github.com/npm/cli/commit/4fa81dfedab4bf39e85d828f217a70210afd6dac) [#9497](https://github.com/npm/cli/pull/9497) recognize allowScripts for local link targets (#9497) (@github-actions[bot], @cyphercodes, @cyphercodes)
12+
* [`95cf2e9`](https://github.com/npm/cli/commit/95cf2e9efea892023387f3aec6062b8a7e8f1a60) [#9489](https://github.com/npm/cli/pull/9489) validate registry path for allow-remote tarballs (@Abhinav-143x)
13+
* [`9dd219b`](https://github.com/npm/cli/commit/9dd219b20ec3a1c7e46b23209b4619b872f1b604) [#9462](https://github.com/npm/cli/pull/9462) respect allowScripts policy in prune, dedupe, uninstall, audit, and link (#9462) (@github-actions[bot], @JamieMagee)
14+
* [`cd8d18a`](https://github.com/npm/cli/commit/cd8d18a66832856c5cc2ba90dc7c8b0f3dbe476b) [#9482](https://github.com/npm/cli/pull/9482) list pending scripts in approve-scripts when ignore-scripts is set (#9482) (@github-actions[bot], @JamieMagee)
15+
* [`c14e87c`](https://github.com/npm/cli/commit/c14e87c5d84a81ebe14ebe9c68e050ee6ec0fded) [#9481](https://github.com/npm/cli/pull/9481) suggest --allow-scripts for global installs in unreviewed-scripts warnings (#9481) (@github-actions[bot], @JamieMagee)
16+
* [`7ade52e`](https://github.com/npm/cli/commit/7ade52ea4059ca75e83f10e892b24581624acef9) [#9465](https://github.com/npm/cli/pull/9465) invalid issue template YAML indentation (#9465) (@github-actions[bot], @fallintoplace)
17+
* [`c069622`](https://github.com/npm/cli/commit/c0696225d8792e461989214ba7d8886dfd862b4a) [#9464](https://github.com/npm/cli/pull/9464) show full parent command path in subcommand usage errors (#9464) (@owlstronaut)
18+
* [`1bb62bb`](https://github.com/npm/cli/commit/1bb62bb639d1f791a0c51d236fba01c25c58992e) [#9454](https://github.com/npm/cli/pull/9454) config: clarify --all help so it's accurate for approve-scripts and deny-scripts (@JamieMagee)
19+
* [`84eeb5f`](https://github.com/npm/cli/commit/84eeb5fe9db14e01ebc44999ebe126224a78eb83) [#9431](https://github.com/npm/cli/pull/9431) audit: don't apply min-release-age before filter when verifying installed signatures (@JamieMagee)
20+
* [`3bd3377`](https://github.com/npm/cli/commit/3bd3377f207732b47655ea3a896d53046df199c4) [#9426](https://github.com/npm/cli/pull/9426) block forbidden keys in Queryable setter to prevent prototype pollution (@12122J, @claude)
21+
### Documentation
22+
* [`a86a7a9`](https://github.com/npm/cli/commit/a86a7a9e3c9ca840d4e7f5f3bb043ec5b9c7e154) [#9522](https://github.com/npm/cli/pull/9522) approve-scripts only throws EGLOBAL when run with -g (@JamieMagee)
23+
* [`693bb3d`](https://github.com/npm/cli/commit/693bb3de834f4611bf41785be357dc4598a2aaae) [#9508](https://github.com/npm/cli/pull/9508) clarify package.json override value specs (#9508) (@github-actions[bot], @ded-furby)
24+
* [`ccffe4a`](https://github.com/npm/cli/commit/ccffe4a917e1b9faf6e8fa9ab3a2856819e29e3a) [#9501](https://github.com/npm/cli/pull/9501) use the latest version for global update and outdated's `wanted` (#9501) (@github-actions[bot], @liangmiQwQ)
25+
* [`66e97c2`](https://github.com/npm/cli/commit/66e97c20003b43d80c464b89fb1e1c8c6b5c9433) [#9478](https://github.com/npm/cli/pull/9478) update minimum npm required for npm trust (@meeech)
26+
### Dependencies
27+
* [`bd09b87`](https://github.com/npm/cli/commit/bd09b87b50fd7a2051cdfedf3c491dbf133e05b6) [#9542](https://github.com/npm/cli/pull/9542) `postcss-selector-parser@7.1.4`
28+
* [`95bfc4c`](https://github.com/npm/cli/commit/95bfc4c69593cc85f783c164716d7bca0b453b4b) [#9542](https://github.com/npm/cli/pull/9542) `tinyglobby@0.2.17`
29+
* [`8c0d5fd`](https://github.com/npm/cli/commit/8c0d5fd2d72d544267b41f65ee576cc26b080d7c) [#9542](https://github.com/npm/cli/pull/9542) `tar@7.5.16`
30+
* [`967d377`](https://github.com/npm/cli/commit/967d3775434dc4d9659aa9d9c3b81771d12be3df) [#9542](https://github.com/npm/cli/pull/9542) `semver@7.8.4`
31+
* [`cdaac1b`](https://github.com/npm/cli/commit/cdaac1bed03a0f6aff1115ed7cb0745ca9e9f238) [#9542](https://github.com/npm/cli/pull/9542) `pacote@21.5.1`
32+
* [`25c8a9e`](https://github.com/npm/cli/commit/25c8a9ec04fed7f5941af004f7de5ad9b5775bde) [#9542](https://github.com/npm/cli/pull/9542) `node-gyp@12.4.0`
33+
### Chores
34+
* [`2922fa4`](https://github.com/npm/cli/commit/2922fa45f1145c14d7eb0e5796a6854217dd8922) [#9542](https://github.com/npm/cli/pull/9542) dev dependency updates (@owlstronaut)
35+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.8.0): `@npmcli/arborist@9.8.0`
36+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.11.0): `@npmcli/config@10.11.0`
37+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.10): `libnpmdiff@8.1.10`
38+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.3.0): `libnpmexec@10.3.0`
39+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.24): `libnpmfund@7.0.24`
40+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.10): `libnpmpack@9.1.10`
41+
342
## [11.16.0](https://github.com/npm/cli/compare/v11.15.0...v11.16.0) (2026-05-27)
443
### Features
544
* [`4b67f6e`](https://github.com/npm/cli/commit/4b67f6ed21a8bf7e47ae78b7fc9cc9fbdfa95057) [#9416](https://github.com/npm/cli/pull/9416) publish --access=private alias for restricted (#9416) (@github-actions[bot], @reggi, @Copilot)

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.16.0",
3+
"version": "11.17.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.16.0",
9+
"version": "11.17.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -84,8 +84,8 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^9.7.0",
88-
"@npmcli/config": "^10.10.0",
87+
"@npmcli/arborist": "^9.8.0",
88+
"@npmcli/config": "^10.11.0",
8989
"@npmcli/fs": "^5.0.0",
9090
"@npmcli/map-workspaces": "^5.0.3",
9191
"@npmcli/metavuln-calculator": "^9.0.3",
@@ -109,11 +109,11 @@
109109
"is-cidr": "^6.0.4",
110110
"json-parse-even-better-errors": "^5.0.0",
111111
"libnpmaccess": "^10.0.3",
112-
"libnpmdiff": "^8.1.9",
113-
"libnpmexec": "^10.2.9",
114-
"libnpmfund": "^7.0.23",
112+
"libnpmdiff": "^8.1.10",
113+
"libnpmexec": "^10.3.0",
114+
"libnpmfund": "^7.0.24",
115115
"libnpmorg": "^8.0.1",
116-
"libnpmpack": "^9.1.9",
116+
"libnpmpack": "^9.1.10",
117117
"libnpmpublish": "^11.2.0",
118118
"libnpmsearch": "^9.0.1",
119119
"libnpmteam": "^8.0.2",
@@ -14306,7 +14306,7 @@
1430614306
},
1430714307
"workspaces/arborist": {
1430814308
"name": "@npmcli/arborist",
14309-
"version": "9.7.0",
14309+
"version": "9.8.0",
1431014310
"license": "ISC",
1431114311
"dependencies": {
1431214312
"@gar/promise-retry": "^1.0.0",
@@ -14364,7 +14364,7 @@
1436414364
},
1436514365
"workspaces/config": {
1436614366
"name": "@npmcli/config",
14367-
"version": "10.10.0",
14367+
"version": "10.11.0",
1436814368
"license": "ISC",
1436914369
"dependencies": {
1437014370
"@npmcli/map-workspaces": "^5.0.0",
@@ -14404,10 +14404,10 @@
1440414404
}
1440514405
},
1440614406
"workspaces/libnpmdiff": {
14407-
"version": "8.1.9",
14407+
"version": "8.1.10",
1440814408
"license": "ISC",
1440914409
"dependencies": {
14410-
"@npmcli/arborist": "^9.7.0",
14410+
"@npmcli/arborist": "^9.8.0",
1441114411
"@npmcli/installed-package-contents": "^4.0.0",
1441214412
"binary-extensions": "^3.0.0",
1441314413
"diff": "^8.0.2",
@@ -14426,11 +14426,11 @@
1442614426
}
1442714427
},
1442814428
"workspaces/libnpmexec": {
14429-
"version": "10.2.9",
14429+
"version": "10.3.0",
1443014430
"license": "ISC",
1443114431
"dependencies": {
1443214432
"@gar/promise-retry": "^1.0.0",
14433-
"@npmcli/arborist": "^9.7.0",
14433+
"@npmcli/arborist": "^9.8.0",
1443414434
"@npmcli/package-json": "^7.0.0",
1443514435
"@npmcli/run-script": "^10.0.0",
1443614436
"ci-info": "^4.0.0",
@@ -14457,10 +14457,10 @@
1445714457
}
1445814458
},
1445914459
"workspaces/libnpmfund": {
14460-
"version": "7.0.23",
14460+
"version": "7.0.24",
1446114461
"license": "ISC",
1446214462
"dependencies": {
14463-
"@npmcli/arborist": "^9.7.0"
14463+
"@npmcli/arborist": "^9.8.0"
1446414464
},
1446514465
"devDependencies": {
1446614466
"@npmcli/eslint-config": "^5.0.1",
@@ -14490,10 +14490,10 @@
1449014490
}
1449114491
},
1449214492
"workspaces/libnpmpack": {
14493-
"version": "9.1.9",
14493+
"version": "9.1.10",
1449414494
"license": "ISC",
1449514495
"dependencies": {
14496-
"@npmcli/arborist": "^9.7.0",
14496+
"@npmcli/arborist": "^9.8.0",
1449714497
"@npmcli/run-script": "^10.0.0",
1449814498
"npm-package-arg": "^13.0.0",
1449914499
"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.16.0",
2+
"version": "11.17.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.7.0",
56-
"@npmcli/config": "^10.10.0",
55+
"@npmcli/arborist": "^9.8.0",
56+
"@npmcli/config": "^10.11.0",
5757
"@npmcli/fs": "^5.0.0",
5858
"@npmcli/map-workspaces": "^5.0.3",
5959
"@npmcli/metavuln-calculator": "^9.0.3",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^6.0.4",
7878
"json-parse-even-better-errors": "^5.0.0",
7979
"libnpmaccess": "^10.0.3",
80-
"libnpmdiff": "^8.1.9",
81-
"libnpmexec": "^10.2.9",
82-
"libnpmfund": "^7.0.23",
80+
"libnpmdiff": "^8.1.10",
81+
"libnpmexec": "^10.3.0",
82+
"libnpmfund": "^7.0.24",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.1.9",
84+
"libnpmpack": "^9.1.10",
8585
"libnpmpublish": "^11.2.0",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.8.0](https://github.com/npm/cli/compare/arborist-v9.7.0...arborist-v9.8.0) (2026-06-11)
4+
### Features
5+
* [`ae8ac4e`](https://github.com/npm/cli/commit/ae8ac4ea39776f74551fc850f4a5e766b81c5545) [#9534](https://github.com/npm/cli/pull/9534) add min-release-age-exclude config (@JamieMagee, @caseyjhol)
6+
* [`8ff3e48`](https://github.com/npm/cli/commit/8ff3e48113a53576a8d450d7d5a1cb190a1986e1) [#9483](https://github.com/npm/cli/pull/9483) allowScripts tooling and inBundle hardening (#9483) (@github-actions[bot], @JamieMagee)
7+
### Bug Fixes
8+
* [`fc5573a`](https://github.com/npm/cli/commit/fc5573a790bbcbad0c4e8934c279cbaa3340090a) [#9530](https://github.com/npm/cli/pull/9530) keep nested file: deps and re-resolve changed git refs (#9530) (@github-actions[bot], @owlstronaut)
9+
* [`b13ee4d`](https://github.com/npm/cli/commit/b13ee4d9f7a48b5257ef4dbf35020a05fbf00780) [#9511](https://github.com/npm/cli/pull/9511) arborist: honor allow-remote=root for root-direct remote tarballs (#9511) (@github-actions[bot], @manzoorwanijk)
10+
* [`66408d7`](https://github.com/npm/cli/commit/66408d7f423313dd0daa7fa9356c4d5fe25ee86c) [#9500](https://github.com/npm/cli/pull/9500) arborist: apply registry-tarball allow-remote exemption in linked strategy (#9500) (@github-actions[bot], @manzoorwanijk)
11+
* [`4fa81df`](https://github.com/npm/cli/commit/4fa81dfedab4bf39e85d828f217a70210afd6dac) [#9497](https://github.com/npm/cli/pull/9497) recognize allowScripts for local link targets (#9497) (@github-actions[bot], @cyphercodes, @cyphercodes)
12+
* [`95cf2e9`](https://github.com/npm/cli/commit/95cf2e9efea892023387f3aec6062b8a7e8f1a60) [#9489](https://github.com/npm/cli/pull/9489) validate registry path for allow-remote tarballs (@Abhinav-143x)
13+
* [`869cb9a`](https://github.com/npm/cli/commit/869cb9a1ef5627872830935024be94d60102b514) [#9485](https://github.com/npm/cli/pull/9485) arborist: link meta-only optional peers in linked strategy (@manzoorwanijk)
14+
* [`d41a9e3`](https://github.com/npm/cli/commit/d41a9e3494135593c2bbd0010e0b21b5adc6ee90) [#9484](https://github.com/npm/cli/pull/9484) arborist: clean up orphaned scoped store entries in linked strategy (@manzoorwanijk)
15+
* [`39d034d`](https://github.com/npm/cli/commit/39d034d7bee3f523ebfac8215e924d466722d101) [#9455](https://github.com/npm/cli/pull/9455) sanitize package name in linked-strategy path construction (@owlstronaut)
16+
* [`d59c964`](https://github.com/npm/cli/commit/d59c96413f6c731b3df87556efe4f0a9706d0a6d) [#9451](https://github.com/npm/cli/pull/9451) reject path traversal entries when inflating dependency shrinkwraps (@owlstronaut)
17+
* [`c9045d5`](https://github.com/npm/cli/commit/c9045d5885fa1338b7d32fa845aea0bfeab01657) [#9429](https://github.com/npm/cli/pull/9429) arborist: read install scripts from disk on lockfile installs instead of a sentinel (@JamieMagee)
18+
319
## [9.7.0](https://github.com/npm/cli/compare/arborist-v9.6.0...arborist-v9.7.0) (2026-05-27)
420
### Features
521
* [`a10c7ca`](https://github.com/npm/cli/commit/a10c7caf3ad9d2d5e17234c5c5e615dbce7717f9) [#9415](https://github.com/npm/cli/pull/9415) Phase 1 of `allowScripts` opt-in install-script policy (#9360) (#9415) (@owlstronaut, @JamieMagee)

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.7.0",
3+
"version": "9.8.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@gar/promise-retry": "^1.0.0",

workspaces/config/CHANGELOG.md

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

3+
## [10.11.0](https://github.com/npm/cli/compare/config-v10.10.0...config-v10.11.0) (2026-06-11)
4+
### Features
5+
* [`5f73e31`](https://github.com/npm/cli/commit/5f73e3111a39646f549bad7e39b9c3a9b69865cb) [#9539](https://github.com/npm/cli/pull/9539) differentiate GitHub Actions environments in user-agent (#9517) (@reggi, @Copilot)
6+
* [`ae8ac4e`](https://github.com/npm/cli/commit/ae8ac4ea39776f74551fc850f4a5e766b81c5545) [#9534](https://github.com/npm/cli/pull/9534) add min-release-age-exclude config (@JamieMagee, @caseyjhol)
7+
### Bug Fixes
8+
* [`1bb62bb`](https://github.com/npm/cli/commit/1bb62bb639d1f791a0c51d236fba01c25c58992e) [#9454](https://github.com/npm/cli/pull/9454) config: clarify --all help so it's accurate for approve-scripts and deny-scripts (@JamieMagee)
9+
310
## [10.10.0](https://github.com/npm/cli/compare/config-v10.9.1...config-v10.10.0) (2026-05-27)
411
### Features
512
* [`4b67f6e`](https://github.com/npm/cli/commit/4b67f6ed21a8bf7e47ae78b7fc9cc9fbdfa95057) [#9416](https://github.com/npm/cli/pull/9416) publish --access=private alias for restricted (#9416) (@github-actions[bot], @reggi, @Copilot)

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.10.0",
3+
"version": "10.11.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
@@ -80,6 +80,10 @@
8080

8181
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.7.0): `@npmcli/arborist@9.7.0`
8282

83+
### Dependencies
84+
85+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.8.0): `@npmcli/arborist@9.8.0`
86+
8387
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
8488
### Features
8589
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)

0 commit comments

Comments
 (0)