leetgo
leetgo copied to clipboard
fix(deps): update module github.com/spf13/viper to v1.21.0
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/spf13/viper | v1.20.1 -> v1.21.0 |
Release Notes
spf13/viper (github.com/spf13/viper)
v1.21.0
What's Changed
Enhancements 🚀
- Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by @nmvalera in #2015
- feat: use maintained yaml library by @sagikazarmark in #2040
Bug Fixes 🐛
- fix(config): get config type from v.configType or config file ext by @GuillaumeBAECHLER in #2003
- fix: config type check when loading any config by @sagikazarmark in #2007
Dependency Updates ⬆️
- Update dependencies by @sagikazarmark in #1993
- build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by @dependabot[bot] in #2017
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by @dependabot[bot] in #2013
- build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by @dependabot[bot] in #2008
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by @dependabot[bot] in #2016
- build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by @dependabot[bot] in #2020
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #2028
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #2035
- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #2036
- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by @dependabot[bot] in #2012
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #2052
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by @dependabot[bot] in #2048
- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by @dependabot[bot] in #2056
- chore: update dependencies by @sagikazarmark in #2057
Other Changes
- Update update guide with
mapstructurepackage replacement. by @aldas in #2004 - refactor: use the built-in max/min to simplify the code by @yingshanghuangqiao in #2029
New Contributors
- @GuillaumeBAECHLER made their first contribution in #2003
- @aldas made their first contribution in #2004
- @nmvalera made their first contribution in #2015
- @yingshanghuangqiao made their first contribution in #2029
- @ccoVeille made their first contribution in #2046
- @spacez320 made their first contribution in #2050
Full Changelog: https://github.com/spf13/viper/compare/v1.20.0...v1.21.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 7 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/go-viper/mapstructure/v2 |
v2.3.0 -> v2.4.0 |
github.com/sagikazarmark/locafero |
v0.9.0 -> v0.11.0 |
github.com/sourcegraph/conc |
v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8 |
github.com/spf13/afero |
v1.14.0 -> v1.15.0 |
github.com/spf13/cast |
v1.9.2 -> v1.10.0 |
github.com/spf13/pflag |
v1.0.6 -> v1.0.10 |
golang.org/x/text |
v0.27.0 -> v0.28.0 |