l3uddz / wantarr

CLI Tool to find wanted media for the *arr suite
66 stars 10 forks source link

fix(deps): update module go.uber.org/atomic to v1.11.0 #22

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.uber.org/atomic v1.6.0 -> v1.11.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

uber-go/atomic (go.uber.org/atomic) ### [`v1.11.0`](https://togithub.com/uber-go/atomic/releases/tag/v1.11.0) [Compare Source](https://togithub.com/uber-go/atomic/compare/v1.10.0...v1.11.0) ##### Fixed - Fix `Swap` and `CompareAndSwap` for `Value` wrappers without initialization. ##### Added - Add `String` method to `atomic.Pointer[T]` type allowing users to safely print underlying values of pointers. [1.11.0]: https://togithub.com/uber-go/atomic/compare/v1.10.0...v1.11.0 ### [`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. ### [`v1.9.0`](https://togithub.com/uber-go/atomic/releases/tag/v1.9.0) [Compare Source](https://togithub.com/uber-go/atomic/compare/v1.8.0...v1.9.0) ##### Added - Add `Float64.Swap` to match int atomic operations. - Add `atomic.Time` type for atomic operations on `time.Time` values. ### [`v1.8.0`](https://togithub.com/uber-go/atomic/releases/tag/v1.8.0) [Compare Source](https://togithub.com/uber-go/atomic/compare/v1.7.0...v1.8.0) ##### Added - Add `atomic.Uintptr` type for atomic operations on `uintptr` values. - Add `atomic.UnsafePointer` type for atomic operations on `unsafe.Pointer` values. ### [`v1.7.0`](https://togithub.com/uber-go/atomic/releases/tag/v1.7.0) [Compare Source](https://togithub.com/uber-go/atomic/compare/v1.6.0...v1.7.0) ##### Added - Support JSON serialization and deserialization of primitive atomic types. - Support Text marshalling and unmarshalling for string atomics. ##### Changed - Disallow incorrect comparison of atomic values in a non-atomic way. ##### Removed - Remove dependency on `golang.org/x/{lint, tools}`.

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