File tree Expand file tree Collapse file tree 12 files changed +44
-32
lines changed Expand file tree Collapse file tree 12 files changed +44
-32
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ resolution: workspace
99dev_dependencies :
1010 _json_serial_shared_test :
1111 path : ../shared_test
12- build_runner : ^2.2.1
12+ build_runner : ^2.6.0
1313 build_verify : ^3.0.0
14- checked_yaml : ^2.0.4-wip
14+ checked_yaml : ^2.0.4
1515 json_annotation : ^4.9.0
1616 json_serializable : ^6.8.0
17- path : ^1.8.2
18- test : ^1.21.6
19- yaml : ^3.0.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 22include : package:dart_flutter_team_lints/analysis_options.yaml
33
44analyzer :
5+ errors :
6+ # For source_gen and analyzer deprecations
7+ deprecated_member_use : ignore
58 language :
69 strict-casts : true
710
Original file line number Diff line number Diff line change 1+ ## 2.0.5-wip
2+
3+ - Require ` yaml: ^3.1.2 `
4+
15## 2.0.4
26
37- Require Dart 3.8
Original file line number Diff line number Diff line change 11name : checked_yaml
2- version : 2.0.4
2+ version : 2.0.5-wip
33
44description : >-
55 Generate more helpful exceptions when decoding YAML documents using
@@ -20,12 +20,12 @@ resolution: workspace
2020dependencies :
2121 json_annotation : ^4.3.0
2222 source_span : ^1.8.0
23- yaml : ^3.0.0
23+ yaml : ^3.1.2
2424
2525dev_dependencies :
26- build_runner : ^2.0.6
26+ build_runner : ^2.6.0
2727 build_verify : ^3.0.0
2828 json_serializable : ^6.0.0
29- path : ^1.8 .0
30- test : ^1.17.10
29+ path : ^1.9 .0
30+ test : ^1.25.9
3131 test_process : ^2.0.0
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies:
88 json_annotation : ^4.9.0
99
1010dev_dependencies :
11- build_runner : ^2.3.3
12- json_serializable : ^6.8 .0
11+ build_runner : ^2.6.0
12+ json_serializable : ^6.10 .0
1313` ` `
1414
1515Annotate your code with classes defined in
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ dev_dependencies:
1515 path : ../shared_test
1616
1717 # REQUIRED!
18- build_runner : ^2.3.3
18+ build_runner : ^2.6.0
1919
2020 # Used by tests. Not required to use `json_serializable`.
2121 build_verify : ^3.0.0
2222
2323 # REQUIRED!
24- json_serializable : ^6.8 .0
24+ json_serializable : ^6.10 .0
2525
2626 # 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 @@ -28,6 +28,6 @@ dependencies:
2828 json_annotation: ^4.9.0
2929
3030dev_dependencies:
31- build_runner: ^2.3.3
32- json_serializable: ^6.8 .0
31+ build_runner: ^2.6.0
32+ json_serializable: ^6.10 .0
3333''' ;
Original file line number Diff line number Diff line change 11## 4.9.1-wip
22
3- - Require Dart 3.8
43- Support ` JsonKey ` annotation on constructor parameters.
4+ - Require ` meta: ^1.15.0 `
5+ - Require Dart 3.8
56
67## 4.9.0
78
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ environment:
1616resolution : workspace
1717
1818dependencies :
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
22
33- 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 `
48
59## 6.10.0
610
You can’t perform that action at this time.
0 commit comments