From 48f91e596980e62326a60a92b33d64f88bf85884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 19:08:26 +0000 Subject: [PATCH 1/2] chore: bump analyzer from 5.3.1 to 5.4.0 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/dart-lang/sdk/releases) - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6f20b1db86..7c2d71ae15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ platforms: macos: dependencies: - analyzer: ">=5.1.0 <5.4.0" + analyzer: ^5.1.0 analyzer_plugin: ">=0.11.0 <0.12.0" ansicolor: ^2.0.1 args: ^2.0.0 From 63b17950898f74a5879021ad5cfb1f959ecd186d Mon Sep 17 00:00:00 2001 From: Dmitry Krutskikh Date: Fri, 6 Jan 2023 17:19:19 +0300 Subject: [PATCH 2/2] chore: bump analyzer from 5.3.1 to 5.4.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4a8fb4f5..447612c5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +* chore: restrict `analyzer` version to `>=5.1.0 <5.4.0`. + ## 5.4.0 * feat: ignore tear-off methods for [`avoid-unused-parameters`](https://dartcodemetrics.dev/docs/rules/common/avoid-unused-parameters). diff --git a/pubspec.yaml b/pubspec.yaml index 7c2d71ae15..f646c252e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ platforms: macos: dependencies: - analyzer: ^5.1.0 + analyzer: ">=5.1.0 <5.5.0" analyzer_plugin: ">=0.11.0 <0.12.0" ansicolor: ^2.0.1 args: ^2.0.0