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

Merged
konrad merged 1 commits from renovate/github.com-spf13-viper-1.x into main 2022-09-30 20:07:26 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/spf13/viper require minor v1.12.0 -> v1.13.0

Release Notes

spf13/viper

v1.13.0

Compare Source

Important: This is the last release supporting Go 1.15.

What's Changed

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

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.12.0...v1.13.0


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.


  • 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.12.0` -> `v1.13.0` | --- ### Release Notes <details> <summary>spf13/viper</summary> ### [`v1.13.0`](https://github.com/spf13/viper/releases/tag/v1.13.0) [Compare Source](https://github.com/spf13/viper/compare/v1.12.0...v1.13.0) **Important:** This is the last release supporting Go 1.15. #### What's Changed ##### Exciting New Features 🎉 - Add etcd3 to supported remote providers by [@&#8203;franklinkim](https://github.com/franklinkim) in https://github.com/spf13/viper/pull/1371 ##### Enhancements 🚀 - Fix go-staticcheck failures (ST1005) by [@&#8203;mjmaisey](https://github.com/mjmaisey) in https://github.com/spf13/viper/pull/1373 - Use jsonc in markdown codeblocks for better readability by [@&#8203;HurSungYun](https://github.com/HurSungYun) in https://github.com/spf13/viper/pull/1393 - Add Go 1.19 support by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1424 - Adds support for uint16 with `GetUint16` by [@&#8203;oxisto](https://github.com/oxisto) in https://github.com/spf13/viper/pull/1405 - Add a DebugTo convenience funtion by [@&#8203;bcrochet](https://github.com/bcrochet) in https://github.com/spf13/viper/pull/1414 ##### Bug Fixes 🐛 - Recurse into arrays when converting keys to lowercase by [@&#8203;awrichar](https://github.com/awrichar) in https://github.com/spf13/viper/pull/1387 ##### Dependency Updates ⬆️ - build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1374 - build(deps): bump github.com/subosito/gotenv from 1.3.0 to 1.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1375 - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.1 to 2.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1378 - build(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1360 - build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1381 - build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1384 - build(deps): bump mheap/github-action-required-labels from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1383 - build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1395 - build(deps): bump github.com/subosito/gotenv from 1.4.0 to 1.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1420 - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1422 - build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1412 #### New Contributors - [@&#8203;mjmaisey](https://github.com/mjmaisey) made their first contribution in https://github.com/spf13/viper/pull/1373 - [@&#8203;HurSungYun](https://github.com/HurSungYun) made their first contribution in https://github.com/spf13/viper/pull/1393 - [@&#8203;franklinkim](https://github.com/franklinkim) made their first contribution in https://github.com/spf13/viper/pull/1371 - [@&#8203;awrichar](https://github.com/awrichar) made their first contribution in https://github.com/spf13/viper/pull/1387 - [@&#8203;oxisto](https://github.com/oxisto) made their first contribution in https://github.com/spf13/viper/pull/1405 - [@&#8203;bcrochet](https://github.com/bcrochet) made their first contribution in https://github.com/spf13/viper/pull/1414 **Full Changelog**: https://github.com/spf13/viper/compare/v1.12.0...v1.13.0 </details> --- ### 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. --- - [ ] <!-- 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-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-09-30 19:01:07 +00:00
renovate added 1 commit 2022-09-30 19:01:07 +00:00
konrad merged commit 374a0f9ce3 into main 2022-09-30 20:07:26 +00:00
konrad deleted branch renovate/github.com-spf13-viper-1.x 2022-09-30 20:07:26 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 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#1260
No description provided.