dependency_validator 1.2.1 dependency_validator: ^1.2.1 copied to clipboard
Checks for missing, under-promoted, over-promoted, and unused dependencies.
1.2.0 #
-
Feature: Pinning a dependency (i.e. preventing patch or minor versions from being consumed) now causes validator to fail. You can opt-out of this feature with
--no-fatal-pins
. #27 -
Feature: Added a
--help
flag that outputs usage information. #28 -
Improvement: Package imports in
.scss
files are now detected. #26
1.1.0 #
-
Feature: Added flags to control the types of validations that this tool enforces. They all default to true, but can be opted out of like so:
-
--no-fatal-missing
-
--no-fatal-under-promoted
-
--no-fatal-over-promoted
-
--no-fatal-unused
-
-
Feature: Added
--exclude-dir
to allow excluding an entire directory from the dependency validator checks. #15
1.0.1 #
1.0.0 #
- Initial version!