You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run pana on a bot for the linter and just started to see dependency-check failures flagging our SDK upper bound:
{
"id": "dependency",
"title": "Support up-to-date dependencies",
"grantedPoints": 0,
"maxPoints": 20,
"status": "failed",
"summary": "### [x] 0/10 points: All of the package dependencies are supported in the latest version\n\n<details>\n<summary>\n\nSdk constraint doesn't support current Dart version 3.0.0-0.0.dev. Cannot run `dart pub outdated`.\n</summary>\n\n`pubspec.yaml:12:8`\n\n```\n ╷\n12 │ sdk: '>=2.17.0 <3.0.0'\n │ ^^^^^^^^^^^^^^^^^\n ╵\n```\n\n</details>\n\n### [x] 0/10 points: Package supports latest stable Dart and Flutter SDKs\n\n<details>\n<summary>\n\nSdk constraint doesn't support current Dart version 3.0.0-0.0.dev.\n</summary>\n\n`pubspec.yaml:12:8`\n\n```\n ╷\n12 │ sdk: '>=2.17.0 <3.0.0'\n │ ^^^^^^^^^^^^^^^^^\n ╵\n```\n\nTry widening the upper boundary of the constraint.\n</details>"
},
We run pana on a bot for the linter and just started to see dependency-check failures flagging our SDK upper bound:
But that doesn't seem right?
Here's the job:
https://github.com/dart-lang/linter/actions/runs/3651289427/jobs/6168331712#step:5:193
Thanks!
The text was updated successfully, but these errors were encountered: