From cc20f57f7d829a668fd54885a16b01d53af09a5f Mon Sep 17 00:00:00 2001 From: Dillon Nys <24740863+dnys1@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:00:46 -0700 Subject: [PATCH] chore(deps): Update repo dependencies (#3444) * chore(deps): Update repo dependencies Updates: `dart_style` `ffigen`, `file`, `json_serializable` * Loosen `file` constraint --- aft.yaml | 8 +++++--- packages/aft/pubspec.yaml | 4 ++-- packages/amplify/amplify_flutter/pubspec.yaml | 2 +- packages/amplify_core/pubspec.yaml | 2 +- .../amplify_analytics_pinpoint/example/pubspec.yaml | 2 +- .../amplify_analytics_pinpoint_dart/pubspec.yaml | 2 +- packages/auth/amplify_auth_cognito_dart/pubspec.yaml | 4 ++-- packages/aws_common/pubspec.yaml | 2 +- packages/aws_signature_v4/pubspec.yaml | 2 +- packages/common/amplify_db_common/example/pubspec.yaml | 2 +- packages/common/amplify_db_common/pubspec.yaml | 2 +- .../common/amplify_db_common_dart/example/pubspec.yaml | 2 +- packages/common/amplify_db_common_dart/pubspec.yaml | 2 +- .../secure_storage/amplify_secure_storage/pubspec.yaml | 2 +- .../amplify_secure_storage_dart/pubspec.yaml | 4 ++-- packages/smithy/goldens/pubspec.yaml | 2 +- packages/smithy/smithy/pubspec.yaml | 2 +- packages/smithy/smithy_aws/pubspec.yaml | 4 ++-- packages/smithy/smithy_codegen/pubspec.yaml | 4 ++-- packages/storage/amplify_storage_s3/example/pubspec.yaml | 2 +- packages/storage/amplify_storage_s3_dart/pubspec.yaml | 4 ++-- packages/worker_bee/worker_bee_builder/pubspec.yaml | 2 +- 22 files changed, 32 insertions(+), 30 deletions(-) diff --git a/aft.yaml b/aft.yaml index cbc616708a..aa2bd09177 100644 --- a/aft.yaml +++ b/aft.yaml @@ -13,15 +13,17 @@ dependencies: built_value_generator: 8.6.1 code_builder: 4.5.0 connectivity_plus: ^4.0.1 - dart_style: 2.3.1 + dart_style: 2.3.2 device_info_plus: ^9.0.0 - drift: ">=2.9.0 <2.10.0" + drift: ">=2.10.0 <2.11.0" + ffigen: ^9.0.0 + file: ">=6.0.0 <8.0.0" flutter_plugin_android_lifecycle: ^2.0.9 graphs: ^2.1.0 http: ">=0.13.0 <2.0.0" intl: ">=0.18.0 <1.0.0" json_annotation: ">=4.8.1 <4.9.0" - json_serializable: 6.7.0 + json_serializable: 6.7.1 mime: ^1.0.0 oauth2: ^2.0.2 package_info_plus: ^4.0.1 diff --git a/packages/aft/pubspec.yaml b/packages/aft/pubspec.yaml index 5011aee07d..33a02d885a 100644 --- a/packages/aft/pubspec.yaml +++ b/packages/aft/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: cli_util: ^0.3.5 code_builder: 4.5.0 collection: ^1.16.0 - file: ^7.0.0 + file: ">=6.0.0 <8.0.0" git: ^2.0.0 glob: ^2.1.0 graphs: ^2.1.0 @@ -59,7 +59,7 @@ dev_dependencies: amplify_lints: ">=2.0.2 <2.1.0" build_runner: ^2.4.0 built_value_generator: 8.6.1 - json_serializable: 6.7.0 + json_serializable: 6.7.1 test: ^1.22.1 executables: diff --git a/packages/amplify/amplify_flutter/pubspec.yaml b/packages/amplify/amplify_flutter/pubspec.yaml index 375df2a99a..141051045c 100644 --- a/packages/amplify/amplify_flutter/pubspec.yaml +++ b/packages/amplify/amplify_flutter/pubspec.yaml @@ -34,4 +34,4 @@ dev_dependencies: build_runner: ^2.4.0 flutter_test: sdk: flutter - json_serializable: 6.7.0 + json_serializable: 6.7.1 diff --git a/packages/amplify_core/pubspec.yaml b/packages/amplify_core/pubspec.yaml index 965411f08a..52bb229d87 100644 --- a/packages/amplify_core/pubspec.yaml +++ b/packages/amplify_core/pubspec.yaml @@ -32,6 +32,6 @@ dev_dependencies: git: url: https://github.com/dart-lang/site-shared path: packages/code_excerpt_updater - json_serializable: 6.7.0 + json_serializable: 6.7.1 path: any test: ^1.22.1 diff --git a/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml index 055a3ba239..0110616960 100644 --- a/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml @@ -31,7 +31,7 @@ dev_dependencies: integration_test: sdk: flutter json_annotation: ">=4.8.1 <4.9.0" - json_serializable: 6.7.0 + json_serializable: 6.7.1 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml index 8dacb8a32c..10ce1ebdd5 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 - drift: ">=2.9.0 <2.10.0" + drift: ">=2.10.0 <2.11.0" intl: ">=0.18.0 <1.0.0" meta: ^1.7.0 path: ^1.8.0 diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml index d3491b1ff0..e71f5d508a 100644 --- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml @@ -45,8 +45,8 @@ dev_dependencies: build_verify: ^3.0.0 build_web_compilers: ^4.0.0 built_value_generator: 8.6.1 - ffigen: ^8.0.1 - json_serializable: 6.7.0 + ffigen: ^9.0.0 + json_serializable: 6.7.1 mockito: ^5.0.0 smithy_codegen: path: ../../smithy/smithy_codegen diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml index 2a869af353..2490b1aa80 100644 --- a/packages/aws_common/pubspec.yaml +++ b/packages/aws_common/pubspec.yaml @@ -30,6 +30,6 @@ dev_dependencies: build_test: ^2.1.5 build_web_compilers: ^4.0.0 built_value_generator: 8.6.1 - json_serializable: 6.7.0 + json_serializable: 6.7.1 stream_channel: ^2.1.0 test: ^1.22.1 diff --git a/packages/aws_signature_v4/pubspec.yaml b/packages/aws_signature_v4/pubspec.yaml index fe7155b978..1c7807a8ec 100644 --- a/packages/aws_signature_v4/pubspec.yaml +++ b/packages/aws_signature_v4/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: build_verify: ^3.0.0 build_version: ^2.1.1 build_web_compilers: ^4.0.0 - json_serializable: 6.7.0 + json_serializable: 6.7.1 stream_channel: ^2.1.0 test: ^1.22.1 diff --git a/packages/common/amplify_db_common/example/pubspec.yaml b/packages/common/amplify_db_common/example/pubspec.yaml index f7d64c71ba..3e2d47ee36 100644 --- a/packages/common/amplify_db_common/example/pubspec.yaml +++ b/packages/common/amplify_db_common/example/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: amplify_db_common: ">=0.1.2+5 <0.2.0" - drift: ">=2.9.0 <2.10.0" + drift: ">=2.10.0 <2.11.0" flutter: sdk: flutter diff --git a/packages/common/amplify_db_common/pubspec.yaml b/packages/common/amplify_db_common/pubspec.yaml index 5276dd3a60..ceeb8662a4 100644 --- a/packages/common/amplify_db_common/pubspec.yaml +++ b/packages/common/amplify_db_common/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: amplify_db_common_dart: ">=0.3.0+1 <0.4.0" - drift: ">=2.9.0 <2.10.0" + drift: ">=2.10.0 <2.11.0" flutter: sdk: flutter path: ^1.8.2 diff --git a/packages/common/amplify_db_common_dart/example/pubspec.yaml b/packages/common/amplify_db_common_dart/example/pubspec.yaml index 90bf0b6667..3f22b973e1 100644 --- a/packages/common/amplify_db_common_dart/example/pubspec.yaml +++ b/packages/common/amplify_db_common_dart/example/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: amplify_db_common_dart: ">=0.2.0+5 <0.3.0" - drift: ">=2.9.0 <2.10.0" + drift: ">=2.10.0 <2.11.0" example_common: path: ../../../example_common diff --git a/packages/common/amplify_db_common_dart/pubspec.yaml b/packages/common/amplify_db_common_dart/pubspec.yaml index ecdad456f8..a7754f7731 100644 --- a/packages/common/amplify_db_common_dart/pubspec.yaml +++ b/packages/common/amplify_db_common_dart/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: amplify_core: ">=1.2.0 <1.3.0" async: ^2.10.0 aws_common: ">=0.5.0+2 <0.6.0" - drift: ">=2.9.0 <2.10.0" + drift: ">=2.10.0 <2.11.0" meta: ^1.7.0 path: ^1.8.0 sqlite3: ^2.0.0 diff --git a/packages/secure_storage/amplify_secure_storage/pubspec.yaml b/packages/secure_storage/amplify_secure_storage/pubspec.yaml index 3dc701aa5d..178a1a5c27 100644 --- a/packages/secure_storage/amplify_secure_storage/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: amplify_secure_storage_dart: ">=0.4.0+2 <0.5.0" async: ^2.10.0 - file: ^6.0.0 + file: ">=6.0.0 <8.0.0" flutter: sdk: flutter meta: ^1.7.0 diff --git a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml index edff4e52de..a804734b26 100644 --- a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" ffi: ^2.0.0 - file: ^6.0.0 + file: ">=6.0.0 <8.0.0" js: ^0.6.4 meta: ^1.7.0 path: ^1.8.0 @@ -40,7 +40,7 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 built_value_generator: 8.6.1 - ffigen: ^8.0.0 + ffigen: ^9.0.0 test: ^1.22.1 worker_bee_builder: ">=0.2.0+2 <0.3.0" diff --git a/packages/smithy/goldens/pubspec.yaml b/packages/smithy/goldens/pubspec.yaml index 1c9b8b38f3..f69aebcf0b 100644 --- a/packages/smithy/goldens/pubspec.yaml +++ b/packages/smithy/goldens/pubspec.yaml @@ -24,7 +24,7 @@ dependency_overrides: dev_dependencies: args: ^2.3.1 - file: ^7.0.0 + file: ">=6.0.0 <8.0.0" glob: ^2.0.2 lints: ^2.0.0 path: any diff --git a/packages/smithy/smithy/pubspec.yaml b/packages/smithy/smithy/pubspec.yaml index eb4412d0e2..79905475dc 100644 --- a/packages/smithy/smithy/pubspec.yaml +++ b/packages/smithy/smithy/pubspec.yaml @@ -31,6 +31,6 @@ dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 built_value_generator: 8.6.1 - json_serializable: 6.7.0 + json_serializable: 6.7.1 stack_trace: ^1.10.0 test: ^1.22.1 diff --git a/packages/smithy/smithy_aws/pubspec.yaml b/packages/smithy/smithy_aws/pubspec.yaml index 74227548b8..9dc7fe71ff 100644 --- a/packages/smithy/smithy_aws/pubspec.yaml +++ b/packages/smithy/smithy_aws/pubspec.yaml @@ -28,9 +28,9 @@ dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 built_value_generator: 8.6.1 - file: ^6.1.2 + file: ">=6.0.0 <8.0.0" glob: ^2.0.2 - json_serializable: 6.7.0 + json_serializable: 6.7.1 pubspec_parse: ^1.2.0 test: ^1.22.1 yaml: ^3.1.0 diff --git a/packages/smithy/smithy_codegen/pubspec.yaml b/packages/smithy/smithy_codegen/pubspec.yaml index 409e4610a9..c7c69fda07 100644 --- a/packages/smithy/smithy_codegen/pubspec.yaml +++ b/packages/smithy/smithy_codegen/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: code_builder: 4.5.0 collection: ^1.15.0 crclib: ^3.0.0 - dart_style: 2.3.1 + dart_style: 2.3.2 fixnum: ^1.0.0 grpc: ^3.0.2 html2md: ^1.2.5 @@ -43,7 +43,7 @@ dev_dependencies: build_verify: ^3.0.0 build_version: ^2.1.0 built_value_generator: 8.6.1 - json_serializable: 6.7.0 + json_serializable: 6.7.1 smithy_test: path: ../smithy_test test: ^1.22.1 diff --git a/packages/storage/amplify_storage_s3/example/pubspec.yaml b/packages/storage/amplify_storage_s3/example/pubspec.yaml index c4ef30c7a7..f2d82ddf1d 100644 --- a/packages/storage/amplify_storage_s3/example/pubspec.yaml +++ b/packages/storage/amplify_storage_s3/example/pubspec.yaml @@ -24,7 +24,7 @@ dev_dependencies: path: ../../../amplify_lints amplify_storage_s3_dart: any aws_common: any - drift: ">=2.9.0 <2.10.0" + drift: ">=2.10.0 <2.11.0" flutter_driver: sdk: flutter flutter_test: diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml index 20f92542c9..330644b3b7 100644 --- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml +++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: aws_signature_v4: ">=0.4.0+2 <0.5.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" - drift: ">=2.9.0 <2.10.0" + drift: ">=2.10.0 <2.11.0" fixnum: ^1.0.0 json_annotation: ">=4.8.1 <4.9.0" meta: ^1.7.0 @@ -30,6 +30,6 @@ dev_dependencies: build_verify: ^3.0.0 built_value_generator: 8.6.1 drift_dev: ^2.2.0+1 - json_serializable: 6.7.0 + json_serializable: 6.7.1 mocktail: ^0.3.0 test: ^1.22.1 diff --git a/packages/worker_bee/worker_bee_builder/pubspec.yaml b/packages/worker_bee/worker_bee_builder/pubspec.yaml index df83cfeee2..668b8b9ccf 100644 --- a/packages/worker_bee/worker_bee_builder/pubspec.yaml +++ b/packages/worker_bee/worker_bee_builder/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: build: ^2.2.1 code_builder: 4.5.0 collection: ^1.15.0 - dart_style: 2.3.1 + dart_style: 2.3.2 meta: ^1.7.0 path: ^1.8.0 source_gen: ^1.3.2