Minor Changes
- The
pnpm dlx/pnpxcommand now supports thecatalog:protocol. Example:pnpm dlx shx@catalog:. - Support configuring
auditLevelin thepnpm-workspace.yamlfile #10540. - Support bare
workspace:protocol without version specifier. It is now treated asworkspace:*and resolves to the concrete version during publish #10436.
Patch Changes
-
Fixed
pnpm list --jsonreturning incorrect paths when using global virtual store #10187. -
Fix
pnpm store pathandpnpm store statususing workspace root for path resolution whenstoreDiris relative #10290. -
Fixed
pnpm run -rfailing with "No projects matched the filters" when an emptypnpm-workspace.yamlexists #10497. -
Fixed a bug where
catalogMode: strictwould write the literal string"catalog:"topnpm-workspace.yamlinstead of the resolved version specifier when re-adding an existing catalog dependency #10176. -
Fixed the documentation URL shown in
pnpm completion --helpto point to the correct page at https://pnpm.io/completion #10281. -
Skip local
file:protocol dependencies duringpnpm fetch. This fixes an issue wherepnpm fetchwould fail in Docker builds when local directory dependencies were not available #10460. -
Fixed
pnpm audit --jsonto respect the--audit-levelsetting for both exit code and output filtering #10540. -
update tar to version 7.5.7 to fix security issue
Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842
-
Fix
pnpm audit --fixreplacing reference overrides (e.g.$foo) with concrete versions #10325. -
Fix
shamefullyHoistset viaupdateConfigin.pnpmfile.cjsnot being converted topublicHoistPattern#10271. -
pnpm helpshould correctly report if the currently running pnpm CLI is bundled with Node.js #10561. -
Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for
node_modules/.bin, causing binaries to not be found when running commands likepnpm exec#10457.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
|