Skip to content

Commit e37a93b

Browse files
authored
Allow the latest analyzer version (#1322)
1 parent fbbd3b2 commit e37a93b

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.16.0-nullsafety.2-dev
2+
3+
* Allow version `0.40.x` of `analyzer`.
4+
15
## 1.16.0-nullsafety.1
26

37
* Depend on the latest test_core.
@@ -56,7 +60,7 @@
5660

5761
## 1.14.3
5862

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.
6064
* Fix an issue where coverage collection would not work with source
6165
maps that contained absolute file URIs.
6266
* Fix error messages for incorrect string literals in test annotations.

pkgs/test/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.16.0-nullsafety.1
2+
version: 1.16.0-nullsafety.2-dev
33
description: A full featured library for writing and running Dart tests.
44
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
55

@@ -8,7 +8,7 @@ environment:
88
sdk: '>=2.10.0-0 <2.10.0'
99

1010
dependencies:
11-
analyzer: '>=0.36.0 <0.40.0'
11+
analyzer: '>=0.36.0 <0.41.0'
1212
async: '>=2.5.0-nullsafety <2.5.0'
1313
boolean_selector: '>=2.1.0-nullsafety <2.1.0'
1414
coverage: '>=0.13.4 < 0.15.0'
@@ -34,7 +34,7 @@ dependencies:
3434
yaml: ^2.0.0
3535
# Use an exact version until the test_api and test_core package are stable.
3636
test_api: 0.2.19-nullsafety
37-
test_core: 0.3.12-nullsafety.1
37+
test_core: 0.3.12-nullsafety.2
3838

3939
dev_dependencies:
4040
fake_async: ^1.0.0

pkgs/test_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 0.3.12-nullsafety.2-dev
22

3+
* Allow version `0.40.x` of `analyzer`.
4+
35
## 0.3.12-nullsafety.1
46

57
* Update source_maps constraint.

pkgs/test_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=2.10.0-0 <2.10.0'
99

1010
dependencies:
11-
analyzer: ">=0.39.5 <0.40.0"
11+
analyzer: ">=0.39.5 <0.41.0"
1212
async: '>=2.5.0-nullsafety <2.5.0'
1313
args: ^1.4.0
1414
boolean_selector: ">=2.1.0-nullsafety <2.1.0"

0 commit comments

Comments
 (0)