andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
502 stars 71 forks source link

chore: Update module go.uber.org/atomic to v1.10.0 - autoclosed #509

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go.uber.org/atomic require minor v1.9.0 -> v1.10.0

Release Notes

uber-go/atomic ### [`v1.10.0`](https://togithub.com/uber-go/atomic/releases/tag/v1.10.0) [Compare Source](https://togithub.com/uber-go/atomic/compare/v1.9.0...v1.10.0) ##### Added - Add `atomic.Float32` type for atomic operations on `float32`. - Add `CompareAndSwap` and `Swap` methods to `atomic.String`, `atomic.Error`, and `atomic.Value`. - Add generic `atomic.Pointer[T]` type for atomic operations on pointers of any type. This is present only for Go 1.18 or higher, and is a drop-in for replacement for the standard library's `sync/atomic.Pointer` type. ##### Changed - Deprecate `CAS` methods on all types in favor of corresponding `CompareAndSwap` methods. Thanks to [@​eNV25](https://togithub.com/eNV25) and [@​icpd](https://togithub.com/icpd) for their contributions to this release.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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 Mend Renovate. View repository job log here.