mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-19 20:22:21 -04:00
Check every workspace project manifest against its matching lockfile importer before taking the frozen path. This makes normal installs refresh stale member importers and makes frozen installs reject them. Also restore the empty intent list in the versioning ledger so release-plan validation can parse the committed file. Closes pnpm/pnpm#13080.