filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
403 stars 51 forks source link

Fix SDK constraint and update dependencies #111

Closed parlough closed 1 year ago

parlough commented 1 year ago

pub.dev and PANA do not yet handle an upper SDK constraint of <4.0.0 properly, marking such a package as "Dart 2 incompatible". This PR reverts to a <3.0.0 upper SDK constraint. It also updates the minimum cli_pkg constraint to 2.1.7 which includes a security fix.

Some fixes have been made but others are still missing (https://github.com/dart-lang/pub-dev/issues/6305).