mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-18 03:48:35 -05:00
* feat: add new `catalogMode` setting Add new `catalogMode` setting for automatically adding new dependencies to the default catalog. Closes pnpm#8876, Closes pnpm#8308 * fix: catalogs don't only store semver ranges and versions --------- Co-authored-by: Zoltan Kochan <z@kochan.io>