From 2165b702b0ac4da28e9eaaa6332b831a5ec6d834 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 5 Aug 2025 10:54:33 +0200 Subject: [PATCH] Allow analyzer 8. --- source_gen/CHANGELOG.md | 4 ++++ source_gen/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source_gen/CHANGELOG.md b/source_gen/CHANGELOG.md index b63675c8..ca215407 100644 --- a/source_gen/CHANGELOG.md +++ b/source_gen/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.1-wip + +- Allow `analyzer: '>=7.4.0 <9.0.0'`. + ## 3.0.0 - **Breaking Change**: use the new `element2` APIs in `analyzer`. Builders that diff --git a/source_gen/pubspec.yaml b/source_gen/pubspec.yaml index ae3eb26a..2949555a 100644 --- a/source_gen/pubspec.yaml +++ b/source_gen/pubspec.yaml @@ -1,5 +1,5 @@ name: source_gen -version: 3.0.0 +version: 3.0.1-wip description: >- Source code generation builders and utilities for the Dart build system repository: https://github.com/dart-lang/source_gen/tree/master/source_gen @@ -9,7 +9,7 @@ environment: sdk: ^3.7.0 dependencies: - analyzer: ^7.4.0 + analyzer: '>=7.4.0 <9.0.0' async: ^2.10.0 build: ^3.0.0 dart_style: ^3.0.0