Skip to content

Commit a324c88

Browse files
authored
Support latest pkg:analyzer, prepare v4.2.2 (#809)
1 parent 982f780 commit a324c88

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
sdk: ^3.9.0
77

88
dependencies:
9-
analyzer: '>=8.1.1 <11.0.0'
9+
analyzer: '>=8.1.1 <13.0.0'
1010
build: '>=3.0.2 <5.0.0'
1111
source_gen: any
1212

source_gen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.2.2
2+
3+
- Require `analyzer: '>=8.1.1 <13.0.0'`
4+
15
## 4.2.1
26

37
- Fix `UnresolvedAnnotationException` to include the name of the annotation in

source_gen/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 4.2.1
2+
version: 4.2.2
33
description: >-
44
Source code generation builders and utilities for the Dart build system
55
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.9.0
1010

1111
dependencies:
12-
analyzer: '>=8.1.1 <11.0.0'
12+
analyzer: '>=8.1.1 <13.0.0'
1313
async: ^2.10.0
1414
build: '>=3.0.2 <5.0.0'
1515
dart_style: ^3.1.2

0 commit comments

Comments
 (0)