Skip to content

8.0.0

Compare
Choose a tag to compare
@JamieMason JamieMason released this 31 May 11:36

8.0.0 (2022-05-31)

Features

  • pnpm: add support for pnpm overrides (2d1bf05), closes #78

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.