Commit daf4e61
authored
deps: update module github.com/spf13/viper to v1.21.0 (#1156)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/spf13/viper](https://redirect.github.com/spf13/viper) |
`v1.20.1` -> `v1.21.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>spf13/viper (github.com/spf13/viper)</summary>
###
[`v1.21.0`](https://redirect.github.com/spf13/viper/releases/tag/v1.21.0)
[Compare
Source](https://redirect.github.com/spf13/viper/compare/v1.20.1...v1.21.0)
<!-- Release notes generated using configuration in .github/release.yml
at v1.21.0 -->
#### What's Changed
##### Enhancements 🚀
- Add support for flags pflag.BoolSlice, pflag.UintSlice and
pflag.Float64Slice by
[@​nmvalera](https://redirect.github.com/nmvalera) in
[#​2015](https://redirect.github.com/spf13/viper/pull/2015)
- feat: use maintained yaml library by
[@​sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#​2040](https://redirect.github.com/spf13/viper/pull/2040)
##### Bug Fixes 🐛
- fix(config): get config type from v.configType or config file ext by
[@​GuillaumeBAECHLER](https://redirect.github.com/GuillaumeBAECHLER)
in [#​2003](https://redirect.github.com/spf13/viper/pull/2003)
- fix: config type check when loading any config by
[@​sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#​2007](https://redirect.github.com/spf13/viper/pull/2007)
##### Dependency Updates ⬆️
- Update dependencies by
[@​sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#​1993](https://redirect.github.com/spf13/viper/pull/1993)
- build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2017](https://redirect.github.com/spf13/viper/pull/2017)
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4
by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2013](https://redirect.github.com/spf13/viper/pull/2013)
- build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to
0.9.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2008](https://redirect.github.com/spf13/viper/pull/2008)
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2016](https://redirect.github.com/spf13/viper/pull/2016)
- build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2020](https://redirect.github.com/spf13/viper/pull/2020)
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to
2.3.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2028](https://redirect.github.com/spf13/viper/pull/2028)
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to
2.4.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2035](https://redirect.github.com/spf13/viper/pull/2035)
- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2036](https://redirect.github.com/spf13/viper/pull/2036)
- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2012](https://redirect.github.com/spf13/viper/pull/2012)
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2052](https://redirect.github.com/spf13/viper/pull/2052)
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to
2.4.0 in /remote by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2048](https://redirect.github.com/spf13/viper/pull/2048)
- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2056](https://redirect.github.com/spf13/viper/pull/2056)
- chore: update dependencies by
[@​sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#​2057](https://redirect.github.com/spf13/viper/pull/2057)
##### Other Changes
- Update update guide with `mapstructure` package replacement. by
[@​aldas](https://redirect.github.com/aldas) in
[#​2004](https://redirect.github.com/spf13/viper/pull/2004)
- refactor: use the built-in max/min to simplify the code by
[@​yingshanghuangqiao](https://redirect.github.com/yingshanghuangqiao)
in [#​2029](https://redirect.github.com/spf13/viper/pull/2029)
#### New Contributors
-
[@​GuillaumeBAECHLER](https://redirect.github.com/GuillaumeBAECHLER)
made their first contribution in
[#​2003](https://redirect.github.com/spf13/viper/pull/2003)
- [@​aldas](https://redirect.github.com/aldas) made their first
contribution in
[#​2004](https://redirect.github.com/spf13/viper/pull/2004)
- [@​nmvalera](https://redirect.github.com/nmvalera) made their
first contribution in
[#​2015](https://redirect.github.com/spf13/viper/pull/2015)
-
[@​yingshanghuangqiao](https://redirect.github.com/yingshanghuangqiao)
made their first contribution in
[#​2029](https://redirect.github.com/spf13/viper/pull/2029)
- [@​ccoVeille](https://redirect.github.com/ccoVeille) made their
first contribution in
[#​2046](https://redirect.github.com/spf13/viper/pull/2046)
- [@​spacez320](https://redirect.github.com/spacez320) made their
first contribution in
[#​2050](https://redirect.github.com/spf13/viper/pull/2050)
**Full Changelog**:
<spf13/viper@v1.20.0...v1.21.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, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/hetznercloud/cli).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent afbfd96 commit daf4e61
2 files changed
Lines changed: 27 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
125 | | - | |
126 | | - | |
127 | 124 | | |
128 | 125 | | |
129 | 126 | | |
130 | 127 | | |
131 | | - | |
132 | | - | |
133 | 128 | | |
134 | 129 | | |
| 130 | + | |
| 131 | + | |
135 | 132 | | |
136 | 133 | | |
137 | 134 | | |
| |||
0 commit comments