aevea / commitsar

Tool to check that commits comply with conventional commit standard
https://commitsar.aevea.ee
MIT License
134 stars 19 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

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`](https://togithub.com/spf13/viper/releases/tag/v1.13.0) [Compare Source](https://togithub.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 [@​franklinkim](https://togithub.com/franklinkim) in [https://github.com/spf13/viper/pull/1371](https://togithub.com/spf13/viper/pull/1371) ##### Enhancements 🚀 - Fix go-staticcheck failures (ST1005) by [@​mjmaisey](https://togithub.com/mjmaisey) in [https://github.com/spf13/viper/pull/1373](https://togithub.com/spf13/viper/pull/1373) - Use jsonc in markdown codeblocks for better readability by [@​HurSungYun](https://togithub.com/HurSungYun) in [https://github.com/spf13/viper/pull/1393](https://togithub.com/spf13/viper/pull/1393) - Add Go 1.19 support by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1424](https://togithub.com/spf13/viper/pull/1424) - Adds support for uint16 with `GetUint16` by [@​oxisto](https://togithub.com/oxisto) in [https://github.com/spf13/viper/pull/1405](https://togithub.com/spf13/viper/pull/1405) - Add a DebugTo convenience funtion by [@​bcrochet](https://togithub.com/bcrochet) in [https://github.com/spf13/viper/pull/1414](https://togithub.com/spf13/viper/pull/1414) ##### Bug Fixes 🐛 - Recurse into arrays when converting keys to lowercase by [@​awrichar](https://togithub.com/awrichar) in [https://github.com/spf13/viper/pull/1387](https://togithub.com/spf13/viper/pull/1387) ##### Dependency Updates ⬆️ - build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1374](https://togithub.com/spf13/viper/pull/1374) - build(deps): bump github.com/subosito/gotenv from 1.3.0 to 1.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1375](https://togithub.com/spf13/viper/pull/1375) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.1 to 2.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1378](https://togithub.com/spf13/viper/pull/1378) - build(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1360](https://togithub.com/spf13/viper/pull/1360) - build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1381](https://togithub.com/spf13/viper/pull/1381) - build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1384](https://togithub.com/spf13/viper/pull/1384) - build(deps): bump mheap/github-action-required-labels from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1383](https://togithub.com/spf13/viper/pull/1383) - build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1395](https://togithub.com/spf13/viper/pull/1395) - build(deps): bump github.com/subosito/gotenv from 1.4.0 to 1.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1420](https://togithub.com/spf13/viper/pull/1420) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1422](https://togithub.com/spf13/viper/pull/1422) - build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1412](https://togithub.com/spf13/viper/pull/1412) #### New Contributors - [@​mjmaisey](https://togithub.com/mjmaisey) made their first contribution in [https://github.com/spf13/viper/pull/1373](https://togithub.com/spf13/viper/pull/1373) - [@​HurSungYun](https://togithub.com/HurSungYun) made their first contribution in [https://github.com/spf13/viper/pull/1393](https://togithub.com/spf13/viper/pull/1393) - [@​franklinkim](https://togithub.com/franklinkim) made their first contribution in [https://github.com/spf13/viper/pull/1371](https://togithub.com/spf13/viper/pull/1371) - [@​awrichar](https://togithub.com/awrichar) made their first contribution in [https://github.com/spf13/viper/pull/1387](https://togithub.com/spf13/viper/pull/1387) - [@​oxisto](https://togithub.com/oxisto) made their first contribution in [https://github.com/spf13/viper/pull/1405](https://togithub.com/spf13/viper/pull/1405) - [@​bcrochet](https://togithub.com/bcrochet) made their first contribution in [https://github.com/spf13/viper/pull/1414](https://togithub.com/spf13/viper/pull/1414) **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.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
commitsar ✅ Ready (Inspect) Visit Preview Sep 6, 2022 at 3:56PM (UTC)