blockbasti / just_another_workout_timer

A simple timer for your workouts, built with Flutter!
MIT License
132 stars 23 forks source link

chore(deps): Bump uuid from 3.0.7 to 4.4.0 #196

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps uuid from 3.0.7 to 4.4.0.

Release notes

Sourced from uuid's releases.

4.4.0

  • Fix MathRNG with Seed being recreated on each use, generating the same list of bytes. (thanks @​showband)
  • Fix UUIDv5 UTF8 inconsistencies. (thanks @​vjamrich)
  • Use static state storage for random number generator to prevent MathRNG issue.
  • Replace V1, v6, V7, V8 MathRNG preventively, the issue didn't exhibit there due to other factors in the UUID generation (primarily time, and clockseq)

What's Changed

New Contributors

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

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

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

... (truncated)

Changelog

Sourced from uuid's changelog.

v4.4.0

  • Fix MathRNG with Seed being recreated on each use, generating the same list of bytes. (thanks @​showband)
  • Fix UUIDv5 UTF8 inconsistencies. (thanks @​vjamrich)
  • Use static state storage for random number generator to prevent MathRNG issue.
  • Replace V1, v6, V7, V8 MathRNG preventively, the issue didn't exhibit there due to other factors in the UUID generation (primarily time, and clockseq)

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.

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

... (truncated)

Commits
  • 6c91f35 Update docs, fix linting errors
  • 670b700 Fix other issues surfaced by MathRNG fix
  • 66cbac5 Revert RNG changes that didnt fix anything
  • 317ec2a Fixes and still debugging collision regression
  • 2fcde83 Fix V5 UUID inconsistencies when using UTF-8 characters
  • 617b1ff fixed MathRNG - it now uses the initial seed properly
  • 5fcfb31 Remove unused import
  • f6f55ef Update Docs
  • b6cb8cf Add generic UUID v8 so you can customize it. Cleanup tests based on new specs...
  • 5e3538c Update docs
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.