diff --git a/actions/pubspec.yaml b/actions/pubspec.yaml index fdd027caff..ac4f41e2a6 100644 --- a/actions/pubspec.yaml +++ b/actions/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: path: ../packages/aft/common aws_common: any collection: ^1.18.0 - file: ^6.1.4 + file: ^7.0.0 js: ^0.6.7 json_annotation: ">=4.8.1 <4.9.0" meta: ^1.10.0 diff --git a/packages/aft/common/pubspec.yaml b/packages/aft/common/pubspec.yaml index 8c7ffed98d..0208c7e83c 100644 --- a/packages/aft/common/pubspec.yaml +++ b/packages/aft/common/pubspec.yaml @@ -31,6 +31,6 @@ dependencies: dev_dependencies: amplify_lints: ^2.0.0 build_runner: ^2.4.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 checks: ^0.2.2 json_serializable: 6.7.1 diff --git a/packages/aft/pubspec.yaml b/packages/aft/pubspec.yaml index 7cff09f3de..78a8acb409 100644 --- a/packages/aft/pubspec.yaml +++ b/packages/aft/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" checked_yaml: ^2.0.0 - cli_util: ^0.3.5 + cli_util: ^0.4.0 code_builder: 4.6.0 collection: ^1.16.0 file: ">=6.0.0 <8.0.0" @@ -63,7 +63,7 @@ dependency_overrides: dev_dependencies: amplify_lints: ">=2.0.2 <2.1.0" build_runner: ^2.4.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 checks: ^0.2.2 json_serializable: 6.7.1 test: ^1.22.1 diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/2_results.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/2_results.json index f89532c534..f140fd9f9a 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/2_results.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/2_results.json @@ -1,20 +1,20 @@ -[ - { - "id": "4281dfba-96c8-4a38-9a8e-35c7e893ea47", - "modelName": "Post", - "serializedData": { - "id": "4281dfba-96c8-4a38-9a8e-35c7e893ea47", - "title": "Title 1", - "rating": 4 - } - }, - { - "id": "43036c6b-8044-4309-bddc-262b6c686026", - "modelName": "Post", - "serializedData": { - "id": "43036c6b-8044-4309-bddc-262b6c686026", - "title": "Title 2", - "created": "2020-02-20T20:20:20-08:00" - } - } -] +[ + { + "id": "4281dfba-96c8-4a38-9a8e-35c7e893ea47", + "modelName": "Post", + "serializedData": { + "id": "4281dfba-96c8-4a38-9a8e-35c7e893ea47", + "title": "Title 1", + "rating": 4 + } + }, + { + "id": "43036c6b-8044-4309-bddc-262b6c686026", + "modelName": "Post", + "serializedData": { + "id": "43036c6b-8044-4309-bddc-262b6c686026", + "title": "Title 2", + "created": "2020-02-20T20:20:20-08:00" + } + } +] diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/model_name_with_all_query_parameters.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/model_name_with_all_query_parameters.json index 519cb513b5..77e9020804 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/model_name_with_all_query_parameters.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/model_name_with_all_query_parameters.json @@ -1,53 +1,53 @@ -{ - "modelName": "Post", - "queryPredicate": { - "queryPredicateGroup": { - "type": "or", - "predicates": [ - { - "queryPredicateOperation": { - "field": "id", - "fieldOperator": { "operatorName": "equal", "value": "123" } - } - }, - { - "queryPredicateGroup": { - "type": "and", - "predicates": [ - { - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { - "operatorName": "greater_or_equal", - "value": 4 - } - } - }, - { - "queryPredicateGroup": { - "type": "not", - "predicates": [ - { - "queryPredicateOperation": { - "field": "created", - "fieldOperator": { - "operatorName": "equal", - "value": "2020-02-20T20:20:20-08:00" - } - } - } - ] - } - } - ] - } - } - ] - } - }, - "queryPagination": { "page": 2, "limit": 8 }, - "querySort": [ - { "field": "id", "order": "ascending" }, - { "field": "created", "order": "descending" } - ] -} +{ + "modelName": "Post", + "queryPredicate": { + "queryPredicateGroup": { + "type": "or", + "predicates": [ + { + "queryPredicateOperation": { + "field": "id", + "fieldOperator": { "operatorName": "equal", "value": "123" } + } + }, + { + "queryPredicateGroup": { + "type": "and", + "predicates": [ + { + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { + "operatorName": "greater_or_equal", + "value": 4 + } + } + }, + { + "queryPredicateGroup": { + "type": "not", + "predicates": [ + { + "queryPredicateOperation": { + "field": "created", + "fieldOperator": { + "operatorName": "equal", + "value": "2020-02-20T20:20:20-08:00" + } + } + } + ] + } + } + ] + } + } + ] + } + }, + "queryPagination": { "page": 2, "limit": 8 }, + "querySort": [ + { "field": "id", "order": "ascending" }, + { "field": "created", "order": "descending" } + ] +} diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/only_model_name.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/only_model_name.json index a63c33d17c..4936b7c24a 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/only_model_name.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/api/only_model_name.json @@ -1,6 +1,6 @@ -{ - "modelName": "Post", - "queryPredicate": null, - "queryPagination": null, - "querySort": null -} +{ + "modelName": "Post", + "queryPredicate": null, + "queryPagination": null, + "querySort": null +} diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/complex_nested.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/complex_nested.json index c633333ada..611663d067 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/complex_nested.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/complex_nested.json @@ -1,35 +1,35 @@ -{ - "queryPredicateGroup": { - "type": "and", - "predicates": [ - { - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { "operatorName": "less_or_equal", "value": 4 } - } - }, - { - "queryPredicateGroup": { - "type": "or", - "predicates": [ - { - "queryPredicateOperation": { - "field": "id", - "fieldOperator": { "operatorName": "contains", "value": "abc" } - } - }, - { - "queryPredicateOperation": { - "field": "title", - "fieldOperator": { - "operatorName": "begins_with", - "value": "def" - } - } - } - ] - } - } - ] - } -} +{ + "queryPredicateGroup": { + "type": "and", + "predicates": [ + { + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { "operatorName": "less_or_equal", "value": 4 } + } + }, + { + "queryPredicateGroup": { + "type": "or", + "predicates": [ + { + "queryPredicateOperation": { + "field": "id", + "fieldOperator": { "operatorName": "contains", "value": "abc" } + } + }, + { + "queryPredicateOperation": { + "field": "title", + "fieldOperator": { + "operatorName": "begins_with", + "value": "def" + } + } + } + ] + } + } + ] + } +} diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/group_mixed_and_or.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/group_mixed_and_or.json index 39e0c2e195..b7c320178c 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/group_mixed_and_or.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/group_mixed_and_or.json @@ -1,32 +1,32 @@ -{ - "queryPredicateGroup": { - "type": "or", - "predicates": [ - { - "queryPredicateGroup": { - "type": "and", - "predicates": [ - { - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { "operatorName": "less_than", "value": 4 } - } - }, - { - "queryPredicateOperation": { - "field": "id", - "fieldOperator": { "operatorName": "contains", "value": "abc" } - } - } - ] - } - }, - { - "queryPredicateOperation": { - "field": "title", - "fieldOperator": { "operatorName": "contains", "value": "def" } - } - } - ] - } -} +{ + "queryPredicateGroup": { + "type": "or", + "predicates": [ + { + "queryPredicateGroup": { + "type": "and", + "predicates": [ + { + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { "operatorName": "less_than", "value": 4 } + } + }, + { + "queryPredicateOperation": { + "field": "id", + "fieldOperator": { "operatorName": "contains", "value": "abc" } + } + } + ] + } + }, + { + "queryPredicateOperation": { + "field": "title", + "fieldOperator": { "operatorName": "contains", "value": "def" } + } + } + ] + } +} diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/group_with_only_and.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/group_with_only_and.json index 29bda07626..cdde5a0b54 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/group_with_only_and.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/group_with_only_and.json @@ -1,34 +1,34 @@ -{ - "queryPredicateGroup": { - "type": "and", - "predicates": [ - { - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { "operatorName": "between", "start": 1, "end": 4 } - } - }, - { - "queryPredicateOperation": { - "field": "id", - "fieldOperator": { "operatorName": "contains", "value": "abc" } - } - }, - { - "queryPredicateOperation": { - "field": "title", - "fieldOperator": { "operatorName": "begins_with", "value": "def" } - } - }, - { - "queryPredicateOperation": { - "field": "created", - "fieldOperator": { - "operatorName": "equal", - "value": "2020-02-20T20:20:20-08:00" - } - } - } - ] - } -} +{ + "queryPredicateGroup": { + "type": "and", + "predicates": [ + { + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { "operatorName": "between", "start": 1, "end": 4 } + } + }, + { + "queryPredicateOperation": { + "field": "id", + "fieldOperator": { "operatorName": "contains", "value": "abc" } + } + }, + { + "queryPredicateOperation": { + "field": "title", + "fieldOperator": { "operatorName": "begins_with", "value": "def" } + } + }, + { + "queryPredicateOperation": { + "field": "created", + "fieldOperator": { + "operatorName": "equal", + "value": "2020-02-20T20:20:20-08:00" + } + } + } + ] + } +} diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/mixed_with_not.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/mixed_with_not.json index 536c392bec..be6e09b929 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/mixed_with_not.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/mixed_with_not.json @@ -1,26 +1,26 @@ -{ - "queryPredicateGroup": { - "type": "and", - "predicates": [ - { - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { "operatorName": "greater_than", "value": 4 } - } - }, - { - "queryPredicateGroup": { - "type": "not", - "predicates": [ - { - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { "operatorName": "equal", "value": 1 } - } - } - ] - } - } - ] - } -} +{ + "queryPredicateGroup": { + "type": "and", + "predicates": [ + { + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { "operatorName": "greater_than", "value": 4 } + } + }, + { + "queryPredicateGroup": { + "type": "not", + "predicates": [ + { + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { "operatorName": "equal", "value": 1 } + } + } + ] + } + } + ] + } +} diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/negate_complex_predicate.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/negate_complex_predicate.json index bfe2c296dc..e0b55778ef 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/negate_complex_predicate.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/negate_complex_predicate.json @@ -1,42 +1,42 @@ -{ - "queryPredicateGroup": { - "type": "not", - "predicates": [ - { - "queryPredicateGroup": { - "type": "and", - "predicates": [ - { - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { "operatorName": "equal", "value": 1 } - } - }, - { - "queryPredicateGroup": { - "type": "or", - "predicates": [ - { - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { "operatorName": "equal", "value": 4 } - } - }, - { - "queryPredicateOperation": { - "field": "title", - "fieldOperator": { - "operatorName": "contains", - "value": "crap" - } - } - } - ] - } - } - ] - } - } - ] - } -} +{ + "queryPredicateGroup": { + "type": "not", + "predicates": [ + { + "queryPredicateGroup": { + "type": "and", + "predicates": [ + { + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { "operatorName": "equal", "value": 1 } + } + }, + { + "queryPredicateGroup": { + "type": "or", + "predicates": [ + { + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { "operatorName": "equal", "value": 4 } + } + }, + { + "queryPredicateOperation": { + "field": "title", + "fieldOperator": { + "operatorName": "contains", + "value": "crap" + } + } + } + ] + } + } + ] + } + } + ] + } +} diff --git a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/rating_greater_or_equal.json b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/rating_greater_or_equal.json index 6b6a8c42bb..d7722bef35 100644 --- a/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/rating_greater_or_equal.json +++ b/packages/amplify_datastore/example/ios/unit_tests/resources/query/predicates/rating_greater_or_equal.json @@ -1,6 +1,6 @@ -{ - "queryPredicateOperation": { - "field": "rating", - "fieldOperator": { "operatorName": "greater_or_equal", "value": 4 } - } -} +{ + "queryPredicateOperation": { + "field": "rating", + "fieldOperator": { "operatorName": "greater_or_equal", "value": 4 } + } +} diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml index b8e0d8751c..27ec295da0 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: build_verify: ^3.0.0 build_version: ^2.0.0 build_web_compilers: ^4.0.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 drift_dev: ^2.2.0+1 mocktail: ^1.0.0 test: ^1.22.1 diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml index e5731fc14c..e1a8f7eb32 100644 --- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml @@ -44,7 +44,7 @@ dev_dependencies: build_runner: ^2.4.0 build_verify: ^3.0.0 build_web_compilers: ^4.0.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 ffigen: ^9.0.0 json_serializable: 6.7.1 mockito: ^5.0.0 diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml index 20d114b72a..e5f3308788 100644 --- a/packages/aws_common/pubspec.yaml +++ b/packages/aws_common/pubspec.yaml @@ -29,7 +29,7 @@ dev_dependencies: build_runner: ^2.4.0 build_test: ^2.1.5 build_web_compilers: ^4.0.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 json_serializable: 6.7.1 stream_channel: ^2.1.0 test: ^1.22.1 diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml index f4d85798a2..218ecd3d1e 100644 --- a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +++ b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml @@ -33,7 +33,7 @@ dev_dependencies: aws_common: ">=0.6.0 <0.7.0" aws_signature_v4: ">=0.5.0 <0.6.0" build_runner: ^2.4.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 flutter_test: sdk: flutter mockito: ^5.0.0 diff --git a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml index f5802e2c13..5e471be27f 100644 --- a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml @@ -39,7 +39,7 @@ dev_dependencies: build: ^2.3.0 build_runner: ^2.4.0 build_web_compilers: ^4.0.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 ffigen: ^9.0.0 test: ^1.22.1 worker_bee_builder: ">=0.2.0+5 <0.3.0" diff --git a/packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml b/packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml index bab3ba27a4..75c7a848a6 100644 --- a/packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml +++ b/packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml @@ -39,6 +39,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml b/packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml index b6ffb036da..786e276ae6 100644 --- a/packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml +++ b/packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml @@ -42,6 +42,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/awsQuery/pubspec.yaml b/packages/smithy/goldens/lib/awsQuery/pubspec.yaml index 75c4dae444..7cb72e623b 100644 --- a/packages/smithy/goldens/lib/awsQuery/pubspec.yaml +++ b/packages/smithy/goldens/lib/awsQuery/pubspec.yaml @@ -38,6 +38,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/ec2Query/pubspec.yaml b/packages/smithy/goldens/lib/ec2Query/pubspec.yaml index 3a7ea01d3a..1a44c85aff 100644 --- a/packages/smithy/goldens/lib/ec2Query/pubspec.yaml +++ b/packages/smithy/goldens/lib/ec2Query/pubspec.yaml @@ -38,6 +38,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/restJson1/pubspec.yaml b/packages/smithy/goldens/lib/restJson1/pubspec.yaml index b18d06c2ac..089f7e4007 100644 --- a/packages/smithy/goldens/lib/restJson1/pubspec.yaml +++ b/packages/smithy/goldens/lib/restJson1/pubspec.yaml @@ -42,6 +42,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/restXml/pubspec.yaml b/packages/smithy/goldens/lib/restXml/pubspec.yaml index f457a8cd7b..f02b807428 100644 --- a/packages/smithy/goldens/lib/restXml/pubspec.yaml +++ b/packages/smithy/goldens/lib/restXml/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: fixnum: ^1.0.0 built_collection: ^5.0.0 meta: ^1.7.0 - xml: 6.3.0 + xml: 6.4.2 shelf_router: ^1.1.0 shelf: ^1.4.0 aws_signature_v4: @@ -43,6 +43,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml b/packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml index 57c73814fd..43383df3a2 100644 --- a/packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml +++ b/packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: aws_common: path: ../../../../aws_common built_value: ">=8.6.0 <8.7.0" - xml: 6.3.0 + xml: 6.4.2 fixnum: ^1.0.0 meta: ^1.7.0 built_collection: ^5.0.0 @@ -41,6 +41,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml b/packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml index 8c5b529ee9..289f1eb758 100644 --- a/packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml +++ b/packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml @@ -39,6 +39,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml b/packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml index 0013d22415..4454e209e9 100644 --- a/packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml +++ b/packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml @@ -42,6 +42,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/awsQuery/pubspec.yaml b/packages/smithy/goldens/lib2/awsQuery/pubspec.yaml index d847ace1d8..c0b2d5b6f4 100644 --- a/packages/smithy/goldens/lib2/awsQuery/pubspec.yaml +++ b/packages/smithy/goldens/lib2/awsQuery/pubspec.yaml @@ -38,6 +38,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/custom/pubspec.yaml b/packages/smithy/goldens/lib2/custom/pubspec.yaml index bf526f2b4f..6b9ddbe81d 100644 --- a/packages/smithy/goldens/lib2/custom/pubspec.yaml +++ b/packages/smithy/goldens/lib2/custom/pubspec.yaml @@ -41,6 +41,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/ec2Query/pubspec.yaml b/packages/smithy/goldens/lib2/ec2Query/pubspec.yaml index 6f71d46cd7..004f871386 100644 --- a/packages/smithy/goldens/lib2/ec2Query/pubspec.yaml +++ b/packages/smithy/goldens/lib2/ec2Query/pubspec.yaml @@ -38,6 +38,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/restJson1/pubspec.yaml b/packages/smithy/goldens/lib2/restJson1/pubspec.yaml index bd50ac2441..1eaeaa4395 100644 --- a/packages/smithy/goldens/lib2/restJson1/pubspec.yaml +++ b/packages/smithy/goldens/lib2/restJson1/pubspec.yaml @@ -42,6 +42,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/restXml/pubspec.yaml b/packages/smithy/goldens/lib2/restXml/pubspec.yaml index 49a1810578..8c89b09793 100644 --- a/packages/smithy/goldens/lib2/restXml/pubspec.yaml +++ b/packages/smithy/goldens/lib2/restXml/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: fixnum: ^1.0.0 built_collection: ^5.0.0 meta: ^1.7.0 - xml: 6.3.0 + xml: 6.4.2 shelf_router: ^1.1.0 shelf: ^1.4.0 aws_signature_v4: @@ -43,6 +43,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml b/packages/smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml index f00a3f0a3a..1a090f1fe8 100644 --- a/packages/smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml +++ b/packages/smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: aws_common: path: ../../../../aws_common built_value: ">=8.6.0 <8.7.0" - xml: 6.3.0 + xml: 6.4.2 fixnum: ^1.0.0 meta: ^1.7.0 built_collection: ^5.0.0 @@ -41,6 +41,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/smithy/pubspec.yaml b/packages/smithy/smithy/pubspec.yaml index 79501c6f64..d0f72e69eb 100644 --- a/packages/smithy/smithy/pubspec.yaml +++ b/packages/smithy/smithy/pubspec.yaml @@ -25,12 +25,12 @@ dependencies: retry: ^3.1.0 shelf: ^1.1.0 typed_data: ^1.3.0 - xml: 6.3.0 + xml: 6.4.2 dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 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 641161be28..ead05608a2 100644 --- a/packages/smithy/smithy_aws/pubspec.yaml +++ b/packages/smithy/smithy_aws/pubspec.yaml @@ -22,12 +22,12 @@ dependencies: meta: ^1.7.0 path: ^1.8.0 smithy: ">=0.5.1 <0.6.0" - xml: 6.3.0 + xml: 6.4.2 dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 file: ">=6.0.0 <8.0.0" glob: ^2.0.2 json_serializable: 6.7.1 diff --git a/packages/smithy/smithy_codegen/pubspec.yaml b/packages/smithy/smithy_codegen/pubspec.yaml index 026040e665..68bbfedcaa 100644 --- a/packages/smithy/smithy_codegen/pubspec.yaml +++ b/packages/smithy/smithy_codegen/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: code_builder: 4.6.0 collection: ^1.15.0 crclib: ^3.0.0 - dart_style: 2.3.2 + dart_style: 2.3.3 fixnum: ^1.0.0 grpc: ^3.0.2 html2md: ^1.2.5 @@ -25,7 +25,7 @@ dependencies: json_annotation: ">=4.8.1 <4.9.0" meta: ^1.7.0 path: ^1.8.0 - protobuf: ^2.0.1 + protobuf: ^3.1.0 pub_semver: ^2.1.0 pubspec_parse: ^1.2.0 shelf: ^1.1.0 @@ -33,7 +33,7 @@ dependencies: smithy: ">=0.5.0 <0.6.0" smithy_aws: ">=0.5.0 <0.6.0" tuple: ^2.0.0 - xml: 6.3.0 + xml: 6.4.2 yaml_edit: ^2.0.1 dev_dependencies: @@ -42,7 +42,7 @@ dev_dependencies: build_runner: ^2.4.0 build_verify: ^3.0.0 build_version: ^2.1.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 json_serializable: 6.7.1 smithy_test: path: ../smithy_test diff --git a/packages/smithy/smithy_test/pubspec.yaml b/packages/smithy/smithy_test/pubspec.yaml index 92079f47d4..e255f1f0f6 100644 --- a/packages/smithy/smithy_test/pubspec.yaml +++ b/packages/smithy/smithy_test/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: smithy: any test: ^1.22.1 tuple: ^2.0.0 - xml: 6.3.0 + xml: 6.4.2 dev_dependencies: amplify_lints: diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml index 5fa1b15a53..3295be6dbb 100644 --- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml +++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml @@ -28,7 +28,7 @@ dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 build_verify: ^3.0.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 drift_dev: ^2.2.0+1 json_serializable: 6.7.1 mocktail: ^1.0.0 diff --git a/packages/test/amplify_integration_test/pubspec.yaml b/packages/test/amplify_integration_test/pubspec.yaml index ee490870e8..fdbecef139 100644 --- a/packages/test/amplify_integration_test/pubspec.yaml +++ b/packages/test/amplify_integration_test/pubspec.yaml @@ -26,4 +26,4 @@ dependencies: dev_dependencies: amplify_lints: ^2.0.0 build_runner: ^2.4.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 diff --git a/packages/worker_bee/e2e/pubspec.yaml b/packages/worker_bee/e2e/pubspec.yaml index ef07b6e400..915b93c856 100644 --- a/packages/worker_bee/e2e/pubspec.yaml +++ b/packages/worker_bee/e2e/pubspec.yaml @@ -26,6 +26,6 @@ dev_dependencies: build_runner: ^2.4.0 build_verify: ^3.0.0 build_web_compilers: ^4.0.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 worker_bee_builder: path: ../worker_bee_builder diff --git a/packages/worker_bee/e2e_test/pubspec.yaml b/packages/worker_bee/e2e_test/pubspec.yaml index fde7caeb19..4221d914d1 100644 --- a/packages/worker_bee/e2e_test/pubspec.yaml +++ b/packages/worker_bee/e2e_test/pubspec.yaml @@ -20,7 +20,7 @@ dev_dependencies: build_web_compilers: ^4.0.0 built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 e2e: path: ../e2e meta: ^1.7.0 diff --git a/packages/worker_bee/worker_bee/pubspec.yaml b/packages/worker_bee/worker_bee/pubspec.yaml index f3a60685f8..4faa86fea1 100644 --- a/packages/worker_bee/worker_bee/pubspec.yaml +++ b/packages/worker_bee/worker_bee/pubspec.yaml @@ -24,5 +24,5 @@ dependencies: dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 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 bd250c0019..af4cc9f4c5 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.6.0 collection: ^1.15.0 - dart_style: 2.3.2 + dart_style: 2.3.3 meta: ^1.7.0 path: ^1.8.0 source_gen: ^1.3.2 diff --git a/pubspec.yaml b/pubspec.yaml index e519ff076c..5d6ed64140 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,12 +18,12 @@ dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 built_value: ">=8.6.0 <8.7.0" - built_value_generator: 8.6.1 + built_value_generator: 8.6.3 code_builder: 4.6.0 connectivity_plus: ^4.0.1 # This must exactly match what's included in `dart format` # on stable so that CI checks pass for generated code. - dart_style: 2.3.2 + dart_style: 2.3.3 device_info_plus: ^9.0.0 drift: ">=2.11.0 <2.12.0" ffigen: ^9.0.0 @@ -43,7 +43,7 @@ dependencies: stack_trace: ^1.10.0 uuid: ">=3.0.6 <=3.0.7" win32: ">=4.1.2 <6.0.0" - xml: 6.3.0 + xml: 6.4.2 test: ^1.22.1 aft: