From 005fe5451bd93422ace39f3d4d6ff8533979174c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:10:07 +0000 Subject: [PATCH] chore(deps): bump the drift group across 1 directory with 5 updates Bumps the drift group with 5 updates in the /packages/test/pub_server directory: | Package | From | To | | --- | --- | --- | | [drift](https://github.com/simolus3/drift) | `2.18.0` | `2.20.3` | | [shelf_multipart](https://github.com/simolus3/goodies.dart) | `1.0.0` | `2.0.0` | | [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `2.0.3` | `3.1.0` | | [pub_api_client](https://github.com/leoafarias/pub_api_client) | `2.6.0` | `3.0.0` | | [drift_dev](https://github.com/simolus3/drift) | `2.18.0` | `2.20.3` | Updates `drift` from 2.18.0 to 2.20.3 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift-2.18.0...drift-2.20.3) Updates `shelf_multipart` from 1.0.0 to 2.0.0 - [Commits](https://github.com/simolus3/goodies.dart/compare/release/shelf_multipart/1.0.0...release/shelf_multipart/2.0.0) Updates `amplify_lints` from 2.0.3 to 3.1.0 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages) Updates `pub_api_client` from 2.6.0 to 3.0.0 - [Release notes](https://github.com/leoafarias/pub_api_client/releases) - [Changelog](https://github.com/leoafarias/pub_api_client/blob/main/CHANGELOG.md) - [Commits](https://github.com/leoafarias/pub_api_client/compare/2.6.0...3.0.0) Updates `drift_dev` from 2.18.0 to 2.20.3 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift_dev-2.18.0...drift_dev-2.20.3) --- updated-dependencies: - dependency-name: drift dependency-type: direct:production update-type: version-update:semver-minor dependency-group: drift - dependency-name: shelf_multipart dependency-type: direct:production update-type: version-update:semver-major dependency-group: drift - dependency-name: amplify_lints dependency-type: direct:production update-type: version-update:semver-major dependency-group: drift - dependency-name: pub_api_client dependency-type: direct:production update-type: version-update:semver-major dependency-group: drift - dependency-name: drift_dev dependency-type: direct:production update-type: version-update:semver-minor dependency-group: drift ... 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 613e271ba2..d2b8534adb 100644 --- a/packages/test/pub_server/pubspec.yaml +++ b/packages/test/pub_server/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: async: ^2.10.0 aws_common: any collection: ^1.15.0 - drift: ">=2.18.0 <2.19.0" + drift: ^2.20.3 file: ">=6.0.0 <8.0.0" git: ^2.2.0 graphs: ^2.1.0 @@ -24,16 +24,16 @@ dependencies: pub_semver: ^2.1.3 pubspec_parse: ^1.2.2 shelf: ^1.4.0 - shelf_multipart: ^1.0.0 + shelf_multipart: ^2.0.0 shelf_router: ^1.1.3 yaml: ^3.1.1 dev_dependencies: - amplify_lints: ">=2.0.3 <2.1.0" + amplify_lints: ^3.1.0 build_runner: ^2.4.9 - drift_dev: ">=2.18.0 <2.19.0" + drift_dev: ^2.20.3 json_serializable: 6.8.0 - pub_api_client: ">=2.4.0 <2.7.0" # v2.7.0 introduces a new required field - archive_sha256 + pub_api_client: ^3.0.0 # v2.7.0 introduces a new required field - archive_sha256 shelf_router_generator: ^1.0.5 test: ^1.22.1 yaml_edit: ^2.1.0