Skip to content

Bump uuid from 4.1.0 to 4.2.1

Imanuel Ulbricht requested to merge dependabot-pub-uuid-4.2.1 into main

Bumps uuid from 4.1.0 to 4.2.1.

Release notes

Sourced from uuid's releases.

4.2.1

What's Changed

Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.2.0...4.2.1

4.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.1.0...4.2.0

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)
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading