aws-amplify / amplify-flutter

A declarative library with an easy-to-use interface for building Flutter applications on AWS.
https://docs.amplify.aws
Apache License 2.0
1.29k stars 239 forks source link

chore(deps): bump the built_value group across 1 directory with 5 updates #4854

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the built_value group with 5 updates in the /packages/smithy/smithy_aws directory:

Package From To
built_value 8.8.1 8.9.2
smithy 0.6.4 0.7.0
aws_common 0.6.5 0.7.0
aws_signature_v4 0.5.2 0.6.0
built_value_generator 8.8.1 8.9.2

Updates built_value from 8.8.1 to 8.9.2

Release notes

Sourced from built_value's releases.

Improved build performance

  • Improve build performance when there are lots of built_value classes.

Fix for new operator== warning

  • Fix for new warning about operator== param type.

StandardJsonPlugin improvement, EnumClass fix

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Changelog

Sourced from built_value's changelog.

8.9.2

  • Improve build performance when there are lots of built_value classes.

8.9.1

  • Fix for new warning about operator== param type.

8.9.0

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Commits


Updates smithy from 0.6.4 to 0.7.0

Release notes

Sourced from smithy's releases.

0.6.14

  • chore: Amplify Swift version bump to 1.30.4 (#3328)
  • chore: bump amplify-android to 1.38.6 (#3050)

⚠️ Amplify Flutter v0 is now in Maintenance Mode until July 19th, 2024. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v0.

Please use the latest version (v1) of Amplify Flutter. If you are currently using v0, follow these instructions to upgrade to v1.

v0.6.13

Feature

Fixes

v0.6.12

Fixes

v0.6.11

Fixes

  • fix(datastore): prevent unhandled exception crashing App rebuilding sync expression (#2549)
  • fix(datastore): Upgrading from Datastore 0.6.1 to 0.6.8 causes Android app to crash (#2556)
  • fix(api): model helpers use targetNames in schemas with CPK enabled (#2559)

v0.6.10 (2022-11-10)

0.6.9 (2022-10-12)

  • feat(storage): Support custom prefix (#2071)

  • fix(api): support multiple belongsTo (#2087)

  • fix(datastore): support nested predicates for observe and observeQuery (#2043)

  • fix(datastore): enable java8 desugaring for amplify-android datastore (#2232)

  • fix(storage): Custom Prefix Android (#2142)

  • chore: add cloudwatch monitoring for getting started smoke test (#2157)

  • chore: update category support tables (#2138)

  • chore(analytics): Integration test stack improvements

  • chore(api): add targetName to generated models used in tests (#2234)

  • chore(datastore): run integ tests in CI (#2182)

... (truncated)

Commits


Updates aws_common from 0.6.5 to 0.7.0

Release notes

Sourced from aws_common's releases.

0.6.14

  • chore: Amplify Swift version bump to 1.30.4 (#3328)
  • chore: bump amplify-android to 1.38.6 (#3050)

⚠️ Amplify Flutter v0 is now in Maintenance Mode until July 19th, 2024. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v0.

Please use the latest version (v1) of Amplify Flutter. If you are currently using v0, follow these instructions to upgrade to v1.

v0.6.13

Feature

Fixes

v0.6.12

Fixes

v0.6.11

Fixes

  • fix(datastore): prevent unhandled exception crashing App rebuilding sync expression (#2549)
  • fix(datastore): Upgrading from Datastore 0.6.1 to 0.6.8 causes Android app to crash (#2556)
  • fix(api): model helpers use targetNames in schemas with CPK enabled (#2559)

v0.6.10 (2022-11-10)

0.6.9 (2022-10-12)

  • feat(storage): Support custom prefix (#2071)

  • fix(api): support multiple belongsTo (#2087)

  • fix(datastore): support nested predicates for observe and observeQuery (#2043)

  • fix(datastore): enable java8 desugaring for amplify-android datastore (#2232)

  • fix(storage): Custom Prefix Android (#2142)

  • chore: add cloudwatch monitoring for getting started smoke test (#2157)

  • chore: update category support tables (#2138)

  • chore(analytics): Integration test stack improvements

  • chore(api): add targetName to generated models used in tests (#2234)

  • chore(datastore): run integ tests in CI (#2182)

... (truncated)

Commits


Updates aws_signature_v4 from 0.5.2 to 0.6.0

Release notes

Sourced from aws_signature_v4's releases.

v0.6.0 (2022-06-20)

Breaking Changes

  • Bump minimum Dart SDK to 2.15

Fixes

  • fix(api): Concurrent access to OperationsManager
  • fix(auth): Fix device serialization
  • fix(authenticator): Trim strings for password confirmation comparison
Commits


Updates built_value_generator from 8.8.1 to 8.9.2

Release notes

Sourced from built_value_generator's releases.

Improved build performance

  • Improve build performance when there are lots of built_value classes.

Fix for new operator== warning

  • Fix for new warning about operator== param type.

StandardJsonPlugin improvement, EnumClass fix

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Changelog

Sourced from built_value_generator's changelog.

8.9.2

  • Improve build performance when there are lots of built_value classes.

8.9.1

  • Fix for new warning about operator== param type.

8.9.0

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.