From 5bbb81794d218a9d510d652a3ac7478386d2574b Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 21 Nov 2025 10:24:23 +0100 Subject: [PATCH] Allow analyzer 9. --- CHANGELOG.md | 4 ++++ benchmark/pubspec.yaml | 4 ++-- built_value/pubspec.yaml | 2 +- built_value_generator/pubspec.yaml | 4 ++-- built_value_test/pubspec.yaml | 4 ++-- chat_example/pubspec.yaml | 4 ++-- end_to_end_test/pubspec.yaml | 4 ++-- example/pubspec.yaml | 2 +- 8 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdcd74a..d15dd890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 8.12.1 + +- Allow `analyzer 9.0.0`. + # 8.12.0 - Enable `build_runner 2.7.0` "triggers" optimization. diff --git a/benchmark/pubspec.yaml b/benchmark/pubspec.yaml index ddf66d81..107176a4 100644 --- a/benchmark/pubspec.yaml +++ b/benchmark/pubspec.yaml @@ -1,5 +1,5 @@ name: benchmark -version: 8.12.0 +version: 8.12.1 publish_to: none description: > Benchmark, not for publishing. @@ -14,7 +14,7 @@ dependencies: dev_dependencies: build_runner: '>=1.0.0 <3.0.0' - built_value_generator: ^8.12.0 + built_value_generator: ^8.12.1 pedantic: ^1.4.0 quiver: '>=0.21.0 <4.0.0' test: ^1.0.0 diff --git a/built_value/pubspec.yaml b/built_value/pubspec.yaml index c24a96eb..226de515 100644 --- a/built_value/pubspec.yaml +++ b/built_value/pubspec.yaml @@ -1,5 +1,5 @@ name: built_value -version: 8.12.0 +version: 8.12.1 description: > Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency. diff --git a/built_value_generator/pubspec.yaml b/built_value_generator/pubspec.yaml index d7fb9977..68625a61 100644 --- a/built_value_generator/pubspec.yaml +++ b/built_value_generator/pubspec.yaml @@ -1,5 +1,5 @@ name: built_value_generator -version: 8.12.0 +version: 8.12.1 description: > Value types with builders, Dart classes as enums, and serialization. This library is the dev dependency. @@ -13,7 +13,7 @@ environment: sdk: '>=3.6.0 <4.0.0' dependencies: - analyzer: ^8.1.1 + analyzer: '>=8.1.1 <10.0.0' build: '>=3.0.0 <5.0.0' build_config: ^1.2.0 built_collection: ^5.0.0 diff --git a/built_value_test/pubspec.yaml b/built_value_test/pubspec.yaml index 61fa2668..7336035f 100644 --- a/built_value_test/pubspec.yaml +++ b/built_value_test/pubspec.yaml @@ -1,5 +1,5 @@ name: built_value_test -version: 8.12.0 +version: 8.12.1 description: > Value types with builders, Dart classes as enums, and serialization. This library provides test support. @@ -21,7 +21,7 @@ dependencies: quiver: '>=0.21.0 <4.0.0' dev_dependencies: - built_value_generator: ^8.12.0 + built_value_generator: ^8.12.1 build_runner: '>=1.0.0 <3.0.0' pedantic: ^1.4.0 test: ^1.0.0 diff --git a/chat_example/pubspec.yaml b/chat_example/pubspec.yaml index 5386fcba..b51abe94 100644 --- a/chat_example/pubspec.yaml +++ b/chat_example/pubspec.yaml @@ -1,5 +1,5 @@ name: chat_example -version: 8.12.0 +version: 8.12.1 publish_to: none description: > Just an example, not for publishing. @@ -21,6 +21,6 @@ dev_dependencies: build_runner: any build_test: any build_web_compilers: any - built_value_generator: ^8.12.0 + built_value_generator: ^8.12.1 pedantic: ^1.4.0 test: ^1.0.0 diff --git a/end_to_end_test/pubspec.yaml b/end_to_end_test/pubspec.yaml index b54a425b..c59ac020 100644 --- a/end_to_end_test/pubspec.yaml +++ b/end_to_end_test/pubspec.yaml @@ -1,5 +1,5 @@ name: end_to_end_test -version: 8.12.0 +version: 8.12.1 publish_to: none description: > Tests, not for publishing. @@ -15,7 +15,7 @@ dependencies: dev_dependencies: build: '>=3.1.0 <5.0.0' build_runner: '>=2.5.0 <3.0.0' - built_value_generator: ^8.12.0 + built_value_generator: ^8.12.1 fixnum: ^1.0.0 pedantic: ^1.4.0 quiver: '>=0.21.0 <4.0.0' diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4421b7ea..5af0c064 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: dev_dependencies: build_runner: '>=1.0.0 <3.0.0' - built_value_generator: ^8.12.0 + built_value_generator: ^8.12.1 pedantic: ^1.4.0 quiver: '>=0.21.0 <4.0.0' test: ^1.0.0