Skip to content

Commit aae70c1

Browse files
authored
Update goldens (#1461)
1 parent 110888b commit aae70c1

File tree

3 files changed

+19
-27
lines changed

3 files changed

+19
-27
lines changed

pubspec.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,41 @@ environment:
1010
sdk: '>=3.0.0 <4.0.0'
1111

1212
dependencies:
13-
analyzer: '>=6.11.0 <8.0.0'
14-
args: ^2.6.0
15-
async: ^2.12.0
13+
analyzer: ^7.4.5
14+
args: ^2.7.0
15+
async: ^2.13.0
1616
cli_util: ^0.4.2
1717
collection: ^1.19.1
1818
crypto: ^3.0.6
19-
html: ^0.15.5
20-
http: ^1.2.2
19+
html: ^0.15.6
20+
http: ^1.4.0
2121
io: ^1.0.5
2222
json_annotation: ^4.9.0
2323
lints: ^5.1.1
2424
logging: ^1.3.0
25-
markdown: ^7.2.2
26-
meta: ^1.16.0
25+
markdown: ^7.3.0
26+
meta: ^1.17.0
2727
path: ^1.9.1
28-
pub_semver: ^2.1.5
29-
pubspec_parse: ^1.4.0
28+
pub_semver: ^2.2.0
29+
pubspec_parse: ^1.5.0
3030
retry: ^3.1.2
3131
safe_url_check: ^1.1.2
3232
source_span: ^1.10.1
3333
string_scanner: ^1.4.1
3434
tar: ^2.0.0
35-
test: ^1.25.14 # needed for lib/src/third_party/diff_match_patch/test.dart
35+
test: ^1.26.2 # needed for lib/src/third_party/diff_match_patch/test.dart
3636
yaml: ^3.1.3
3737

3838
dev_dependencies:
39-
build: ^2.4.2
39+
build: ^2.5.2
4040
build_config: ^1.1.2
41-
build_runner: ^2.4.14
42-
build_verify: ^3.1.0
41+
build_runner: ^2.5.2
42+
build_verify: ^3.1.1
4343
build_version: ^2.1.1
44-
dart_flutter_team_lints: ^3.2.1
45-
json_serializable: ^6.9.0
44+
dart_flutter_team_lints: ^3.5.1
45+
json_serializable: ^6.9.5
4646
shelf: ^1.4.2
47-
source_gen: '>=1.5.0 <3.0.0'
47+
source_gen: ^2.0.0
4848
test_descriptor: ^2.0.2
4949
test_process: ^2.1.1
5050

test/goldens/end2end/url_launcher-6.3.1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
"title": "Follow Dart file conventions",
126126
"grantedPoints": 30,
127127
"maxPoints": 30,
128-
"status": "partial",
129-
"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"
128+
"status": "passed",
129+
"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"
130130
},
131131
{
132132
"id": "documentation",

test/goldens/end2end/url_launcher-6.3.1.json_report.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
## 30/30 Follow Dart file conventions
22

3-
### [~] 10/10 points: Provide a valid `pubspec.yaml`
4-
5-
<details>
6-
<summary>
7-
Issue tracker URL doesn't exist.
8-
</summary>
9-
10-
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.
11-
</details>
3+
### [*] 10/10 points: Provide a valid `pubspec.yaml`
124

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

0 commit comments

Comments
 (0)