File tree Expand file tree Collapse file tree 10 files changed +44
-32
lines changed Expand file tree Collapse file tree 10 files changed +44
-32
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ resolution: workspace
9
9
dev_dependencies :
10
10
_json_serial_shared_test :
11
11
path : ../shared_test
12
- build_runner : ^2.2.1
12
+ build_runner : ^2.6.0
13
13
build_verify : ^3.0.0
14
- checked_yaml : ^2.0.4-wip
15
- json_annotation : ^4.9.0
16
- json_serializable : ^6.8 .0
17
- path : ^1.8.2
18
- test : ^1.21.6
19
- yaml : ^3.0.0
14
+ checked_yaml : ^2.0.4
15
+ json_annotation : ^4.9.1-wip
16
+ json_serializable : ^6.11 .0
17
+ path : ^1.9.0
18
+ test : ^1.25.9
19
+ yaml : ^3.1.2
Original file line number Diff line number Diff line change 2
2
include : package:dart_flutter_team_lints/analysis_options.yaml
3
3
4
4
analyzer :
5
+ errors :
6
+ # For source_gen and analyzer deprecations
7
+ deprecated_member_use : ignore
5
8
language :
6
9
strict-casts : true
7
10
Original file line number Diff line number Diff line change
1
+ ## 2.0.5-wip
2
+
3
+ - Require ` yaml: ^3.1.2 `
4
+
1
5
## 2.0.4
2
6
3
7
- Require Dart 3.8
Original file line number Diff line number Diff line change 1
1
name : checked_yaml
2
- version : 2.0.4
2
+ version : 2.0.5-wip
3
3
4
4
description : >-
5
5
Generate more helpful exceptions when decoding YAML documents using
@@ -20,12 +20,12 @@ resolution: workspace
20
20
dependencies :
21
21
json_annotation : ^4.3.0
22
22
source_span : ^1.8.0
23
- yaml : ^3.0.0
23
+ yaml : ^3.1.2
24
24
25
25
dev_dependencies :
26
- build_runner : ^2.0.6
26
+ build_runner : ^2.6.0
27
27
build_verify : ^3.0.0
28
- json_serializable : ^6.0 .0
29
- path : ^1.8 .0
30
- test : ^1.17.10
28
+ json_serializable : ^6.11 .0
29
+ path : ^1.9 .0
30
+ test : ^1.25.9
31
31
test_process : ^2.0.0
Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ environment:
7
7
resolution : workspace
8
8
9
9
dependencies :
10
- json_annotation : ^4.9.0
10
+ json_annotation : ^4.9.1-wip
11
11
12
12
dev_dependencies :
13
13
# Used by tests. Not required to use `json_serializable`.
14
14
_json_serial_shared_test :
15
15
path : ../shared_test
16
16
17
17
# REQUIRED!
18
- build_runner : ^2.3.3
18
+ build_runner : ^2.6.0
19
19
20
20
# Used by tests. Not required to use `json_serializable`.
21
21
build_verify : ^3.0.0
22
22
23
23
# REQUIRED!
24
- json_serializable : ^6.8 .0
24
+ json_serializable : ^6.11 .0
25
25
26
26
# Not required to use `json_serializable`.
27
- path : ^1.8 .0
28
- test : ^1.21.6
27
+ path : ^1.9 .0
28
+ test : ^1.25.9
Original file line number Diff line number Diff line change 1
1
## 4.9.1-wip
2
2
3
- - Require Dart 3.8
4
3
- Support ` JsonKey ` annotation on constructor parameters.
4
+ - Require ` meta: ^1.15.0 `
5
+ - Require Dart 3.8
5
6
6
7
## 4.9.0
7
8
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ environment:
16
16
resolution : workspace
17
17
18
18
dependencies :
19
- meta : ^1.4 .0
19
+ meta : ^1.15 .0
Original file line number Diff line number Diff line change 1
- ## 6.11.0
1
+ ## 6.11.0-wip
2
2
3
3
- Support ` JsonKey ` annotation on constructor parameters.
4
+ - Require ` analyzer: '>=7.4.0 <9.0.0' `
5
+ - Require ` dart_style: ^3.0.0 `
6
+ - Require ` meta: ^1.15.0 `
7
+ - Require ` source_helper: ^1.3.6 `
4
8
5
9
## 6.10.0
6
10
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 6.11.0
2
+ version : 6.11.0-wip
3
3
description : >-
4
4
Automatically generate code for converting to and from JSON by annotating
5
5
Dart classes.
@@ -15,31 +15,31 @@ topics:
15
15
resolution : workspace
16
16
17
17
dependencies :
18
- analyzer : ^ 7.4.0
18
+ analyzer : ' >= 7.4.0 <9.0.0 '
19
19
async : ^2.10.0
20
20
build : ^3.0.0
21
21
build_config : ^1.1.0
22
- dart_style : ' >=2.3.7 <4. 0.0'
22
+ dart_style : ^3. 0.0
23
23
24
24
# Use a tight version constraint to ensure that a constraint on
25
25
# `json_annotation` properly constrains all features it provides.
26
26
json_annotation : ' >=4.9.0 <4.10.0'
27
- meta : ^1.14 .0
27
+ meta : ^1.15 .0
28
28
path : ^1.9.0
29
29
pub_semver : ^2.1.4
30
30
pubspec_parse : ^1.0.0
31
31
source_gen : ^3.0.0
32
- source_helper : ^1.3.4
32
+ source_helper : ^1.3.6
33
33
34
34
dev_dependencies :
35
35
_json_serial_shared_test :
36
36
path : ../shared_test
37
- build_runner : ^2.4.6
37
+ build_runner : ^2.6.0
38
38
build_verify : ^3.0.0
39
- collection : ^1.17 .0
40
- logging : ^1.0 .0
39
+ collection : ^1.19 .0
40
+ logging : ^1.2 .0
41
41
source_gen_test : ^1.3.0
42
- test : ^1.24.4
42
+ test : ^1.25.9
43
43
test_descriptor : ^2.0.0
44
44
test_process : ^2.0.0
45
- yaml : ^3.0.0
45
+ yaml : ^3.1.2
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ resolution: workspace
7
7
8
8
dependencies :
9
9
stack_trace : ^1.10.0
10
- test : ^1.6.0
10
+ test : ^1.25.9
You can’t perform that action at this time.
0 commit comments