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

Commit 2364d9d

Browse files
committed
chore: restrict analyzer version to <4.8.0.
1 parent d1812bb commit 2364d9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* fix: support variables shadowing for [`avoid-unused-parameters`](https://dartcodemetrics.dev/docs/rules/common/avoid-unused-parameters).
99
* fix: support not named builder parameters for [`avoid-returning-widgets`](https://dartcodemetrics.dev/docs/rules/flutter/avoid-returning-widgets).
1010
* feat: make [`avoid-unnecessary-type-assertions`](https://dartcodemetrics.dev/docs/rules/common/avoid-unnecessary-type-assertions) handle is! checks.
11+
* chore: restrict `analyzer` version to `>=4.1.0 <4.8.0`.
1112

1213
## 4.18.0-dev.2
1314

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
sdk: ">=2.17.0 <3.0.0"
1111

1212
dependencies:
13-
analyzer: ">=4.1.0 <4.7.0"
13+
analyzer: ">=4.1.0 <4.8.0"
1414
analyzer_plugin: ">=0.11.0 <0.12.0"
1515
ansicolor: ^2.0.1
1616
args: ^2.0.0

0 commit comments

Comments
 (0)