New --select
flag when autofixing with --fix
This release adds a new --select
flag that accepts highest
or lowest
. When used in combination with --fix
, it will bypass asking yo which dependency version to choose for the multiple-dependency-versions
, and instead automatically select the highest or lowest dependency.
What's Changed
- feat: add
--select=highest/lowest
for autofix by @QuiiBz in #124 - [ci] update ubuntu to 22 by @QuiiBz in #125
Full Changelog: v1.5.0...v1.6.1