This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test_api dependency, bump & fix lints, prepare release
Closes #236
- Loading branch information
Showing
4 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
## 0.12.17-wip | ||
## 0.12.17 | ||
|
||
* Require Dart 3.0 | ||
|
||
## 0.12.16 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
name: matcher | ||
version: 0.12.17-wip | ||
version: 0.12.17 | ||
description: >- | ||
Support for specifying test expectations via an extensible Matcher class. | ||
Also includes a number of built-in Matcher implementations for common cases. | ||
repository: https://github.com/dart-lang/matcher | ||
|
||
environment: | ||
sdk: ">=2.18.0 <3.0.0" | ||
sdk: ^3.0.0 | ||
|
||
dependencies: | ||
async: ^2.10.0 | ||
meta: ^1.8.0 | ||
stack_trace: ^1.10.0 | ||
term_glyph: ^1.2.0 | ||
test_api: ">=0.5.0 <0.7.0" | ||
test_api: ">=0.5.0 <0.8.0" | ||
|
||
dev_dependencies: | ||
fake_async: ^1.3.0 | ||
lints: ^2.0.0 | ||
lints: ^3.0.0 | ||
test: ^1.23.0 | ||
|
||
dependency_overrides: | ||
test: 1.24.2 | ||
test_api: 0.5.2 | ||
test: 1.25.0 | ||
test_api: 0.7.0 |