akku1906
akku1906
Hi, I’ve prepared a patch + test for the Dart SDK version mismatch (3.6.0 vs 3.8.0). Let me know if you’d like the ready-to-apply fix.
Here’s a minimal patch to skip suggestions when the candidate SDK constraint isn’t compatible with the current Dart SDK: ```diff --- a/packages/melos/lib/src/commands/version.dart +++ b/packages/melos/lib/src/commands/version.dart @@ - log.info('New version $newVersion available!');...
Fix prepared in PR: https://github.com/invertase/melos/pull/948