From 0c26146d5b11c850e164748ed86f2b54e53fe794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:40:47 +0000 Subject: [PATCH] chore(deps): bump the json_annotation group across 1 directory with 7 updates Bumps the json_annotation group with 7 updates in the /packages/test/pub_server directory: | Package | From | To | | --- | --- | --- | | [json_annotation](https://github.com/google/json_serializable.dart) | `4.8.1` | `4.9.0` | | [json_serializable](https://github.com/google/json_serializable.dart) | `6.7.1` | `6.8.0` | | [pub_api_client](https://github.com/leoafarias/pub_api_client) | `2.6.0` | `2.7.0` | | [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `2.0.3` | `3.1.0` | | [drift_dev](https://github.com/simolus3/drift) | `2.14.1` | `2.18.0` | | [drift](https://github.com/simolus3/drift) | `2.14.1` | `2.18.0` | | [aws_common](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `0.6.5` | `0.4.0` | Updates `json_annotation` from 4.8.1 to 4.9.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.8.1...json_annotation-v4.9.0) Updates `json_serializable` from 6.7.1 to 6.8.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.7.1...json_serializable-v6.8.0) Updates `pub_api_client` from 2.6.0 to 2.7.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...2.7.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 `drift_dev` from 2.14.1 to 2.18.0 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift_dev-2.14.1...drift_dev-2.18.0) Updates `drift` from 2.14.1 to 2.18.0 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift-2.14.1...drift-2.18.0) Updates `aws_common` from 0.6.5 to 0.4.0 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/v0.4.0/packages) --- updated-dependencies: - dependency-name: json_annotation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: json_annotation - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-minor dependency-group: json_annotation - dependency-name: pub_api_client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: json_annotation - dependency-name: amplify_lints dependency-type: direct:production update-type: version-update:semver-major dependency-group: json_annotation - dependency-name: drift_dev dependency-type: direct:production update-type: version-update:semver-minor dependency-group: json_annotation - dependency-name: drift dependency-type: direct:production update-type: version-update:semver-minor dependency-group: json_annotation - dependency-name: aws_common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: json_annotation ... Signed-off-by: dependabot[bot] --- packages/test/pub_server/pubspec.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/test/pub_server/pubspec.yaml b/packages/test/pub_server/pubspec.yaml index 00372f0e36..364404da7c 100644 --- a/packages/test/pub_server/pubspec.yaml +++ b/packages/test/pub_server/pubspec.yaml @@ -12,13 +12,13 @@ dependencies: archive: ^3.3.7 args: ^2.4.0 async: ^2.10.0 - aws_common: any + aws_common: 0.4.0 collection: ^1.15.0 - drift: ">=2.14.0 <2.15.0" + drift: ^2.18.0 file: ">=6.0.0 <8.0.0" git: ^2.2.0 graphs: ^2.1.0 - json_annotation: ">=4.8.1 <4.9.0" + json_annotation: ^4.9.0 meta: ^1.7.0 path: ^1.8.0 pub_semver: ^2.1.3 @@ -29,11 +29,11 @@ dependencies: yaml: ^3.1.1 dev_dependencies: - amplify_lints: ">=2.0.3 <2.1.0" + amplify_lints: ^3.1.0 build_runner: ^2.4.0 - drift_dev: ">=2.14.0 <2.15.0" - json_serializable: 6.7.1 - pub_api_client: ">=2.4.0 <2.7.0" # v2.7.0 introduces a new required field - archive_sha256 + drift_dev: ^2.18.0 + json_serializable: 6.8.0 + pub_api_client: ^2.7.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