AndreasSko / go-jwlm

A command line tool to easily merge JW Library backups, written in Go.
MIT License
71 stars 4 forks source link

Update module github.com/spf13/viper to v1.8.0 #89

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/spf13/viper require minor v1.7.1 -> v1.8.0

Release Notes

spf13/viper ### [`v1.8.0`](https://togithub.com/spf13/viper/releases/v1.8.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.7.1...v1.8.0) This is a maintenance release primarily containing fixes and improvements. The most prominent change is the etcd update to [3.5.0](https://togithub.com/etcd-io/etcd/releases/tag/v3.5.0). Thanks to proper Go modules support, the dependency graph became much smaller. \## Changes ##### Added - Allow BindEnv to register multiple environment variables - Support for accessing slices - Experimental WASM support: Viper compiles on WASM - INI load options ##### Changed - Ensure `BindPFlag` detects a nil flag parameter ##### Fixed - Merging a key into a nil target - Panics during saving INI files ##### Security - Updated etcd to 3.5 which should make a lot of false positive vulnerability reports disappear *** In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates. Find more details in the [1.8.0](https://togithub.com/spf13/viper/milestone/4?closed=1) milestone. **Many thanks to everyone who contributed to this release!**

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.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.1%) to 85.954% when pulling e68d8a7f58d047c8b4239dbb0515b76ffd2489e4 on renovate/github.com-spf13-viper-1.x into d58e38f8ada3297175872fa86c8cdf77ec1bd803 on master.