github JamieMason/syncpack 8.0.0

latest releases: 12.3.3, 12.3.2, 12.3.1...
2 years ago

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.

Don't miss a new syncpack release

NewReleases is sending notifications on new releases.