Minor Changes
pnpm import
can convert ayarn.lock
to apnpm-lock.yaml
#3655.- Backward-compatible change to the lockfile format. Optional dependencies will always have the
requiresBuild
field set totrue
. This change is needed to allow skipping optional dependency downloads, when the optional dependency is not compatible with the target system #2038