Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 4d78171

Browse files
committed
chore: support analyzer 3.0.x
1 parent 144b0cb commit 4d78171

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* chore: activate language strict rules
1010
* fix: add missing severity for rules
1111
* feat: facelift console reporters
12+
* chore: restrict `analyzer` version to `>=2.4.0 <3.1.0`.
13+
* chore: restrict `analyzer_plugin` version to `>=0.8.0 <0.10.0`.
1214

1315
## 4.8.1
1416

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ environment:
1010
sdk: ">=2.14.0 <3.0.0"
1111

1212
dependencies:
13-
analyzer: ">=2.4.0 <2.9.0"
14-
analyzer_plugin: ^0.8.0
13+
analyzer: ">=2.4.0 <3.1.0"
14+
analyzer_plugin: ">=0.8.0 <0.10.0"
1515
ansicolor: ^2.0.1
1616
args: ^2.0.0
1717
collection: ^1.15.0

0 commit comments

Comments
 (0)