Change8
Symbol11 releases

`pnpm config list`

Found in 1 package: pnpm

pnpm(11 releases)

v12.0.0-rc.9Breaking
Aug 23, 2026

This release introduces significant enhancements to the Rust pnpm engine, including per-branch lockfiles, improved configuration options like `lockfileDir` and `shellEmulator`, and the addition of many CLI flags previously exclusive to the TypeScript version. It also enhances robustness by failing on unrecognized workspace settings and adding stricter store content checks.

v11.23.0Breaking
Aug 23, 2026

This release enhances configuration visibility with `pnpm config get` and `pnpm config list`, improves registry handling with new `registries` configuration options, and optimizes metadata fetching for `resolutionMode: time-based`. It also deprecates the `importPackage` pnpmfile hook.

v11.0.0-alpha.16Breaking
Mar 15, 2026

This release introduces major architectural changes to the pnpm store, moving to SQLite for metadata indexing and isolating global package installations for better stability. Configuration commands and build dependency handling have also been significantly overhauled, and support for older Node.js versions has been dropped.

v11.0.0-alpha.15Breaking
Mar 15, 2026

This release introduces major architectural changes to the pnpm store, moving to SQLite for indexing and isolating global packages for better stability. Configuration handling has been significantly overhauled, moving away from rc files and standardizing output formats.

v11.0.0-alpha.14Breaking
Mar 11, 2026

This release introduces major architectural changes to the content-addressable store using SQLite and optimizes metadata storage, alongside isolating global package installations for better stability. Configuration handling has been significantly overhauled, moving settings out of rc files and standardizing output formats.

v11.0.0-alpha.13Breaking
Mar 7, 2026

This 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.12Breaking
Mar 1, 2026

This 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.

v11.0.0-alpha.11Breaking
Feb 24, 2026

This release introduces major performance improvements across the store by switching to MessagePack and optimizing index formats, alongside significant changes to configuration loading, moving away from INI/rc files towards YAML for pnpm-specific settings. Many deprecated configuration options and commands have been removed, and the package is now pure ESM.

v11.0.0-alpha.10Breaking
Feb 23, 2026

This release introduces major performance improvements by switching internal store formats to MessagePack and optimizing index storage. Configuration handling has been significantly overhauled, moving away from rc files and standardizing on YAML for pnpm-specific settings, alongside dropping support for older Node.js versions.

v11.0.0-alpha.5Breaking
Feb 17, 2026

This major release introduces significant performance improvements by switching internal store formats to MessagePack and optimizing index storage. It also brings substantial changes to configuration handling, replacing INI formats with JSON for config commands and standardizing workspace configuration via `pnpm-workspace.yaml`.

v11.0.0-alpha.3Breaking
Jan 13, 2026

This release introduces significant configuration restructuring, replacing project-specific .npmrc files with packageConfigs in pnpm-workspace.yaml and restricting configuration loading from rc files. It also updates default behaviors, removes deprecated build dependency settings, and shifts the runtime environment to a bundled Node.js version.

Track Symbol Changes

Use the Change8 MCP server or GitHub Action to get notified when `pnpm config list` changes.

Learn More