Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump the built_value group in /packages/aws_common with 3 updates #4178

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps the built_value group in /packages/aws_common with 3 updates: built_value, built_value_generator and uuid.

Updates built_value from 8.7.0 to 8.8.0

Release notes

Sourced from built_value's releases.

Allow serializing record fields

  • Allow classes with record fields to be serialized if they use a typedef for the record type and install a custom Serializer for it.
Changelog

Sourced from built_value's changelog.

8.8.0

  • Allow classes with record fields to be serialized if they use a typedef for the record type and install a custom Serializer for it.
Commits
  • 693f69d Release 8.8.0.
  • cc8ca31 Allow types with record fields to be serialized via typedef and custom serial...
  • 53ae619 Revert incorrect yaml changes.
  • be1a731 Use local deps.
  • c74a049 Use local deps.
  • 48c211a Bump dart-lang/setup-dart from 1.5.1 to 1.6.0
  • 000e116 Bump actions/checkout from 4.1.0 to 4.1.1
  • See full diff in compare view

Updates built_value_generator from 8.7.0 to 8.8.0

Release notes

Sourced from built_value_generator's releases.

Allow serializing record fields

  • Allow classes with record fields to be serialized if they use a typedef for the record type and install a custom Serializer for it.
Changelog

Sourced from built_value_generator's changelog.

8.8.0

  • Allow classes with record fields to be serialized if they use a typedef for the record type and install a custom Serializer for it.
Commits
  • 693f69d Release 8.8.0.
  • cc8ca31 Allow types with record fields to be serialized via typedef and custom serial...
  • 53ae619 Revert incorrect yaml changes.
  • be1a731 Use local deps.
  • c74a049 Use local deps.
  • 48c211a Bump dart-lang/setup-dart from 1.5.1 to 1.6.0
  • 000e116 Bump actions/checkout from 4.1.0 to 4.1.1
  • See full diff in compare view

Updates uuid from 3.0.7 to 4.2.1

Release notes

Sourced from uuid's releases.

4.2.1

What's Changed

Full Changelog: daegalus/dart-uuid@4.2.0...4.2.1

4.2.0

What's Changed

New Contributors

Full Changelog: daegalus/dart-uuid@4.1.0...4.2.0

4.1.0

  • [BREAKING CHANGE] In order to enforce lowercase strings in UuidValue, I have made the default const constructor private, and added a fromString factory constructor. Please migrate any direct UuidValue() usage to UuidValue.fromString() or UuidValue.withValidation().

Full Changelog: daegalus/dart-uuid@4.0.0...4.1.0

4.0.0

What's Changed

New Contributors

All changes since v3.0.7

v4.0.0

  • toBytes on UuidValue now does not validate by default, but has the option validate that can be set to true if you need validation when calling it. (Thanks @​Erhannis)

v4.0.0-beta3-1

  • Ensure that any custom RNG implementation produces Uint8Lists of length 16. (Thanks @​wph144)

... (truncated)

Changelog

Sourced from uuid's changelog.

v4.2.1

  • Lower meta dependency to 1.9.1 so that it is compatible with Flutter Stable 3.13

v4.2.0

  • [BREAKING CHANGE] Deprecate default/empty UuidValue constructor because it has a different behavior from the 3.x package version. (Thanks @​davidmartos96)
    • Use UuidValue.fromString() instead, which has the same behavior. If you need to define a const UuidValue you can use UuidValue.raw(), but making sure the value is lowercase.
  • Mark UuidValue as experimental with an annotation. (Thanks @​Kaival-Patel)

v4.1.0

  • [BREAKING CHANGE] In order to enforce lowercase strings in UuidValue, I have made the default const constructor private, and added a fromString factory constructor. Please migrate any direct UuidValue() usage to UuidValue.fromString() or UuidValue.withValidation().

v4.0.0

  • toBytes on UuidValue now does not validate by default, but has the option validate that can be set to true if you need validation when calling it. (Thanks @​Erhannis)

v4.0.0-beta3-1

  • Ensure that any custom RNG implementation produces Uint8Lists of length 16. (Thanks @​wph44)

v4.0.0-beta3

  • [BREAKING CHANGE] Replacing UuidUtil rng functions with RNG classes.
    • UuidUtil.mathRNG() is replaced with MathRNG().generate().
    • UuidUtil.cryptoRNG() is replaced with CryptoRNG().generate().
    • Custom crypto implementations just need to implement the RNG abstract class.
    • namedArgs and positionalArgs have been removed from GlobalOptions
    • You may use LegacyRNG() if you need to use the old function style RNG.
  • Fix a bug with the usage of Uint64List in Dart2js by not using it. (Thanks @​hambergerpls)

v4.0.0-beta2

  • [BREAKING CHANGE] The Uuid class now takes a GlobalOptions class instead of a Map<String, dynamic>.
  • Added options classes to eventually replace the Map parameter.
  • [BREAKING CHANGE] Since v6,v7,v8 are new for 4.0, I have made it so they only take the new options class.
  • Reworked the constructors, and moved state out of the classes. Const is now supported properly again
  • Switched tests to use const Uuid to catch regressions.
  • Set the options parameter in v1, v4, and v5 to deprecated.
  • [BREAKING CHANGE] Make UuidValue properly const also
    • Can no longer run validation on the const variant.
    • Added UuidValue.withValidation() to handle this usecase, it can't be const.
    • If you need const and validation. Create the UuidValue with the UUID, then call the validate() function on it.

v4.0.0-beta1-1

  • Mostly cleanup, linting, updating depedencies, etc.

v4.0.0-beta1

... (truncated)

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 27, 2023 12:32
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Nov 27, 2023
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aws_common/built_value-1abb6eeead branch from c60c9ca to fcafa2a Compare November 28, 2023 12:07
Bumps the built_value group in /packages/aws_common with 3 updates: [built_value](https://github.com/google/built_value.dart), [built_value_generator](https://github.com/google/built_value.dart) and [uuid](https://github.com/Daegalus/dart-uuid).


Updates `built_value` from 8.7.0 to 8.8.0
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](google/built_value.dart@v8.7.0...v8.8.0)

Updates `built_value_generator` from 8.7.0 to 8.8.0
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](google/built_value.dart@v8.7.0...v8.8.0)

Updates `uuid` from 3.0.7 to 4.2.1
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@3.0.7...4.2.1)

---
updated-dependencies:
- dependency-name: built_value
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: built_value_generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aws_common/built_value-1abb6eeead branch from fcafa2a to 081ca9e Compare December 5, 2023 12:48
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2023

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

@dependabot dependabot bot closed this Dec 5, 2023
@dependabot dependabot bot deleted the dependabot/pub/packages/aws_common/built_value-1abb6eeead branch December 5, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants