Lint for outdated pubspec dependency constraints #57182
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-lint-request
type-enhancement
A request for a change that isn't a bug
One should
CONSIDER keeping your dependencies up-to-date
to:This could be a separate tool, e.g. see https://david-dm.org/, but it would be quite similar in purpose and implementation to the other pub lints e.g. #57175. For example, many pub lints would be reported on a
YamlNode
from the pubspec. And a quick fix would edit that node.den already has functionality to detect and fix outdated dependencies via its CLI, and a dart API will be available soon.
The text was updated successfully, but these errors were encountered: