|
6 | 6 | "flutterVersions": {} |
7 | 7 | }, |
8 | 8 | "packageName": "async", |
9 | | - "packageVersion": "2.11.0", |
| 9 | + "packageVersion": "2.13.0", |
10 | 10 | "pubspec": { |
11 | 11 | "name": "async", |
12 | | - "version": "2.11.0", |
| 12 | + "version": "2.13.0", |
13 | 13 | "description": "Utility functions and classes related to the 'dart:async' library.", |
14 | | - "repository": "https://github.com/dart-lang/async", |
| 14 | + "repository": "https://github.com/dart-lang/core/tree/main/pkgs/async", |
| 15 | + "issue_tracker": "https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync", |
| 16 | + "topics": [ |
| 17 | + "async" |
| 18 | + ], |
15 | 19 | "environment": { |
16 | | - "sdk": ">=2.18.0 <3.0.0" |
| 20 | + "sdk": "^3.4.0" |
17 | 21 | }, |
18 | 22 | "dependencies": { |
19 | 23 | "collection": "^1.15.0", |
20 | | - "meta": "^1.1.7" |
| 24 | + "meta": "^1.3.0" |
21 | 25 | }, |
22 | 26 | "dev_dependencies": { |
| 27 | + "dart_flutter_team_lints": "^3.0.0", |
23 | 28 | "fake_async": "^1.2.0", |
24 | | - "lints": "^2.0.0", |
25 | 29 | "stack_trace": "^1.10.0", |
26 | | - "test": "^1.16.0" |
| 30 | + "test": "^1.16.6" |
27 | 31 | } |
28 | 32 | }, |
29 | 33 | "allDependencies": [ |
30 | 34 | "collection", |
| 35 | + "dart_flutter_team_lints", |
31 | 36 | "fake_async", |
32 | | - "lints", |
33 | 37 | "meta", |
34 | 38 | "stack_trace", |
35 | 39 | "test" |
|
51 | 55 | "is:dart3-compatible", |
52 | 56 | "license:bsd-3-clause", |
53 | 57 | "license:fsf-libre", |
54 | | - "license:osi-approved" |
| 58 | + "license:osi-approved", |
| 59 | + "topic:async" |
55 | 60 | ], |
56 | 61 | "report": { |
57 | 62 | "sections": [ |
|
82 | 87 | { |
83 | 88 | "id": "analysis", |
84 | 89 | "title": "Pass static analysis", |
85 | | - "grantedPoints": 40, |
| 90 | + "grantedPoints": 50, |
86 | 91 | "maxPoints": 50, |
87 | | - "status": "partial", |
88 | | - "summary": "### [~] 40/50 points: code has no errors, warnings, lints, or formatting issues\n\n<details>\n<summary>\nINFO: 'whereNotNull' is deprecated and shouldn't be used. Use .nonNulls instead.\n</summary>\n\n`lib/src/stream_group.dart:242:10`\n\n```\n ╷\n242 │ .whereNotNull()\n │ ^^^^^^^^^^^^\n ╵\n```\n\nTo reproduce make sure you are using the [lints_core](https://pub.dev/packages/lints) and run `dart analyze lib/src/stream_group.dart`\n</details>\n" |
| 92 | + "status": "passed", |
| 93 | + "summary": "### [*] 50/50 points: code has no errors, warnings, lints, or formatting issues\n" |
89 | 94 | }, |
90 | 95 | { |
91 | 96 | "id": "dependency", |
92 | 97 | "title": "Support up-to-date dependencies", |
93 | 98 | "grantedPoints": 40, |
94 | 99 | "maxPoints": 40, |
95 | 100 | "status": "passed", |
96 | | - "summary": "### [*] 10/10 points: All of the package dependencies are supported in the latest version\n\n|Package|Constraint|Compatible|Latest|Notes|\n|:-|:-|:-|:-|:-|\n|[`collection`]|`^1.15.0`|1.19.1|1.19.1||\n|[`meta`]|`^1.1.7`|1.17.0|1.17.0||\n\nTo reproduce run `dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides`.\n\n[`collection`]: https://pub.dev/packages/collection\n[`meta`]: https://pub.dev/packages/meta\n\n### [*] 10/10 points: Package supports latest stable Dart and Flutter SDKs\n\n### [*] 20/20 points: Compatible with dependency constraint lower bounds\n\n`pub downgrade` does not expose any static analysis error.\n" |
| 101 | + "summary": "### [*] 10/10 points: All of the package dependencies are supported in the latest version\n\n|Package|Constraint|Compatible|Latest|Notes|\n|:-|:-|:-|:-|:-|\n|[`collection`]|`^1.15.0`|1.19.1|1.19.1||\n|[`meta`]|`^1.3.0`|1.17.0|1.17.0||\n\nTo reproduce run `dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides`.\n\n[`collection`]: https://pub.dev/packages/collection\n[`meta`]: https://pub.dev/packages/meta\n\n### [*] 10/10 points: Package supports latest stable Dart and Flutter SDKs\n\n### [*] 20/20 points: Compatible with dependency constraint lower bounds\n\n`pub downgrade` does not expose any static analysis error.\n" |
97 | 102 | } |
98 | 103 | ] |
99 | 104 | }, |
100 | 105 | "screenshots": [], |
101 | 106 | "result": { |
102 | | - "repositoryUrl": "https://github.com/dart-lang/async", |
103 | | - "issueTrackerUrl": "https://github.com/dart-lang/async/issues", |
| 107 | + "repositoryUrl": "https://github.com/dart-lang/core/tree/main/pkgs/async", |
| 108 | + "issueTrackerUrl": "https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync", |
104 | 109 | "repositoryStatus": "verified", |
105 | 110 | "repository": { |
106 | 111 | "provider": "github", |
107 | 112 | "host": "github.com", |
108 | | - "repository": "dart-lang/async", |
109 | | - "branch": "master" |
| 113 | + "repository": "dart-lang/core", |
| 114 | + "branch": "main", |
| 115 | + "path": "pkgs/async" |
110 | 116 | }, |
111 | | - "contributingUrl": "https://github.com/dart-lang/async/blob/master/CONTRIBUTING.md", |
| 117 | + "contributingUrl": "https://github.com/dart-lang/core/blob/main/CONTRIBUTING.md", |
112 | 118 | "licenses": [ |
113 | 119 | { |
114 | 120 | "spdxIdentifier": "BSD-3-Clause", |
|
133 | 139 | ] |
134 | 140 | } |
135 | 141 | ], |
136 | | - "grantedPoints": 140, |
| 142 | + "grantedPoints": 150, |
137 | 143 | "maxPoints": 160 |
138 | 144 | }, |
139 | 145 | "urlProblems": [] |
|
0 commit comments