fix(deps): update module github.com/spf13/viper to v1.11.0 #1159

Merged
konrad merged 2 commits from renovate/github.com-spf13-viper-1.x into main 2022-04-18 17:33:23 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/spf13/viper require minor v1.10.1 -> v1.11.0

Release Notes

spf13/viper

v1.11.0

Compare Source

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.10.1...v1.11.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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/spf13/viper](https://github.com/spf13/viper) | require | minor | `v1.10.1` -> `v1.11.0` | --- ### Release Notes <details> <summary>spf13/viper</summary> ### [`v1.11.0`](https://github.com/spf13/viper/releases/v1.11.0) [Compare Source](https://github.com/spf13/viper/compare/v1.10.1...v1.11.0) <!-- Release notes generated using configuration in .github/release.yml at v1.11.0 --> #### What's Changed ##### Exciting New Features 🎉 - Experimental yaml v3 library support by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1273 - Experimental toml v2 support by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1274 - Experimental logger by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1275 ##### Enhancements 🚀 - Remove unnecessary operand by [@&#8203;steviebps](https://github.com/steviebps) in https://github.com/spf13/viper/pull/1213 - Improve encoding layer by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1167 - Allow merging configs with different types of leaf values by [@&#8203;illarion](https://github.com/illarion) in https://github.com/spf13/viper/pull/1181 ##### Bug Fixes 🐛 - Disable race detector on windows by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1269 ##### Breaking Changes 🛠 - Drop Go 1.14 support by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1327 ##### Dependency Updates ⬆️ - build(deps): bump github.com/spf13/afero from 1.6.0 to 1.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1265 - build(deps): bump github.com/spf13/afero from 1.7.0 to 1.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1271 - build(deps): bump github.com/spf13/afero from 1.7.1 to 1.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1281 - build(deps): bump gopkg.in/ini.v1 from 1.66.2 to 1.66.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1287 - build(deps): bump github.com/spf13/afero from 1.8.0 to 1.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1291 - build(deps): bump actions/github-script from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1295 - build(deps): bump actions/checkout from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1304 - build(deps): bump github.com/magiconair/properties from 1.8.5 to 1.8.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1299 - build(deps): bump gopkg.in/ini.v1 from 1.66.3 to 1.66.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1293 - build(deps): bump github.com/spf13/afero from 1.8.1 to 1.8.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1311 - build(deps): bump actions/setup-go from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1319 - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.0-beta.6 to 2.0.0-beta.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1320 - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.0-beta.7 to 2.0.0-beta.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1322 - Update crypt by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1325 #### New Contributors - [@&#8203;steviebps](https://github.com/steviebps) made their first contribution in https://github.com/spf13/viper/pull/1213 - [@&#8203;illarion](https://github.com/illarion) made their first contribution in https://github.com/spf13/viper/pull/1181 **Full Changelog**: https://github.com/spf13/viper/compare/v1.10.1...v1.11.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-04-13 14:00:55 +00:00
renovate added 1 commit 2022-04-13 14:00:57 +00:00
konrad added 1 commit 2022-04-18 16:47:00 +00:00
continuous-integration/drone/pr Build is passing Details
dbf559d56d
fix: go.sum entry
konrad merged commit 81a18661ad into main 2022-04-18 17:33:23 +00:00
konrad deleted branch renovate/github.com-spf13-viper-1.x 2022-04-18 17:33:23 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1159
No description provided.