Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 9, 2024
2 parents b86dfa2 + a1f8bc6 commit 9a40648
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion source_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
- Document deduplication behavior for the output of
`GeneratorForAnnotation.generateForAnnotatedElement`.
- Support all the glob quotes.
- Require Dart 3.4.0
- Revive to the object's `variableElement` if available
- Require `analyzer: ^6.4.0`
- Require Dart 3.4.0

## 1.5.0

Expand Down
2 changes: 1 addition & 1 deletion source_gen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
sdk: ^3.4.0

dependencies:
analyzer: '>=5.2.0 <7.0.0'
analyzer: ^6.4.0
async: ^2.5.0
build: ^2.1.0
dart_style: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion source_gen/test/library/path_to_url_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Increase timeouts on this test which resolves source code and can be slow.
import 'package:analyzer/dart/element/element.dart';
import 'package:analyzer/src/generated/source.dart';
import 'package:analyzer/source/source.dart';
import 'package:source_gen/source_gen.dart';
import 'package:test/test.dart';

Expand Down

0 comments on commit 9a40648

Please sign in to comment.