Change8

v10.7.1

📦 pnpmView on GitHub →
🐛 3 fixes🔧 3 symbols

Summary

Patch release that corrects config type conversion, auth config retrieval, and expands `~/` in .npmrc paths.

🐛 Bug Fixes

  • `pnpm config set` now converts values to their proper type before writing them to `pnpm-workspace.yaml` (fixes #9355).
  • `pnpm config get` now reads authentication‑related settings via the npm CLI (fixes #9345).
  • Leading `~/` in paths inside `.npmrc` is now expanded to the user's home directory (fixes #9217).

🔧 Affected Symbols

pnpm/config/setpnpm/config/getpnpm/.npmrc path resolver