From 4d781716326de744e3f55b79a6135102ca831447 Mon Sep 17 00:00:00 2001 From: Dmitry Krutskikh Date: Fri, 24 Dec 2021 01:09:44 +0400 Subject: [PATCH] chore: support analyzer 3.0.x --- CHANGELOG.md | 2 ++ pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806016d252..24fd0f608f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ * chore: activate language strict rules * fix: add missing severity for rules * feat: facelift console reporters +* chore: restrict `analyzer` version to `>=2.4.0 <3.1.0`. +* chore: restrict `analyzer_plugin` version to `>=0.8.0 <0.10.0`. ## 4.8.1 diff --git a/pubspec.yaml b/pubspec.yaml index 359ff9280c..c31eae9ee8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,8 +10,8 @@ environment: sdk: ">=2.14.0 <3.0.0" dependencies: - analyzer: ">=2.4.0 <2.9.0" - analyzer_plugin: ^0.8.0 + analyzer: ">=2.4.0 <3.1.0" + analyzer_plugin: ">=0.8.0 <0.10.0" ansicolor: ^2.0.1 args: ^2.0.0 collection: ^1.15.0