Skip to content

Commit 781fa8d

Browse files
authored
Update deps, prepare release (kevmoo#90)
1 parent bd6ce24 commit 781fa8d

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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`.

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
include: package:dart_flutter_team_lints/analysis_options.yaml
33

44
analyzer:
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

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen_test
2-
version: 1.3.0
2+
version: 1.3.1
33
description: >-
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

1111
dependencies:
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

2121
dev_dependencies:
2222
collection: ^1.19.0

0 commit comments

Comments
 (0)