From 892d16546a4743067b2e93216c5d4547446b7773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 19:27:37 +0000 Subject: [PATCH] chore(deps): bump the dart_style group across 1 directory with 8 updates Bumps the dart_style group with 8 updates in the /packages/smithy/smithy_codegen directory: | Package | From | To | | --- | --- | --- | | [dart_style](https://github.com/dart-lang/dart_style) | `2.3.8` | `3.0.1` | | [built_value_generator](https://github.com/google/built_value.dart) | `8.9.3` | `8.9.4` | | [code_builder](https://github.com/dart-lang/tools/tree/main/pkgs) | `4.10.0` | `4.10.1` | | [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `3.0.2` | `3.1.0` | | [protobuf](https://github.com/google/protobuf.dart) | `2.1.0` | `3.1.0` | | [json_serializable](https://github.com/google/json_serializable.dart) | `6.8.0` | `6.9.4` | | [build_cli](https://github.com/kevmoo/build_cli) | `2.2.4` | `2.2.5` | | [grpc](https://github.com/grpc/grpc-dart) | `3.2.4` | `4.0.1` | Updates `dart_style` from 2.3.8 to 3.0.1 - [Release notes](https://github.com/dart-lang/dart_style/releases) - [Changelog](https://github.com/dart-lang/dart_style/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/dart_style/commits/v3.0.1) Updates `built_value_generator` from 8.9.3 to 8.9.4 - [Release notes](https://github.com/google/built_value.dart/releases) - [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/built_value.dart/commits) Updates `code_builder` from 4.10.0 to 4.10.1 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/code_builder-v4.10.1/pkgs) Updates `amplify_lints` from 3.0.2 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 `protobuf` from 2.1.0 to 3.1.0 - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protobuf-v2.1.0...protobuf-v3.1.0) Updates `json_serializable` from 6.8.0 to 6.9.4 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.8.0...json_serializable-v6.9.4) Updates `build_cli` from 2.2.4 to 2.2.5 - [Release notes](https://github.com/kevmoo/build_cli/releases) - [Commits](https://github.com/kevmoo/build_cli/compare/build_cli-v2.2.4...build_cli-v2.2.5) Updates `grpc` from 3.2.4 to 4.0.1 - [Release notes](https://github.com/grpc/grpc-dart/releases) - [Changelog](https://github.com/grpc/grpc-dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/grpc/grpc-dart/compare/v3.2.4...v4.0.1) --- updated-dependencies: - dependency-name: dart_style dependency-type: direct:production update-type: version-update:semver-major dependency-group: dart_style - dependency-name: built_value_generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dart_style - dependency-name: code_builder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dart_style - dependency-name: amplify_lints dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dart_style - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major dependency-group: dart_style - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dart_style - dependency-name: build_cli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dart_style - dependency-name: grpc dependency-type: direct:production update-type: version-update:semver-major dependency-group: dart_style ... Signed-off-by: dependabot[bot] --- packages/smithy/smithy_codegen/pubspec.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/smithy/smithy_codegen/pubspec.yaml b/packages/smithy/smithy_codegen/pubspec.yaml index 8c4a36f37e..9dad645b22 100644 --- a/packages/smithy/smithy_codegen/pubspec.yaml +++ b/packages/smithy/smithy_codegen/pubspec.yaml @@ -14,18 +14,18 @@ dependencies: build_cli_annotations: ^2.0.0 built_collection: ^5.1.1 built_value: ^8.6.0 - code_builder: 4.10.0 + code_builder: 4.10.1 collection: ^1.15.0 crclib: ^3.0.0 - dart_style: ^2.3.2 + dart_style: ^3.0.1 fixnum: ^1.0.0 - grpc: ^3.0.2 + grpc: ^4.0.1 html2md: ^1.2.5 jmespath: ^2.0.0 json_annotation: ">=4.9.0 <4.10.0" meta: ^1.7.0 path: ">=1.8.0 <2.0.0" - protobuf: ^2.0.1 + protobuf: ^3.1.0 pub_semver: ^2.1.0 pubspec_parse: ^1.2.0 shelf: ^1.1.0 @@ -37,13 +37,13 @@ dependencies: yaml_edit: ^2.0.1 dev_dependencies: - amplify_lints: ">=3.0.0 <3.1.0" - build_cli: ^2.1.6 + amplify_lints: ^3.1.0 + build_cli: ^2.2.5 build_runner: ^2.4.9 build_verify: ^3.0.0 build_version: ^2.1.0 - built_value_generator: 8.9.3 - json_serializable: 6.8.0 + built_value_generator: 8.9.4 + json_serializable: 6.9.4 smithy_test: path: ../smithy_test test: ^1.22.1