From 353fc69999b177e575410e12d068974101017da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:49:03 +0000 Subject: [PATCH] chore(deps): bump the build_runner group Bumps the build_runner group in /packages/test/pub_server with 5 updates: | Package | From | To | | --- | --- | --- | | [build_runner](https://github.com/dart-lang/build) | `2.5.4` | `2.6.1` | | [json_serializable](https://github.com/google/json_serializable.dart) | `6.9.5` | `6.10.0` | | [shelf_router_generator](https://github.com/dart-lang/shelf/tree/master/pkgs) | `1.1.1` | `1.1.2` | | [drift_dev](https://github.com/simolus3/drift) | `2.28.0` | `2.28.1` | | [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `2.0.3` | `3.1.3` | Updates `build_runner` from 2.5.4 to 2.6.1 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.5.4...build_runner-v2.6.1) Updates `json_serializable` from 6.9.5 to 6.10.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.9.5...json_serializable-v6.10.0) Updates `shelf_router_generator` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/dart-lang/shelf/releases) - [Commits](https://github.com/dart-lang/shelf/commits/shelf_router_generator-v1.1.2/pkgs) Updates `drift_dev` from 2.28.0 to 2.28.1 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift_dev-2.28.0...drift_dev-2.28.1) Updates `amplify_lints` from 2.0.3 to 3.1.3 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build_runner - dependency-name: json_serializable dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build_runner - dependency-name: shelf_router_generator dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build_runner - dependency-name: drift_dev dependency-version: 2.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build_runner - dependency-name: amplify_lints dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build_runner ... Signed-off-by: dependabot[bot] --- packages/test/pub_server/pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/test/pub_server/pubspec.yaml b/packages/test/pub_server/pubspec.yaml index 266cebf1d1..b6710b00ae 100644 --- a/packages/test/pub_server/pubspec.yaml +++ b/packages/test/pub_server/pubspec.yaml @@ -30,11 +30,11 @@ dependencies: yaml: ^3.1.1 dev_dependencies: - amplify_lints: ">=2.0.3 <2.1.0" - build_runner: ^2.4.9 - drift_dev: ^2.25.1 - json_serializable: ">=6.9.4 <6.10.0" + amplify_lints: ^3.1.3 + build_runner: ^2.7.0 + drift_dev: ^2.28.1 + json_serializable: ^6.10.0 pub_api_client: ^3.1.1 - shelf_router_generator: ^1.0.5 + shelf_router_generator: ^1.1.2 test: ^1.22.1 yaml_edit: ^2.1.0