Commit 6226698
authored
chore(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 (#570)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from
1.20.1 to 1.21.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spf13/viper/releases">github.com/spf13/viper's
releases</a>.</em></p>
<blockquote>
<h2>v1.21.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Enhancements 🚀</h3>
<ul>
<li>Add support for flags pflag.BoolSlice, pflag.UintSlice and
pflag.Float64Slice by <a
href="https://github.com/nmvalera"><code>@nmvalera</code></a> in <a
href="https://redirect.github.com/spf13/viper/pull/2015">spf13/viper#2015</a></li>
<li>feat: use maintained yaml library by <a
href="https://github.com/sagikazarmark"><code>@sagikazarmark</code></a>
in <a
href="https://redirect.github.com/spf13/viper/pull/2040">spf13/viper#2040</a></li>
</ul>
<h3>Bug Fixes 🐛</h3>
<ul>
<li>fix(config): get config type from v.configType or config file ext by
<a
href="https://github.com/GuillaumeBAECHLER"><code>@GuillaumeBAECHLER</code></a>
in <a
href="https://redirect.github.com/spf13/viper/pull/2003">spf13/viper#2003</a></li>
<li>fix: config type check when loading any config by <a
href="https://github.com/sagikazarmark"><code>@sagikazarmark</code></a>
in <a
href="https://redirect.github.com/spf13/viper/pull/2007">spf13/viper#2007</a></li>
</ul>
<h3>Dependency Updates ⬆️</h3>
<ul>
<li>Update dependencies by <a
href="https://github.com/sagikazarmark"><code>@sagikazarmark</code></a>
in <a
href="https://redirect.github.com/spf13/viper/pull/1993">spf13/viper#1993</a></li>
<li>build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2017">spf13/viper#2017</a></li>
<li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to
2.2.4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2013">spf13/viper#2013</a></li>
<li>build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to
0.9.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2008">spf13/viper#2008</a></li>
<li>build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2016">spf13/viper#2016</a></li>
<li>build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2020">spf13/viper#2020</a></li>
<li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to
2.3.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2028">spf13/viper#2028</a></li>
<li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to
2.4.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2035">spf13/viper#2035</a></li>
<li>build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2036">spf13/viper#2036</a></li>
<li>build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2012">spf13/viper#2012</a></li>
<li>build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2052">spf13/viper#2052</a></li>
<li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to
2.4.0 in /remote by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2048">spf13/viper#2048</a></li>
<li>build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/spf13/viper/pull/2056">spf13/viper#2056</a></li>
<li>chore: update dependencies by <a
href="https://github.com/sagikazarmark"><code>@sagikazarmark</code></a>
in <a
href="https://redirect.github.com/spf13/viper/pull/2057">spf13/viper#2057</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Update update guide with <code>mapstructure</code> package
replacement. by <a
href="https://github.com/aldas"><code>@aldas</code></a> in <a
href="https://redirect.github.com/spf13/viper/pull/2004">spf13/viper#2004</a></li>
<li>refactor: use the built-in max/min to simplify the code by <a
href="https://github.com/yingshanghuangqiao"><code>@yingshanghuangqiao</code></a>
in <a
href="https://redirect.github.com/spf13/viper/pull/2029">spf13/viper#2029</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/GuillaumeBAECHLER"><code>@GuillaumeBAECHLER</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/viper/pull/2003">spf13/viper#2003</a></li>
<li><a href="https://github.com/aldas"><code>@aldas</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/viper/pull/2004">spf13/viper#2004</a></li>
<li><a href="https://github.com/nmvalera"><code>@nmvalera</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/viper/pull/2015">spf13/viper#2015</a></li>
<li><a
href="https://github.com/yingshanghuangqiao"><code>@yingshanghuangqiao</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/viper/pull/2029">spf13/viper#2029</a></li>
<li><a href="https://github.com/ccoVeille"><code>@ccoVeille</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/viper/pull/2046">spf13/viper#2046</a></li>
<li><a href="https://github.com/spacez320"><code>@spacez320</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/viper/pull/2050">spf13/viper#2050</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spf13/viper/compare/v1.20.0...v1.21.0">https://github.com/spf13/viper/compare/v1.20.0...v1.21.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e"><code>394040c</code></a>
ci: build on go 1.25</li>
<li><a
href="https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2"><code>812f548</code></a>
chore: update dependencies</li>
<li><a
href="https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991"><code>d5271ef</code></a>
ci: update stale workflow</li>
<li><a
href="https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2"><code>dff303b</code></a>
feat: add a stale issue scheduled action</li>
<li><a
href="https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842"><code>1287976</code></a>
build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10</li>
<li><a
href="https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008"><code>38932cd</code></a>
build(deps): bump github.com/go-viper/mapstructure/v2 in /remote</li>
<li><a
href="https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89"><code>6d014be</code></a>
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1</li>
<li><a
href="https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316"><code>b74c7ee</code></a>
build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0</li>
<li><a
href="https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98"><code>acd05e1</code></a>
fix: linting issues</li>
<li><a
href="https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456"><code>ae5a8e2</code></a>
ci: upgrade golangci-lint</li>
<li>Additional commits viewable in <a
href="https://github.com/spf13/viper/compare/v1.20.1...v1.21.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a19b3cd commit 6226698
File tree
127 files changed
+15416
-6085
lines changed- vendor
- github.com
- fsnotify/fsnotify
- internal
- pelletier/go-toml/v2
- sagikazarmark/locafero
- sourcegraph/conc
- internal/multierror
- iter
- pool
- spf13
- afero
- mem
- cast
- internal
- viper
- internal/encoding/yaml
- go.uber.org
- atomic
- multierr
- go.yaml.in/yaml/v3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
127 files changed
+15416
-6085
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
| 208 | + | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
| 226 | + | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
| |||
249 | 248 | | |
250 | 249 | | |
251 | 250 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
| 251 | + | |
| 252 | + | |
256 | 253 | | |
257 | 254 | | |
258 | 255 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments