diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3971353f0..68dadafa9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,6 +7,8 @@ on: jobs: publish: + permissions: + id-token: write # Required for authentication using OIDC uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 with: working-directory: aws_client \ No newline at end of file diff --git a/analysis_options.yaml b/analysis_options.yaml index 5fdf7d53c..cf9924208 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -17,12 +17,11 @@ linter: await_only_futures: true camel_case_types: true cancel_subscriptions: true + collection_methods_unrelated_type: true directives_ordering: true empty_catches: true empty_statements: true hash_and_equals: true - iterable_contains_unrelated_type: true - list_remove_unrelated_type: true no_adjacent_strings_in_list: true no_duplicate_case_values: true no_leading_underscores_for_library_prefixes: false # Too many occurrences @@ -56,4 +55,5 @@ linter: unnecessary_this: true unrelated_type_equality_checks: true use_rethrow_when_possible: true + use_super_parameters: false valid_regexps: true diff --git a/aws_client/CHANGELOG.md b/aws_client/CHANGELOG.md index 78a1d053e..3cc2f11e9 100644 --- a/aws_client/CHANGELOG.md +++ b/aws_client/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.2 + +- Upgrade dependencies + ## 0.4.1 - Add more examples diff --git a/aws_client/pubspec.yaml b/aws_client/pubspec.yaml index 6a8bb6d47..722c9c46e 100644 --- a/aws_client/pubspec.yaml +++ b/aws_client/pubspec.yaml @@ -1,6 +1,6 @@ name: aws_client description: Auto-generated client libraries for accessing Amazon Web Services (AWS) APIs -version: 0.4.1 +version: 0.4.2 homepage: https://github.com/agilord/aws_client environment: @@ -11,8 +11,8 @@ dependencies: http: '>=0.13.1 <2.0.0' meta: ^1.3.0 xml: '>=6.0.0 <7.0.0' - intl: '>=0.17.0 <0.19.0' - uuid: ^3.0.3 + intl: '>=0.17.0 <0.20.0' + uuid: ^4.0.0 collection: ^1.15.0 dev_dependencies: diff --git a/generator/pubspec.yaml b/generator/pubspec.yaml index 04c32d20a..506ada38e 100644 --- a/generator/pubspec.yaml +++ b/generator/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: '^3.0.0' dependencies: - analyzer: ^5.13.0 + analyzer: ^6.0.0 archive: ^3.0.0 args: ^2.2.0 collection: ^1.17.2 @@ -23,7 +23,7 @@ dependencies: yaml: ^3.0.0 dev_dependencies: - lints: ^2.1.0 + lints: ^3.0.0 build_runner: ^2.1.1 build_verify: ^3.0.0 json_serializable: ^6.1.3 diff --git a/shared_aws_api/pubspec.yaml b/shared_aws_api/pubspec.yaml index 21f4a6b67..066cb6c3c 100644 --- a/shared_aws_api/pubspec.yaml +++ b/shared_aws_api/pubspec.yaml @@ -12,8 +12,8 @@ dependencies: http: '>=0.13.1 <2.0.0' meta: ^1.3.0 xml: '>=6.0.0 <7.0.0' - intl: ^0.18.0 - uuid: ^3.0.3 + intl: '>=0.18.0 <0.20.0' + uuid: ^4.0.0 collection: ^1.15.0 dev_dependencies: