From 6bef0db63b0ac1a4280a7c9cb6bf78e1e998b31d Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Thu, 12 Mar 2026 05:43:36 -0600 Subject: [PATCH 1/2] Update dependencies to allow analyzer 10 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3fc8c4f4..d205a425 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,10 +10,10 @@ dependencies: dev_dependencies: args: ^2.0.0 build_runner: ^2.1.2 - build_test: ^2.1.3 + build_test: '>=2.1.3 <4.0.0' build_web_compilers: '>=3.0.0 <5.0.0' dart_dev: ^4.2.4 - dependency_validator: ^3.2.2 + dependency_validator: '>=3.2.2 <6.0.0' glob: ^2.0.0 matcher: ^0.12.11 mocktail: ^1.0.3 From cc0cbb6179dc27d034dd3a5eb0dca1e33bbe9d1d Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Thu, 12 Mar 2026 05:49:14 -0600 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d69b0d..fc2a7723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 7.3.2 +- Allow analyzer 10 by allowing build_test 3x and dependency_validator 5x + ## 7.3.1 - Set up gha-dart-oss - Fix no_entrypoint_imports warnings