npm sherif 0.6.0
v0.6.0

latest releases: 1.0.1, 1.0.0, 0.11.0...
11 months ago

Autofix for multiple-dependency-versions

When running Sherif with --fix, the multiple-dependency-versions rule will ask you which version to use by showing all the ones currently declared in the monorepo. The selected version will then automatically be updated in every package using this dependency:

Screenshot 2023-11-25 at 17 06 43

Fix root-package-manager-field

The check to show this rule was checking the presence of the private field instead of the packageManager field of the root package.

What's Changed

  • fix(root-package-manager-field): wrong detection by @QuiiBz in #32
  • feat: autofix multiple-dependency-versions by @QuiiBz in #33
  • feat: disallow --fix in CI by @QuiiBz in #35

Full Changelog: v0.5.0...v0.6.0

Don't miss a new sherif release

NewReleases is sending notifications on new releases.