From f71094c796f4e445b0d3cba3af456d81211a3473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:03:54 +0000 Subject: [PATCH] Bump build_runner from 2.7.2 to 2.8.0 Bumps [build_runner](https://github.com/dart-lang/build) from 2.7.2 to 2.8.0. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.7.2...build_runner-v2.8.0) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 28 ++-------------------------- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index e1bf7230..c64da179 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -73,30 +73,14 @@ packages: url: "https://pub.dev" source: hosted version: "4.0.4" - build_resolvers: - dependency: transitive - description: - name: build_resolvers - sha256: "065445f16bde0abf5dab8ff20dcc6773125fe387a128cb175f77df756910b452" - url: "https://pub.dev" - source: hosted - version: "3.0.4" build_runner: dependency: "direct dev" description: name: build_runner - sha256: b1c7d812e9dd647d8dec0dc1041ec549f7bc2270d60cd1f8ec13f206c10227f8 + sha256: "804c47c936df75e1911c19a4fb8c46fa8ff2b3099b9f2b2aa4726af3774f734b" url: "https://pub.dev" source: hosted - version: "2.7.2" - build_runner_core: - dependency: transitive - description: - name: build_runner_core - sha256: "59dc22b9724207519e6c8790fa706d7517dd8cff2d0d55da439c5ce7285200c9" - url: "https://pub.dev" - source: hosted - version: "9.3.2" + version: "2.8.0" built_collection: dependency: transitive description: @@ -1305,14 +1289,6 @@ packages: url: "https://pub.dev" source: hosted version: "0.7.6" - timing: - dependency: transitive - description: - name: timing - sha256: "62ee18aca144e4a9f29d212f5a4c6a053be252b895ab14b5821996cff4ed90fe" - url: "https://pub.dev" - source: hosted - version: "1.0.2" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index da72eef3..95ded76f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -74,7 +74,7 @@ dev_dependencies: sdk: flutter integration_test: sdk: flutter - build_runner: ^2.7.2 + build_runner: ^2.8.0 cider: ^0.2.7 drift_dev: ^2.28.3 flutter_lints: ^6.0.0