From 9db96b729fac1204b5076c2e69dc22f3ac8d68d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:07:53 +0000 Subject: [PATCH] Bump analyzer from 10.2.0 to 12.0.0 in the major group Bumps the major group with 1 update: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `analyzer` from 10.2.0 to 12.0.0 - [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-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e4d03be..0905c8a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ^3.0.0 dependencies: - analyzer: ">=7.1.0 <11.0.0" + analyzer: ">=7.1.0 <13.0.0" args: ^2.0.0 build_config: ^1.0.0 checked_yaml: ^2.0.1