Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
analyzer: '>=6.11.0 <8.0.0'
args: ^2.6.0
async: ^2.12.0
analyzer: ^7.4.5
args: ^2.7.0
async: ^2.13.0
cli_util: ^0.4.2
collection: ^1.19.1
crypto: ^3.0.6
html: ^0.15.5
http: ^1.2.2
html: ^0.15.6
http: ^1.4.0
io: ^1.0.5
json_annotation: ^4.9.0
lints: ^5.1.1
logging: ^1.3.0
markdown: ^7.2.2
meta: ^1.16.0
markdown: ^7.3.0
meta: ^1.17.0
path: ^1.9.1
pub_semver: ^2.1.5
pubspec_parse: ^1.4.0
pub_semver: ^2.2.0
pubspec_parse: ^1.5.0
retry: ^3.1.2
safe_url_check: ^1.1.2
source_span: ^1.10.1
string_scanner: ^1.4.1
tar: ^2.0.0
test: ^1.25.14 # needed for lib/src/third_party/diff_match_patch/test.dart
test: ^1.26.2 # needed for lib/src/third_party/diff_match_patch/test.dart
yaml: ^3.1.3

dev_dependencies:
build: ^2.4.2
build: ^2.5.2
build_config: ^1.1.2
build_runner: ^2.4.14
build_verify: ^3.1.0
build_runner: ^2.5.2
build_verify: ^3.1.1
build_version: ^2.1.1
dart_flutter_team_lints: ^3.2.1
json_serializable: ^6.9.0
dart_flutter_team_lints: ^3.5.1
json_serializable: ^6.9.5
shelf: ^1.4.2
source_gen: '>=1.5.0 <3.0.0'
source_gen: ^2.0.0
test_descriptor: ^2.0.2
test_process: ^2.1.1

Expand Down
4 changes: 2 additions & 2 deletions test/goldens/end2end/url_launcher-6.3.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
"title": "Follow Dart file conventions",
"grantedPoints": 30,
"maxPoints": 30,
"status": "partial",
"summary": "### [~] 10/10 points: Provide a valid `pubspec.yaml`\n\n<details>\n<summary>\nIssue tracker URL doesn't exist.\n</summary>\n\nAt the time of the analysis `https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22` was unreachable. Make sure that the website is reachable via [`HEAD`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD) requests.\n</details>\n\n### [*] 5/5 points: Provide a valid `README.md`\n\n### [*] 5/5 points: Provide a valid `CHANGELOG.md`\n\n### [*] 10/10 points: Use an OSI-approved license\n\nDetected license: `BSD-3-Clause`.\n"
"status": "passed",
"summary": "### [*] 10/10 points: Provide a valid `pubspec.yaml`\n\n### [*] 5/5 points: Provide a valid `README.md`\n\n### [*] 5/5 points: Provide a valid `CHANGELOG.md`\n\n### [*] 10/10 points: Use an OSI-approved license\n\nDetected license: `BSD-3-Clause`.\n"
},
{
"id": "documentation",
Expand Down
10 changes: 1 addition & 9 deletions test/goldens/end2end/url_launcher-6.3.1.json_report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
## 30/30 Follow Dart file conventions

### [~] 10/10 points: Provide a valid `pubspec.yaml`

<details>
<summary>
Issue tracker URL doesn't exist.
</summary>

At the time of the analysis `https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22` was unreachable. Make sure that the website is reachable via [`HEAD`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD) requests.
</details>
### [*] 10/10 points: Provide a valid `pubspec.yaml`

### [*] 5/5 points: Provide a valid `README.md`

Expand Down
Loading