flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
131 stars 142 forks source link

fix(deps): update dependency uuid to v3 #53

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
uuid dependencies major ^2.0.2 -> ^3.0.0

Release Notes

Daegalus/dart-uuid ### [`v3.0.4`](https://togithub.com/Daegalus/dart-uuid/releases/3.0.4) [Compare Source](https://togithub.com/Daegalus/dart-uuid/compare/3.0.3...3.0.4) - `isValidUUID` now handles some Microsoft GUIDs better that only deviate in the Variant setting. (Thanks [@​FluentChange](https://togithub.com/FluentChange)) - Improve error output so that it better explains how to handle the above change in your code if you encounter it. (Thanks [@​FluentChange](https://togithub.com/FluentChange)) - Improve validation logic to better handle multiple validation cases, error output, and feedback to developers. (Thanks [@​FluentChange](https://togithub.com/FluentChange)) ### [`v3.0.3`](https://togithub.com/Daegalus/dart-uuid/releases/3.0.3) [Compare Source](https://togithub.com/Daegalus/dart-uuid/compare/3.0.2...3.0.3) - *\[Experimental]* Fixed UuidValue to properly check things are valid. (Thanks [@​FlorianUlivi](https://togithub.com/FlorianUlivi)) [#​65](https://togithub.com/Daegalus/dart-uuid/issues/65) - *\[Experimental]* Added new constructors `fromByteList` and `fromList` to `UuidValue` [#​64](https://togithub.com/Daegalus/dart-uuid/issues/64) - *\[Experimental]* Added `==` operator override and hashcode override. (Thanks [@​giorgiofran](https://togithub.com/giorgiofran) for suggestion) [#​64](https://togithub.com/Daegalus/dart-uuid/issues/64) - Added `parseAsByteList` to offer a direct output to `Uint8List` [#​64](https://togithub.com/Daegalus/dart-uuid/issues/64) - *\[Experimental]***\[BREAKING CHANGE]** Change `toBytes` in `UuidValue` to return `Uint8List` instead of `List` - *\[Experimental]***\[BREAKING CHANGE]** `isValidUuid` function signature has changed, now takes 2 optional parameters `fromString` and `fromList` that will do the appropriate validation on different sources. ### [`v3.0.2`](https://togithub.com/Daegalus/dart-uuid/compare/3.0.1...3.0.2) [Compare Source](https://togithub.com/Daegalus/dart-uuid/compare/3.0.1...3.0.2) ### [`v3.0.1`](https://togithub.com/Daegalus/dart-uuid/compare/3.0.0...3.0.1) [Compare Source](https://togithub.com/Daegalus/dart-uuid/compare/3.0.0...3.0.1) ### [`v3.0.0`](https://togithub.com/Daegalus/dart-uuid/compare/2.2.2...3.0.0) [Compare Source](https://togithub.com/Daegalus/dart-uuid/compare/2.2.2...3.0.0)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.