New --fix
option to autofix fixable issues
Some issues can now be fixed automatically when appending the --fix
option:
empty-dependencies
will remove any empty dependency (dependencies
,devDependencies
...) fieldroot-package-private-field
will add/set theprivate
field totrue
inside the rootpackage.json
types-in-dependencies
will move any@types/*
package declared independencies
todevDependencies
More issues will be autofixable in the future: #6
What's Changed
- fix: win32 include condition by @allanhvam in #15
- chore(ci): always use stable rust by @QuiiBz in #16
- feat: autofix
empty-dependencies
by @QuiiBz in #14 - feat: autofix
root-package-private-field
by @QuiiBz in #17 - feat: autofix
types-in-dependencies
by @QuiiBz in #18 - fix: remove
println
by @QuiiBz in #19 - feat: add
--fix
to footer by @QuiiBz in #20
New Contributors
- @allanhvam made their first contribution in #15
Full Changelog: v0.3.1...v0.4.1