mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 19:41:44 -04:00
* fix: stop setting npm_config_ env vars from pnpm config during lifecycle scripts Update @pnpm/npm-lifecycle to 1100.0.0-0 which no longer dumps the entire pnpm config as npm_config_* environment variables. This fixes npm warnings about unknown config when lifecycle scripts invoke npm. Only well-known npm_* env vars are now set, matching Yarn's behavior. * fix: fix spellcheck in changeset * chore: remove obsolete @pnpm/npm-lifecycle patch file * fix: pass npm_config_user_agent via extraEnv in lifecycle scripts The npm-lifecycle makeEnv() strips all npm_* vars from process.env, so npm_config_user_agent must be explicitly passed via extraEnv. * chore: mark changeset as major (breaking change)