`pnpm dlx`
Found in 1 package: pnpm
pnpm(7 releases)
v12.0.0-rc.6Breakingpnpm v12 introduces robust support for managing and executing other package managers (npm, Yarn, Bun) within projects and via `pnpm dlx`. It also significantly improves Node.js runtime resolution speed and optimizes `pnpm install` performance with `pnprServer`.
v12.0.0-rc.2Introduces project-aware global shims for executables and fixes several issues related to package installation, build processes, and registry compatibility. The new `globalShims` feature allows globally installed bins to follow project-specific runtime versions.
v12.0.0-rc.1BreakingThis release significantly changes how Git dependencies are handled, resolving them through canonical HTTPS URLs and improving consistency. It also introduces several performance optimizations and bug fixes, including reduced memory usage during dependency resolution and faster installs.
v11.0.5BreakingThis patch addresses critical issues related to Intel Mac binary stability, fixes global listing commands to output valid JSON/parseable formats, and improves build approval handling in `pnpm dlx`.
v11.0.0-alpha.13BreakingThis release introduces major architectural changes to the pnpm store, moving to SQLite for metadata indexing and isolating global package installations for improved stability. Configuration handling has been significantly overhauled, favoring JSON output and consolidating workspace settings into `pnpm-workspace.yaml`.
v11.0.0-alpha.12BreakingThis release introduces major architectural changes focused on performance and isolation, including switching internal store formats to MessagePack, isolating global packages, and updating configuration handling. Several deprecated features and configuration options related to build dependencies and linking have been removed.
v10.29.0This release introduces support for the `catalog:` protocol in `pnpx` and allows configuring `auditLevel` in `pnpm-workspace.yaml`. Numerous bugs were fixed, including issues related to JSON output, store path resolution, audit command behavior, and dependency hoisting configuration.
Track Symbol Changes
Use the Change8 MCP server or GitHub Action to get notified when `pnpm dlx` changes.
Learn More