mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-27 02:20:19 -04:00
Policy keys (minimum-release-age*, trust-policy*) are filtered out of .npmrc by isNpmrcReadableKey, so they can never appear in authConfig. The RAW_POLICY_CFG_KEYS / isRawPolicyCfgKey / pickRawDlxConfig branch for those keys was unreachable in production. inheritDlxConfig now uses pickRawAuthConfig directly for the raw config pick. The test assertion that placed minimum-release-age in authConfig (an impossible state) is also dropped. https://claude.ai/code/session_01NumMLsTvswMVJpbWp3YJrH