This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Commit 7ea9047 1 parent 050fdda commit 7ea9047 Copy full SHA for 7ea9047
File tree 5 files changed +11
-12
lines changed
5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 47
47
matrix :
48
48
# Add macos-latest and/or windows-latest if relevant for this package.
49
49
os : [ubuntu-latest]
50
- sdk : [2.18 .0, dev]
50
+ sdk : [3 .0, dev]
51
51
steps :
52
52
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
53
53
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
Original file line number Diff line number Diff line change 1
- ## 0.12.17-wip
1
+ ## 0.12.16+1
2
+
3
+ * Require Dart 3.0
4
+ * Support latest version of ` package:test_api ` .
2
5
3
6
## 0.12.16
4
7
Original file line number Diff line number Diff line change 4
4
rules :
5
5
- always_declare_return_types
6
6
- avoid_private_typedef_functions
7
- - avoid_returning_null
8
- - avoid_returning_null_for_future
9
7
- avoid_unused_constructor_parameters
10
8
- cancel_subscriptions
11
9
- comment_references
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
/// Support for specifying test expectations, such as for unit tests.
6
+ library ;
7
+
6
8
export 'src/core_matchers.dart' ;
7
9
export 'src/custom_matcher.dart' ;
8
10
export 'src/description.dart' ;
Original file line number Diff line number Diff line change 1
1
name : matcher
2
- version : 0.12.17-wip
2
+ version : 0.12.16+1
3
3
description : >-
4
4
Support for specifying test expectations via an extensible Matcher class.
5
5
Also includes a number of built-in Matcher implementations for common cases.
6
6
repository : https://github.com/dart-lang/matcher
7
7
8
8
environment :
9
- sdk : " >=2.18.0 < 3.0.0"
9
+ sdk : ^ 3.0.0
10
10
11
11
dependencies :
12
12
async : ^2.10.0
13
13
meta : ^1.8.0
14
14
stack_trace : ^1.10.0
15
15
term_glyph : ^1.2.0
16
- test_api : " >=0.5.0 <0.7 .0"
16
+ test_api : " >=0.5.0 <0.8 .0"
17
17
18
18
dev_dependencies :
19
19
fake_async : ^1.3.0
20
- lints : ^2 .0.0
20
+ lints : ^3 .0.0
21
21
test : ^1.23.0
22
-
23
- dependency_overrides :
24
- test : 1.24.2
25
- test_api : 0.5.2
You can’t perform that action at this time.
0 commit comments