gabe565 / nightscout-menu-bar

🩸 Display live blood sugar data from Nightscout in your system menu bar
MIT License
19 stars 3 forks source link

chore(deps): update module github.com/google/uuid to v1.6.0 - autoclosed #53

Closed gabe565-renovate[bot] closed 6 months ago

gabe565-renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Type Update Change
github.com/google/uuid indirect minor v1.1.1 -> v1.6.0

Release Notes

google/uuid (github.com/google/uuid) ### [`v1.6.0`](https://togithub.com/google/uuid/releases/tag/v1.6.0) [Compare Source](https://togithub.com/google/uuid/compare/v1.5.0...v1.6.0) ##### Features - add Max UUID constant ([#​149](https://togithub.com/google/uuid/issues/149)) ([c58770e](https://togithub.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3)) ##### Bug Fixes - fix typo in version 7 uuid documentation ([#​153](https://togithub.com/google/uuid/issues/153)) ([016b199](https://togithub.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06)) - Monotonicity in UUIDv7 ([#​150](https://togithub.com/google/uuid/issues/150)) ([a2b2b32](https://togithub.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6)) ### [`v1.5.0`](https://togithub.com/google/uuid/releases/tag/v1.5.0) [Compare Source](https://togithub.com/google/uuid/compare/v1.4.0...v1.5.0) ##### Features - Validate UUID without creating new UUID ([#​141](https://togithub.com/google/uuid/issues/141)) ([9ee7366](https://togithub.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29)) ### [`v1.4.0`](https://togithub.com/google/uuid/releases/tag/v1.4.0) [Compare Source](https://togithub.com/google/uuid/compare/v1.3.1...v1.4.0) ##### Features - UUIDs slice type with Strings() convenience method ([#​133](https://togithub.com/google/uuid/issues/133)) ([cd5fbbd](https://togithub.com/google/uuid/commit/cd5fbbdd02f3e3467ac18940e07e062be1f864b4)) ##### Fixes - Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior) ### [`v1.3.1`](https://togithub.com/google/uuid/releases/tag/v1.3.1) [Compare Source](https://togithub.com/google/uuid/compare/v1.3.0...v1.3.1) ##### Bug Fixes - Use .EqualFold() to parse urn prefixed UUIDs ([#​118](https://togithub.com/google/uuid/issues/118)) ([574e687](https://togithub.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0)) ### [`v1.3.0`](https://togithub.com/google/uuid/releases/tag/v1.3.0): Add randomness pool mode for V4 UUID and NullUUID for SQL Scanners. [Compare Source](https://togithub.com/google/uuid/compare/v1.2.0...v1.3.0) From Andrey Pechkurov: Adds an optional randomness pool mode for Random (Version 4) UUID generation. The pool contains random bytes read from the random number generator on demand in batches. Enabling the pool may improve the UUID generation throughput significantly. Since the pool is stored on the Go heap, this feature may be a bad fit for security sensitive applications. That's why it's implemented as an opt-in feature. From Samuel Roth: Added support for NullUUID A NullUUID can be marked not valid (i.e., null) for use with JSON and the database/sql/driver.Scanner interfaces. ### [`v1.2.0`](https://togithub.com/google/uuid/releases/tag/v1.2.0): Add NewString() [Compare Source](https://togithub.com/google/uuid/compare/v1.1.5...v1.2.0) This release introduces the NewString() function which is the equivalent of uuid.New().String(). ### [`v1.1.5`](https://togithub.com/google/uuid/releases/tag/v1.1.5): Syntactic cleanup [Compare Source](https://togithub.com/google/uuid/compare/v1.1.4...v1.1.5) There are no code changes. A missing period was add to a godoc comment and the linter was told to not complain that the results of hash.Write() are ignored (the function cannot fail) ### [`v1.1.4`](https://togithub.com/google/uuid/releases/tag/v1.1.4): Further error optimizations [Compare Source](https://togithub.com/google/uuid/compare/v1.1.3...v1.1.4) Do not allocate memory for errors (it is only one word) ### [`v1.1.3`](https://togithub.com/google/uuid/releases/tag/v1.1.3): Optimize error reporting [Compare Source](https://togithub.com/google/uuid/compare/v1.1.2...v1.1.3) Optimize length of time it takes to discover an input is bad by no longer using fmt.Errorf, which is quite slow. It now uses a custom error type that formats the string when the Error method is called rather than when generating the error. ### [`v1.1.2`](https://togithub.com/google/uuid/releases/tag/v1.1.2): Minor fixes [Compare Source](https://togithub.com/google/uuid/compare/v1.1.1...v1.1.2) This release contains - Allow concurrent, re-creatable usage [#​44](https://togithub.com/google/uuid/issues/44) by trabetti was merged on Apr 16, 2019 - Fix race in NewUUID() [#​64](https://togithub.com/google/uuid/issues/64) by AstolfoKawaii was merged on Jul 2, 2020 - Minor formatting and typo fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Renovate Bot.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud