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
+
1
9
## 1.3.0
2
10
3
11
- Switch to analyzer element2 model and ` build: ^3.0.0 ` .
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
+ # Until we drop the older pkg:analyzer
7
+ deprecated_member_use : ignore
5
8
language :
6
9
strict-casts : true
7
10
strict-inference : true
Original file line number Diff line number Diff line change 1
1
name : source_gen_test
2
- version : 1.3.0
2
+ version : 1.3.1
3
3
description : >-
4
4
Test support for the source_gen package.
5
5
Includes helpers to make it easy to validate both success and failure cases.
@@ -9,14 +9,14 @@ environment:
9
9
sdk : ^3.7.0
10
10
11
11
dependencies :
12
- analyzer : " >=6.5 .0 <8 .0.0"
12
+ analyzer : ' >=7.4 .0 <9 .0.0'
13
13
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
16
16
meta : ^1.15.0
17
17
path : ^1.9.0
18
18
source_gen : ^3.0.0
19
- test : ^1.24.4
19
+ test : ^1.25.9
20
20
21
21
dev_dependencies :
22
22
collection : ^1.19.0
You can’t perform that action at this time.
0 commit comments