Skip to content

Commit 8e53b9d

Browse files
authored
Support latest pkg:analyzer, prepare to release v1.4.0 (#675)
1 parent 0a1f8b5 commit 8e53b9d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
sdk: ^3.0.0
66

77
dependencies:
8-
analyzer: '>=4.6.0 <6.0.0'
8+
analyzer: '>=5.2.0 <7.0.0'
99
build: ^2.0.0
1010
source_gen: any
1111

source_gen/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 1.4.0-wip
1+
## 1.4.0
22

33
- Require Dart 3.0
4+
- Support the latest `package:analyzer`.
45
- Add a `node` argument to `InvalidGenerationSourceError` to allow finding the
56
source location from an `AstNode` over an `Element`.
67

source_gen/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 1.4.0-wip
2+
version: 1.4.0
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
@@ -8,7 +8,7 @@ environment:
88
sdk: ^3.0.0
99

1010
dependencies:
11-
analyzer: ^5.2.0
11+
analyzer: '>=5.2.0 <7.0.0'
1212
async: ^2.5.0
1313
build: ^2.1.0
1414
dart_style: ^2.0.0

0 commit comments

Comments
 (0)