From 8c4b15d1e886324a9254bb7c01845135ff7461bf Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Wed, 28 Jun 2023 09:35:44 -0700 Subject: [PATCH] allow the latest analyzer (6.x.x) (#2045) --- pkgs/test/CHANGELOG.md | 1 + pkgs/test/pubspec.yaml | 2 +- pkgs/test_api/CHANGELOG.md | 2 +- pkgs/test_api/pubspec.yaml | 2 +- pkgs/test_core/CHANGELOG.md | 3 ++- pkgs/test_core/pubspec.yaml | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 6ab538aef..c70107020 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -5,6 +5,7 @@ `TestOn`, `Timeout`. * Fix the `root_` fields in the JSON reporter when running a test on Windows with an absolute path. +* Allow the latest analyzer (6.x.x). ## 1.24.3 diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 082620d4f..e2d2762be 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ^3.0.0 dependencies: - analyzer: '>=5.12.0 <6.0.0' + analyzer: '>=5.12.0 <7.0.0' async: ^2.5.0 boolean_selector: ^2.1.0 collection: ^1.15.0 diff --git a/pkgs/test_api/CHANGELOG.md b/pkgs/test_api/CHANGELOG.md index b620b8dbb..4bf427517 100644 --- a/pkgs/test_api/CHANGELOG.md +++ b/pkgs/test_api/CHANGELOG.md @@ -9,7 +9,7 @@ * Mark an implementation class `interface`: `StackTraceMapper`. * Change the `Compiler` class into an `enum`. * Make `Fake` a `mixin class`. - +* Allow the latest analyzer (6.x.x). ## 0.6.0 diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml index e1a61f897..aa2e8fb5a 100644 --- a/pkgs/test_api/pubspec.yaml +++ b/pkgs/test_api/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: term_glyph: ^1.2.0 dev_dependencies: - analyzer: '>=2.1.0 <6.0.0' + analyzer: '>=2.1.0 <7.0.0' dart_flutter_team_lints: ^1.0.0 fake_async: ^1.2.0 glob: ^2.0.0 diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md index e80bfbfd3..0eae56238 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -2,9 +2,10 @@ * Drop support for null unsafe Dart, bump SDK constraint to `3.0.0`. * Add `final` modifier on some implementation classes: `Configuration`, - `CustomRuntime`,`RuntimeSettings`, `SuiteConfiguration`. + `CustomRuntime`,`RuntimeSettings`, `SuiteConfiguration`. * Fix the `root_` fields in the JSON reporter when running a test on Windows with an absolute path. +* Allow the latest analyzer (6.x.x). ## 0.5.3 diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index a9ae59735..7baa9873f 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ^3.0.0 dependencies: - analyzer: '>=3.3.0 <6.0.0' + analyzer: '>=3.3.0 <7.0.0' args: ^2.0.0 async: ^2.5.0 boolean_selector: ^2.1.0