File tree 4 files changed +11
-5
lines changed 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.16.0-nullsafety.2-dev
2
+
3
+ * Allow version ` 0.40.x ` of ` analyzer ` .
4
+
1
5
## 1.16.0-nullsafety.1
2
6
3
7
* Depend on the latest test_core.
56
60
57
61
## 1.14.3
58
62
59
- * Fix an issue where coverage tests could not run in Chrome headless.
63
+ * Fix an issue where coverage tests could not run in Chrome headless.
60
64
* Fix an issue where coverage collection would not work with source
61
65
maps that contained absolute file URIs.
62
66
* Fix error messages for incorrect string literals in test annotations.
Original file line number Diff line number Diff line change 1
1
name : test
2
- version : 1.16.0-nullsafety.1
2
+ version : 1.16.0-nullsafety.2-dev
3
3
description : A full featured library for writing and running Dart tests.
4
4
homepage : https://github.com/dart-lang/test/blob/master/pkgs/test
5
5
@@ -8,7 +8,7 @@ environment:
8
8
sdk : ' >=2.10.0-0 <2.10.0'
9
9
10
10
dependencies :
11
- analyzer : ' >=0.36.0 <0.40 .0'
11
+ analyzer : ' >=0.36.0 <0.41 .0'
12
12
async : ' >=2.5.0-nullsafety <2.5.0'
13
13
boolean_selector : ' >=2.1.0-nullsafety <2.1.0'
14
14
coverage : ' >=0.13.4 < 0.15.0'
@@ -34,7 +34,7 @@ dependencies:
34
34
yaml : ^2.0.0
35
35
# Use an exact version until the test_api and test_core package are stable.
36
36
test_api : 0.2.19-nullsafety
37
- test_core : 0.3.12-nullsafety.1
37
+ test_core : 0.3.12-nullsafety.2
38
38
39
39
dev_dependencies :
40
40
fake_async : ^1.0.0
Original file line number Diff line number Diff line change 1
1
## 0.3.12-nullsafety.2-dev
2
2
3
+ * Allow version ` 0.40.x ` of ` analyzer ` .
4
+
3
5
## 0.3.12-nullsafety.1
4
6
5
7
* Update source_maps constraint.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
sdk : ' >=2.10.0-0 <2.10.0'
9
9
10
10
dependencies :
11
- analyzer : " >=0.39.5 <0.40 .0"
11
+ analyzer : " >=0.39.5 <0.41 .0"
12
12
async : ' >=2.5.0-nullsafety <2.5.0'
13
13
args : ^1.4.0
14
14
boolean_selector : " >=2.1.0-nullsafety <2.1.0"
You can’t perform that action at this time.
0 commit comments