From f2b04c74ec1a511bf9095d44d3e7e2bd2b0f74da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:09:36 +0000 Subject: [PATCH] Bump the major group with 4 updates Bumps the major group with 4 updates: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg), [build_runner](https://github.com/dart-lang/build), [matcher](https://github.com/dart-lang/test/tree/master/pkgs) and [test](https://github.com/dart-lang/test/tree/master/pkgs). Updates `analyzer` from 7.7.1 to 8.4.1 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `build_runner` from 2.9.0 to 2.10.4 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.9.0...build_runner-v2.10.4) Updates `matcher` from 0.12.17 to 0.12.18 - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/matcher-v0.12.18/pkgs) Updates `test` from 1.26.3 to 1.28.0 - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.28.0/pkgs) --- updated-dependencies: - dependency-name: analyzer dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: build_runner dependency-version: 2.10.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: matcher dependency-version: 0.12.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: major - dependency-name: test dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor 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 462118b3..09c4848d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: sdk: '>=2.19.0 <4.0.0' dependencies: - analyzer: ">=5.0.0 <8.0.0" + analyzer: ">=5.0.0 <9.0.0" args: ^2.0.0 async: ^2.5.0 crypto: ^3.0.1