8.0.0 (2022-05-31)
Features
BREAKING CHANGES
-
pnpm: The
--overrides
option delivered in 6.0.0 was originally intended to support pnpm, but erroneously read from the.overrides
property of package.json files and not.pnpm.overrides
.However, npm now also has an
.overrides
property to support the same functionality for users of npm.From this release, the
--overrides
option of syncpack now refers to npm overrides. Pnpm users should change to using the new--pnpmOverrides
option instead.