You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this change #12228 was introduced in pnpm 11.5. However, it only addresses the case of pmOnFail: ignore. As I understand it, the pnpm version in pnpm-lock.yaml only makes sense when pmOnFail: download, because when it's any other value, we don't actually resolve or download a specific pnpm version.
Besides the added administrative overhead, there's another issue. When I execute pnpm install, the lockfile records the current device's pnpm version. If software information is part of personal data, this operation actually carries a certain privacy risk.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I noticed this change #12228 was introduced in pnpm 11.5. However, it only addresses the case of
pmOnFail: ignore. As I understand it, the pnpm version inpnpm-lock.yamlonly makes sense whenpmOnFail: download, because when it's any other value, we don't actually resolve or download a specific pnpm version.Besides the added administrative overhead, there's another issue. When I execute
pnpm install, the lockfile records the current device's pnpm version. If software information is part of personal data, this operation actually carries a certain privacy risk.All reactions