Skip to content

Commit 262bc7b

Browse files
authored
Bump to the latest matcher and prepare to publish (#1778)
Bump test_core SDK constraint to 2.18 since `test_api` and `test` already have that constraint and it would not be possible to resolve this `test_core` in a useful way on an older SDK. Drop redundant SDK arg in test_core mono_pkg config, regenerate mono_repo outputs.
1 parent fa81b45 commit 262bc7b

File tree

9 files changed

+122
-166
lines changed

9 files changed

+122
-166
lines changed

.github/workflows/dart.yml

+104-157
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/test/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.21.7
2+
3+
* Support `package:matcher` version `0.12.13`.
4+
15
## 1.21.6
26

37
* Require Dart >= 2.18.0

pkgs/test/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.21.6
2+
version: 1.21.7
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -32,8 +32,8 @@ dependencies:
3232
webkit_inspection_protocol: ^1.0.0
3333
yaml: ^3.0.0
3434
# Use an exact version until the test_api and test_core package are stable.
35-
test_api: 0.4.14
36-
test_core: 0.4.18
35+
test_api: 0.4.15
36+
test_core: 0.4.19
3737

3838
dev_dependencies:
3939
fake_async: ^1.0.0

pkgs/test_api/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.4.15
22

33
* Expand the pubspec description.
4+
* Support `package:matcher` version `0.12.13`.
45

56
## 0.4.14
67

pkgs/test_api/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020

2121
# Use a tight version constraint to ensure that a constraint on matcher
2222
# properly constrains all features it provides.
23-
matcher: '>=0.12.11 <0.12.13'
23+
matcher: '>=0.12.11 <0.12.14'
2424

2525
dev_dependencies:
2626
analyzer: '>=2.1.0 <6.0.0'

pkgs/test_core/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.19
2+
3+
* Support `package:matcher` version `0.12.13`.
4+
* Require Dart SDK version 2.18.
5+
16
# 0.4.18
27

38
* Support the latest `package:test_api`.

pkgs/test_core/mono_pkg.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ stages:
88
- group:
99
- format
1010
- analyze: --fatal-infos
11-
sdk: dev
1211
- group:
1312
- analyze
1413
sdk: pubspec

pkgs/test_core/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: test_core
2-
version: 0.4.18
2+
version: 0.4.19
33
description: A basic library for writing tests and running them on the VM.
44
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core
55

66
environment:
7-
sdk: '>=2.14.0 <3.0.0'
7+
sdk: '>=2.18.0 <3.0.0'
88

99
dependencies:
1010
analyzer: '>=3.3.0 <6.0.0'
@@ -30,7 +30,7 @@ dependencies:
3030
# matcher is tightly constrained by test_api
3131
matcher: any
3232
# Use an exact version until the test_api package is stable.
33-
test_api: 0.4.14
33+
test_api: 0.4.15
3434

3535
dev_dependencies:
3636
lints: '>=1.0.0 <3.0.0'

tool/ci.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)