Skip to content

6.0.0

Choose a tag to compare

@JamieMason JamieMason released this 01 Jan 17:18

6.0.0 (2022-01-01)

Bug Fixes

  • npm: update dependencies (fdef0a2)

Features

  • core: add glob support and semver range rule groups (787757c)

BREAKING CHANGES

  • core: Dependencies defined within the resolutions and overrides fields are now processed by syncpack and are enabled by default. To exclude these new fields you will need to define only the fields you do want to process, either in your configuration file:
{
  "dev": true,
  "peer": true,
  "prod": true
}

or via the command line:

syncpack list --dev --peer --prod