Commit 1dd2f8a
authored
build(go): bump the go group with 3 updates (#50)
Bumps the go group with 3 updates:
[github.com/labstack/echo/v4](https://github.com/labstack/echo),
[github.com/urfave/cli/v3](https://github.com/urfave/cli) and
[tailscale.com](https://github.com/tailscale/tailscale).
Updates `github.com/labstack/echo/v4` from 4.15.1 to 4.15.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/labstack/echo/blob/v4.15.2/CHANGELOG.md">github.com/labstack/echo/v4's
changelog</a>.</em></p>
<blockquote>
<h2>v4.15.2 - 2026-05-01</h2>
<p><strong>Security</strong></p>
<ul>
<li><code>Context.Scheme()</code> should validate values taken from
header by <a href="https://github.com/aldas"><code>@aldas</code></a> in
<a
href="https://redirect.github.com/labstack/echo/pull/2962">labstack/echo#2962</a></li>
</ul>
<p>Thanks to <a
href="https://github.com/shblue21"><code>@shblue21</code></a> for
reporting this <a
href="https://redirect.github.com/labstack/echo/issues/2952">issue</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/labstack/echo/commit/25685e6f5f7b0683105d1386db46ae48eb3de028"><code>25685e6</code></a>
Merge pull request <a
href="https://redirect.github.com/labstack/echo/issues/2963">#2963</a>
from aldas/v4_changelog_4_15_2</li>
<li><a
href="https://github.com/labstack/echo/commit/f9d76893c671df4da9792fc5c122eba01d43c63b"><code>f9d7689</code></a>
Changelog for v4.15.2</li>
<li><a
href="https://github.com/labstack/echo/commit/37fff28f72264196ad28761316fc7d96fd1c502d"><code>37fff28</code></a>
Merge pull request <a
href="https://redirect.github.com/labstack/echo/issues/2962">#2962</a>
from aldas/v4_valid_proto</li>
<li><a
href="https://github.com/labstack/echo/commit/ca4f38a474302aabee93c66bdd0052359882e181"><code>ca4f38a</code></a>
Context.Scheme should validate values taken from header</li>
<li><a
href="https://github.com/labstack/echo/commit/2e527a70a73b3a93b8346384f607cdc502d3d200"><code>2e527a7</code></a>
Update CI, update deps</li>
<li>See full diff in <a
href="https://github.com/labstack/echo/compare/v4.15.1...v4.15.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/urfave/cli/v3` from 3.8.0 to 3.9.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/urfave/cli/releases">github.com/urfave/cli/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump codecov/codecov-action from 5 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2300">urfave/cli#2300</a></li>
<li>chore(deps): bump the python-packages group across 1 directory with
3 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2301">urfave/cli#2301</a></li>
<li>docs: fix typo by <a
href="https://github.com/acrobatstick"><code>@acrobatstick</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/2299">urfave/cli#2299</a></li>
<li>feat: add descriptions for bash and powershell autocompletion by <a
href="https://github.com/gabelluardo"><code>@gabelluardo</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2298">urfave/cli#2298</a></li>
<li>Made command help more consistent by <a
href="https://github.com/markshep-wbg"><code>@markshep-wbg</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/2287">urfave/cli#2287</a></li>
<li>Fix:(issue_2285): correct function and variable naming in fish
completion script by <a
href="https://github.com/TimSoethout"><code>@TimSoethout</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2286">urfave/cli#2286</a></li>
<li>fix(ci): update docs after bash completion update by <a
href="https://github.com/gabelluardo"><code>@gabelluardo</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2307">urfave/cli#2307</a></li>
<li>fix: apply SliceFlagSeparator to env var sources by <a
href="https://github.com/lawrence3699"><code>@lawrence3699</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/2309">urfave/cli#2309</a></li>
<li>fix: don't print empty line to stderr when Exit message is empty by
<a href="https://github.com/Yanhu007"><code>@Yanhu007</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2310">urfave/cli#2310</a></li>
<li>flag: prevent BoolWithInverseFlag.String from panicking without a
tab by <a
href="https://github.com/alliasgher"><code>@alliasgher</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2311">urfave/cli#2311</a></li>
<li>refactor: bash completion script by <a
href="https://github.com/gabelluardo"><code>@gabelluardo</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2308">urfave/cli#2308</a></li>
<li>fix: drop shebang from bash completion template by <a
href="https://github.com/barry3406"><code>@barry3406</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2317">urfave/cli#2317</a></li>
<li>fix: show flag completions when completing a double-dash prefix by
<a href="https://github.com/morozov"><code>@morozov</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2316">urfave/cli#2316</a></li>
<li>fix: parse flags for help subcommand (<a
href="https://redirect.github.com/urfave/cli/issues/2271">#2271</a>) by
<a href="https://github.com/barry3406"><code>@barry3406</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2319">urfave/cli#2319</a></li>
<li>fix: show BoolWithInverseFlag aliases in help text by <a
href="https://github.com/wucm667"><code>@wucm667</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2321">urfave/cli#2321</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gabelluardo"><code>@gabelluardo</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2298">urfave/cli#2298</a></li>
<li><a
href="https://github.com/markshep-wbg"><code>@markshep-wbg</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2287">urfave/cli#2287</a></li>
<li><a
href="https://github.com/lawrence3699"><code>@lawrence3699</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2309">urfave/cli#2309</a></li>
<li><a href="https://github.com/Yanhu007"><code>@Yanhu007</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2310">urfave/cli#2310</a></li>
<li><a
href="https://github.com/alliasgher"><code>@alliasgher</code></a> made
their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2311">urfave/cli#2311</a></li>
<li><a href="https://github.com/barry3406"><code>@barry3406</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2317">urfave/cli#2317</a></li>
<li><a href="https://github.com/morozov"><code>@morozov</code></a> made
their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2316">urfave/cli#2316</a></li>
<li><a href="https://github.com/wucm667"><code>@wucm667</code></a> made
their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2321">urfave/cli#2321</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.8.0...v3.9.0">https://github.com/urfave/cli/compare/v3.8.0...v3.9.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urfave/cli/commit/b5aa7101bd66f4340bfd737fe4bf12496d625632"><code>b5aa710</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2321">#2321</a> from
wucm667/fix/bool-inverse-alias-help</li>
<li><a
href="https://github.com/urfave/cli/commit/2f662c8796e29c20aa8c27e092d895334df8ff91"><code>2f662c8</code></a>
docs: update testdata/godoc-v3.x.txt for BoolWithInverseFlag alias
support</li>
<li><a
href="https://github.com/urfave/cli/commit/b6aec8ec1108f6150a454f60841ea013e544d90e"><code>b6aec8e</code></a>
docs: regenerate godoc-current.txt for BoolWithInverseFlag alias
support</li>
<li><a
href="https://github.com/urfave/cli/commit/c3a86f767c029f43dd316872d0a9c1e906236e17"><code>c3a86f7</code></a>
fix: show BoolWithInverseFlag aliases in help text</li>
<li><a
href="https://github.com/urfave/cli/commit/f2cd020bd861a905691710c34d8cd6694906c32f"><code>f2cd020</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2319">#2319</a> from
barry3406/fix/help-subcommand-flag-parsing</li>
<li><a
href="https://github.com/urfave/cli/commit/5af95006c1cb31cdeb4d9c90ef3303af10950eb6"><code>5af9500</code></a>
fix: parse flags for help subcommand (<a
href="https://redirect.github.com/urfave/cli/issues/2271">#2271</a>)</li>
<li><a
href="https://github.com/urfave/cli/commit/b79d76894ba609be305dbb458a95f1bad6ef7f2f"><code>b79d768</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2316">#2316</a> from
morozov/fix-completion-double-dash</li>
<li><a
href="https://github.com/urfave/cli/commit/2925d6fb2123083aff8262e7442cd276c941c232"><code>2925d6f</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2317">#2317</a> from
barry3406/fix/completion-shebang</li>
<li><a
href="https://github.com/urfave/cli/commit/65406c0404a62313cef8fdf85732860e5ae8ec3d"><code>65406c0</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2308">#2308</a> from
gabelluardo/refactor-bash</li>
<li><a
href="https://github.com/urfave/cli/commit/eb4cfc3a0476cd488ebd22ebfb48c01a67c53735"><code>eb4cfc3</code></a>
fix: drop shebang from bash completion template</li>
<li>Additional commits viewable in <a
href="https://github.com/urfave/cli/compare/v3.8.0...v3.9.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `tailscale.com` from 1.96.5 to 1.98.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailscale/tailscale/releases">tailscale.com's
releases</a>.</em></p>
<blockquote>
<h2>v1.98.3</h2>
<p>Please refer to the changelog available at <a
href="https://tailscale.com/changelog">https://tailscale.com/changelog</a></p>
<h2>v1.98.2</h2>
<p>Please refer to the changelog available at <a
href="https://tailscale.com/changelog">https://tailscale.com/changelog</a></p>
<h2>cigocacher-d0d993f5d6576b5d97d0242c64bbe2de049d6486</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailscale/tailscale/commit/295179bf294d3d076397bcef6815b1d6854e197d"><code>295179b</code></a>
VERSION.txt: this is 1.98.5</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/01c6b9661c9e001674c650fa655e56ee1fda4d90"><code>01c6b96</code></a>
VERSION.txt: this is v1.98.4</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/a85a4acce070fd3a4306db8bb21b4e7e7236cfc3"><code>a85a4ac</code></a>
control/controlclient: fix deadlock in map session change queue
processing (#...</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/5f390d4845dfdf469e49109bb0801d757ea18adf"><code>5f390d4</code></a>
cmd/containerboot: clamp MSS to PMTU for proxy group pods (<a
href="https://redirect.github.com/tailscale/tailscale/issues/19686">#19686</a>)
(<a
href="https://redirect.github.com/tailscale/tailscale/issues/19900">#19900</a>)</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/49d7ad38b3a4fdf93b8c27b11b9706ea8e17228f"><code>49d7ad3</code></a>
cmd/k8s-operator: fix token exchange for identity federation (<a
href="https://redirect.github.com/tailscale/tailscale/issues/19845">#19845</a>)
(<a
href="https://redirect.github.com/tailscale/tailscale/issues/19897">#19897</a>)</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/8f2c8d6a14419e95fb9d02d6bf6113893daef5c3"><code>8f2c8d6</code></a>
VERSION.txt: this is 1.98.3</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/666f0d28208a60c96fa2ac2a0be848b591abb70b"><code>666f0d2</code></a>
wgengine/router/osrouter: skip netfilter add-ons when chain setup fails
(<a
href="https://redirect.github.com/tailscale/tailscale/issues/19761">#19761</a>)</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/34c530668cb05fa60b3d707a44b70460344789ef"><code>34c5306</code></a>
VERSION.txt: this is 1.98.2 (<a
href="https://redirect.github.com/tailscale/tailscale/issues/19751">#19751</a>)</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/b192880cb4850248ee8d1997b247709eb85c6d56"><code>b192880</code></a>
cmd/cloner: preserve nil-valued entries when cloning map (<a
href="https://redirect.github.com/tailscale/tailscale/issues/19749">#19749</a>)</li>
<li><a
href="https://github.com/tailscale/tailscale/commit/f13500e12f2fe3f1b6d8e39a86b90beae8efd89a"><code>f13500e</code></a>
go.toolchain.rev: bump to Go 1.26.3</li>
<li>Additional commits viewable in <a
href="https://github.com/tailscale/tailscale/compare/v1.96.5...v1.98.5">compare
view</a></li>
</ul>
</details>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2babc71 commit 1dd2f8a
2 files changed
Lines changed: 74 additions & 84 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
| |||
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
217 | | - | |
218 | | - | |
| 216 | + | |
| 217 | + | |
219 | 218 | | |
220 | 219 | | |
221 | 220 | | |
| |||
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
265 | | - | |
| 264 | + | |
266 | 265 | | |
267 | 266 | | |
268 | 267 | | |
| |||
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
323 | | - | |
| 322 | + | |
324 | 323 | | |
325 | 324 | | |
326 | 325 | | |
| |||
344 | 343 | | |
345 | 344 | | |
346 | 345 | | |
347 | | - | |
| 346 | + | |
348 | 347 | | |
349 | 348 | | |
350 | 349 | | |
| |||
358 | 357 | | |
359 | 358 | | |
360 | 359 | | |
361 | | - | |
362 | | - | |
| 360 | + | |
| 361 | + | |
363 | 362 | | |
364 | 363 | | |
365 | 364 | | |
| |||
424 | 423 | | |
425 | 424 | | |
426 | 425 | | |
427 | | - | |
| 426 | + | |
428 | 427 | | |
429 | 428 | | |
430 | 429 | | |
| |||
505 | 504 | | |
506 | 505 | | |
507 | 506 | | |
508 | | - | |
| 507 | + | |
509 | 508 | | |
510 | 509 | | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
519 | 518 | | |
520 | 519 | | |
521 | 520 | | |
| |||
527 | 526 | | |
528 | 527 | | |
529 | 528 | | |
530 | | - | |
531 | | - | |
| 529 | + | |
532 | 530 | | |
533 | 531 | | |
534 | 532 | | |
| |||
0 commit comments