File tree Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 13
13
matrix :
14
14
os : [ubuntu-latest]
15
15
# Test with at least the declared minimum Dart version
16
- sdk : ['3.0 ', stable]
16
+ sdk : ['3.1 ', stable]
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change
1
+ ## 9.25.0-wip
2
+
3
+ * Require Dart 3.1
4
+ * Require ` package:http ` ` ^1.0.0 ` .
5
+
1
6
## 9.24.0
2
7
3
8
* Bug fixes to the ` Issue.isOpen ` and ` Issue.isClosed ` getters.
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ linter:
31
31
- omit_local_variable_types
32
32
- one_member_abstracts
33
33
- only_throw_errors
34
- - package_api_docs
35
34
- prefer_asserts_in_initializer_lists
36
35
- prefer_const_constructors
37
36
- prefer_const_constructors_in_immutables
Original file line number Diff line number Diff line change 1
1
name : github
2
- version : 9.24.0
2
+ version : 9.25.0-wip
3
3
description : A high-level GitHub API Client Library that uses Github's v3 API
4
4
homepage : https://github.com/SpinlockLabs/github.dart
5
5
6
6
environment :
7
- sdk : ^3.0 .0
7
+ sdk : ^3.1 .0
8
8
9
9
dependencies :
10
- http : ' >=0.13.0 <2.0.0 '
10
+ http : ^1.0.0
11
11
http_parser : ^4.0.0
12
12
json_annotation : ^4.8.0
13
- meta : ^1.3 .0
13
+ meta : ^1.7 .0
14
14
15
15
dev_dependencies :
16
- build_runner : any
17
- build_test : any
18
- build_web_compilers : any
16
+ build_runner : ^2.2.1
17
+ build_test : ^2.1.2
18
+ build_web_compilers : ^3.2.6
19
19
collection : ^1.15.0
20
- dependency_validator :
20
+ dependency_validator : ^3.0.0
21
21
json_serializable : ^6.6.1
22
- lints : ^3 .0.0
23
- mockito : ^5.0.0
24
- nock : ^1.0.0
22
+ lints : ^4 .0.0
23
+ mockito : ^5.3.2
24
+ nock : ^1.1.3
25
25
pub_semver : ^2.0.0
26
- test : ^1.16.0
27
- yaml : ^3.0 .0
26
+ test : ^1.21.6
27
+ yaml : ^3.1 .0
28
28
yaml_edit : ^2.2.0
Original file line number Diff line number Diff line change 2
2
3
3
@Tags (['scenarios' ])
4
4
@TestOn ('vm' )
5
+ library ;
5
6
6
7
import 'dart:convert' ;
7
8
You can’t perform that action at this time.
0 commit comments