Skip to content

Bump uuid from 4.2.1 to 4.3.3

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

Bumps uuid from 4.2.1 to 4.3.3.

Release notes

Sourced from uuid's releases.

4.3.3

v4.3.3

  • Fix UUIDv7 in Javascript
    • Using bitshifts on anything over 32bits get truncated. Switched to a more naive solution for now. Hopefully dart2wasm fixes things.
  • Remove unnecessary _randomData() functions
  • Add fixnum package to handle issues in v6, time, and javascript.

Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.3.2...4.3.3

4.3.2

  • Added toFormattedString() to UuidValue to handle cases where the UUID used has no hyphens but you wnt them for output.
  • Changed constraint for meta to 1.10.0 to not conflict with flutter_test

Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.3.1...4.3.2

4.3.1

Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.3.0...4.3.1

4.3.0

Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.2.2...4.3.0

4.2.2

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

Changelog

Sourced from uuid's changelog.

v4.3.3

  • Fix UUIDv7 in Javascript
    • Using bitshifts on anything over 32bits get truncated. Switched to a more naive solution for now. Hopefully dart2wasm fixes things.
  • Remove unnecessary _randomData() functions
  • Add fixnum package to handle issues in v6, time, and javascript.

v4.3.2

  • Added toFormattedString() to UuidValue to handle cases where the UUID used has no hyphens but you wnt them for output.
  • Changed constraint for meta to 1.10.0 to not conflict with flutter_test

v4.3.1

  • Add additional optional parameters for parseing and validation for the new noDashes flag.

v4.3.0

  • Update SDK constraints to >= 3.0.0
  • Update Meta package to 1.11.0
  • [PARTIAL BREAKING CHANGE] Changing MathRNG implementation to use 4 nextints, instead of 16 for optimization to match CryptoRNG. This will affect regenerating the same UUID from the same seed.
    • If you need the old behavior, please use MathRNGDeprecated() instead.

v4.2.2

  • Fix CryptoRNG on Web generating a random number 0 always
  • Add NoDashes support to the validator so that it validates UUIDs that don't have dashes but are otherwise valid.
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