Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "11.19.0",
".": "11.19.1",
"workspaces/arborist": "9.9.1",
"workspaces/libnpmaccess": "10.0.3",
"workspaces/libnpmdiff": "8.1.12",
"workspaces/libnpmexec": "10.3.2",
"workspaces/libnpmfund": "7.0.26",
"workspaces/libnpmorg": "8.0.1",
"workspaces/libnpmpack": "9.1.12",
"workspaces/libnpmpack": "9.1.13",
"workspaces/libnpmpublish": "11.2.0",
"workspaces/libnpmsearch": "9.0.1",
"workspaces/libnpmteam": "8.0.2",
Expand Down
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -1012,3 +1012,5 @@ Jamie Magee <jamagee@microsoft.com>
Jamie Magee <jamie.magee@gmail.com>
meeech <4623+meeech@users.noreply.github.com>
Abhinav <mrabhinav2k03@gmail.com>
martin <martin.ruiz.mares@gmail.com>
Martin Ruiz <mruizmares@microsoft.com>
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [11.19.1](https://github.com/npm/cli/compare/v11.19.0...v11.19.1) (2026-08-25)
### Bug Fixes
* [`83b750d`](https://github.com/npm/cli/commit/83b750dbbc0b32f498da760396542f83d4069100) [#9916](https://github.com/npm/cli/pull/9916) exempt explicit pack targets from allow-directory (#9916) (@github-actions[bot], @ychampion, @ychampion)
### Dependencies
* [`4791b27`](https://github.com/npm/cli/commit/4791b27f15c81d474a68daabb10b3ba6d20a0e71) [#9872](https://github.com/npm/cli/pull/9872) `undici@6.28.0` (@martinrrm, @Copilot)
* [`823d647`](https://github.com/npm/cli/commit/823d647e0d4b28b0a491db12b3b75b78103dc407) [#9872](https://github.com/npm/cli/pull/9872) `ip-address@10.5.0` (@martinrrm, @Copilot)
* [`04f8efe`](https://github.com/npm/cli/commit/04f8efea927c7fea72652d81b3ebe1745fba74af) [#9872](https://github.com/npm/cli/pull/9872) `brace-expansion@5.0.9` (@martinrrm, @Copilot)
* [`1610280`](https://github.com/npm/cli/commit/161028035ceb491138fe2727ab918f0275ba42c5) [#9842](https://github.com/npm/cli/pull/9842) `tar@7.5.22` (#9842) (@martinrrm, @Copilot)
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.13): `libnpmpack@9.1.13`

## [11.19.0](https://github.com/npm/cli/compare/v11.18.0...v11.19.0) (2026-07-28)
### Features
* [`7d39aa6`](https://github.com/npm/cli/commit/7d39aa6956117ed2af95e8ecba3533f66c4bc050) [#9698](https://github.com/npm/cli/pull/9698) install-scripts: use install-scripts as the warning log title (@manzoorwanijk)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "11.19.0",
"version": "11.19.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "11.19.0",
"version": "11.19.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -113,7 +113,7 @@
"libnpmexec": "^10.3.2",
"libnpmfund": "^7.0.26",
"libnpmorg": "^8.0.1",
"libnpmpack": "^9.1.12",
"libnpmpack": "^9.1.13",
"libnpmpublish": "^11.2.0",
"libnpmsearch": "^9.0.1",
"libnpmteam": "^8.0.2",
Expand Down Expand Up @@ -14540,7 +14540,7 @@
}
},
"workspaces/libnpmpack": {
"version": "9.1.12",
"version": "9.1.13",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^9.9.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.19.0",
"version": "11.19.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -81,7 +81,7 @@
"libnpmexec": "^10.3.2",
"libnpmfund": "^7.0.26",
"libnpmorg": "^8.0.1",
"libnpmpack": "^9.1.12",
"libnpmpack": "^9.1.13",
"libnpmpublish": "^11.2.0",
"libnpmsearch": "^9.0.1",
"libnpmteam": "^8.0.2",
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.1): `@npmcli/arborist@9.9.1`

## [9.1.13](https://github.com/npm/cli/compare/libnpmpack-v9.1.12...libnpmpack-v9.1.13) (2026-08-25)
### Bug Fixes
* [`83b750d`](https://github.com/npm/cli/commit/83b750dbbc0b32f498da760396542f83d4069100) [#9916](https://github.com/npm/cli/pull/9916) exempt explicit pack targets from allow-directory (#9916) (@github-actions[bot], @ychampion, @ychampion)

## [9.1.10](https://github.com/npm/cli/compare/libnpmpack-v9.1.9...libnpmpack-v9.1.10) (2026-06-11)
### Bug Fixes
* [`33d421a`](https://github.com/npm/cli/commit/33d421a6fd56fc549e68c6b91adb32e3bb6073f4) [#9468](https://github.com/npm/cli/pull/9468) flatten path separators in pack output filename (#9468) (@github-actions[bot], @rootvector2)
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "9.1.12",
"version": "9.1.13",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down
Loading