File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.1
2+
3+ - Update dependencies
4+ - ` analyzer: '>=7.4.0 <9.0.0' `
5+ - ` build_test: ^3.3.0 `
6+ - ` dart_style: ^3.0.0 `
7+ - ` test: ^1.25.9 `
8+
19## 1.3.0
210
311- Switch to analyzer element2 model and ` build: ^3.0.0 ` .
Original file line number Diff line number Diff line change 22include : package:dart_flutter_team_lints/analysis_options.yaml
33
44analyzer :
5+ errors :
6+ # Until we drop the older pkg:analyzer
7+ deprecated_member_use : ignore
58 language :
69 strict-casts : true
710 strict-inference : true
Original file line number Diff line number Diff line change 11name : source_gen_test
2- version : 1.3.0
2+ version : 1.3.1
33description : >-
44 Test support for the source_gen package.
55 Includes helpers to make it easy to validate both success and failure cases.
@@ -9,14 +9,14 @@ environment:
99 sdk : ^3.7.0
1010
1111dependencies :
12- analyzer : " >=6.5 .0 <8 .0.0"
12+ analyzer : ' >=7.4 .0 <9 .0.0'
1313 build : ^3.0.0
14- build_test : ^3.2 .0
15- dart_style : ' >=2.3.7 <4. 0.0'
14+ build_test : ^3.3 .0
15+ dart_style : ^3. 0.0
1616 meta : ^1.15.0
1717 path : ^1.9.0
1818 source_gen : ^3.0.0
19- test : ^1.24.4
19+ test : ^1.25.9
2020
2121dev_dependencies :
2222 collection : ^1.19.0
You can’t perform that action at this time.
0 commit comments