pnpm 10.24
pnpm 现在可以在高核心机器上自动扩展网络并发性,并发布了多项可靠性修复。
pnpm 现在可以在高核心机器上自动扩展网络并发性,并发布了多项可靠性修复。
为 pnpm list 添加了 --lockfile-only 选项,并对 pnpm self-update 进行了各种改进。
增加了对从信任策略中排除软件包以及在发布时覆盖 engines 字段的支持。
增加了为依赖项安装 Node.js 运行时的支持,以及配置信任策略的设置。
此版本为 pnpm help 命令添加了 --all 标志,用于打印所有命令。
这个版本为两个设置添加了版本控制功能:[[only BuiltDependencies] 和 [minimumReleaseAgeExclude`]。
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
minimumReleaseAge configuration #10030.cleanupUnusedCatalogs configuration when removing dependent packages.scriptShell is set to false #8748.pnpm dlx should not fail when minimumReleaseAge is set #10037.minimumReleaseAgeExclude 设置现在支持模式。