[PR #117] [MERGED] chore(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0 #164

Closed
opened 2026-03-03 11:56:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/117
Author: @dependabot[bot]
Created: 3/15/2022
Status: Merged
Merged: 3/18/2022
Merged by: @Finb

Base: masterHead: dependabot/go_modules/github.com/urfave/cli/v2-2.4.0


📝 Commits (1)

  • fed20a8 chore(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0

📊 Changes

2 files changed (+9 additions, -14 deletions)

View changed files

📝 go.mod (+3 -5)
📝 go.sum (+6 -9)

📄 Description

Bumps github.com/urfave/cli/v2 from 2.3.0 to 2.4.0.

Release notes

Sourced from github.com/urfave/cli/v2's releases.

Release 2.4.0

These release notes were written for the git hash https://github.com/urfave/cli/commit/7b2e60968b20976f8acdf71f7e9b4c07bf853f5c.

Fixed

Changed

Added

Commits

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Finb/bark-server/pull/117 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/15/2022 **Status:** ✅ Merged **Merged:** 3/18/2022 **Merged by:** [@Finb](https://github.com/Finb) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.4.0` --- ### 📝 Commits (1) - [`fed20a8`](https://github.com/Finb/bark-server/commit/fed20a8c99b00a9f6ed0a2eaf8eb037abeaf7245) chore(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0 ### 📊 Changes **2 files changed** (+9 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -5) 📝 `go.sum` (+6 -9) </details> ### 📄 Description Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.3.0 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urfave/cli/releases">github.com/urfave/cli/v2's releases</a>.</em></p> <blockquote> <h2>Release 2.4.0</h2> <p>These release notes were written for the git hash <a href="https://github.com/urfave/cli/commit/7b2e60968b20976f8acdf71f7e9b4c07bf853f5c">https://github.com/urfave/cli/commit/7b2e60968b20976f8acdf71f7e9b4c07bf853f5c</a>.</p> <h2>Fixed</h2> <ul> <li>Fixed incorrect Help Name in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1202">#1202</a> via <a href="https://github.com/fxrlv"><code>@​fxrlv</code></a></li> <li>Fixed a bug where <code>Context.Value</code> did not look across all fileSets when looking for a named flag in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1210">#1210</a> via <a href="https://github.com/jcgregorio"><code>@​jcgregorio</code></a></li> <li>Fixed an issue with flags being set by parent context's (<code>IntSlice</code>, <code>Int64Slice</code>) in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1214">#1214</a> via <a href="https://github.com/anicoll"><code>@​anicoll</code></a></li> <li>Fixed a bug where <code>App.Reader</code> was not correctly propagated to the subcommands in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1225">#1225</a> via <a href="https://github.com/Coderlane"><code>@​Coderlane</code></a></li> <li>Fixed example code input arguments in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1226">#1226</a> via <a href="https://github.com/Coderlane"><code>@​Coderlane</code></a></li> <li>Fixed a bug where default value would changed when parsing slice flags in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1236">#1236</a> via <a href="https://github.com/vipally"><code>@​vipally</code></a></li> <li>Fixed a bug where slice flag values don't append default values from ENV or a file in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1239">#1239</a> via <a href="https://github.com/vipally"><code>@​vipally</code></a></li> <li>Fixed indentation on help text in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1279">#1279</a> via <a href="https://github.com/rliebz"><code>@​rliebz</code></a></li> <li>Fixed a Go 1.17 compatibility issue for a test case in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1277">#1277</a> via <a href="https://github.com/GlenPickle"><code>@​GlenPickle</code></a></li> <li>Fixed a nil pointer panic when getting cli/context flagSet in UsageError function in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1327">#1327</a> via <a href="https://github.com/WUST-mengqinyu"><code>@​WUST-mengqinyu</code></a></li> <li>Fix <code>strconv.ParseFloat</code> usage in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1335">#1335</a> via <a href="https://github.com/kolyshkin"><code>@​kolyshkin</code></a></li> <li>Improve handling of file flags in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1336">#1336</a> via <a href="https://github.com/kolyshkin"><code>@​kolyshkin</code></a></li> </ul> <h2>Changed</h2> <ul> <li>Improve help text for Slice flags in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1208">#1208</a> via <a href="https://github.com/Madhur1997"><code>@​Madhur1997</code></a></li> <li>Update GitHub actions in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1212">#1212</a> via <a href="https://github.com/jcgregorio"><code>@​jcgregorio</code></a></li> <li>Fix typo in documentation in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1216">#1216</a> via <a href="https://github.com/wgumenyuk"><code>@​wgumenyuk</code></a></li> <li>Improve Man Page in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1227">#1227</a> via <a href="https://github.com/bobuhiro11"><code>@​bobuhiro11</code></a></li> <li>Remove duplicate comment in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1232">#1232</a> via <a href="https://github.com/corburn"><code>@​corburn</code></a></li> <li>Improve how UsageText appears when viewing help from subcommands in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1255">#1255</a> via <a href="https://github.com/cpacifying"><code>@​cpacifying</code></a></li> <li>Remove reflect calls for Hidden flags feature in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1258">#1258</a> via <a href="https://github.com/dearchap"><code>@​dearchap</code></a></li> <li>Refactor and Cleanup context in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1264">#1264</a> via <a href="https://github.com/dearchap"><code>@​dearchap</code></a></li> <li>Fix grammatical error in documentation in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1281">#1281</a> via <a href="https://github.com/imaskm"><code>@​imaskm</code></a></li> <li>Improve documentation in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1304">#1304</a> via <a href="https://github.com/JayCeeJr"><code>@​JayCeeJr</code></a></li> <li>Improve Man Page in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1311">#1311</a> via <a href="https://github.com/jolheiser"><code>@​jolheiser</code></a></li> <li>Improve migration documentation in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1317">#1317</a> via <a href="https://github.com/tlimoncelli"><code>@​tlimoncelli</code></a></li> <li>Improve migration documentation in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1319">#1319</a> via <a href="https://github.com/mritunjaysharma394"><code>@​mritunjaysharma394</code></a></li> <li>Fixed assertion function in test cases in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1320">#1320</a> via <a href="https://github.com/anthonyfok"><code>@​anthonyfok</code></a></li> <li>Update markdown library dependency in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/3121">#3121</a> via <a href="https://github.com/anthonyfok"><code>@​anthonyfok</code></a></li> <li>Update yaml library dependency in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1326">#1326</a> via <a href="https://github.com/mildaniel"><code>@​mildaniel</code></a></li> <li>Remove useless variable declaration in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1330">#1330</a> via <a href="https://github.com/chenxiao-zhao"><code>@​chenxiao-zhao</code></a></li> <li>Improve migration documentation in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1340">#1340</a> via <a href="https://github.com/infraredgirl"><code>@​infraredgirl</code></a></li> </ul> <h2>Added</h2> <ul> <li>Added support for Go 1.15 in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1200">#1200</a> via <a href="https://github.com/asahasrabuddhe"><code>@​asahasrabuddhe</code></a></li> <li>Add link to pkg.go.dev in manual.md in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1207">#1207</a> via <a href="https://github.com/bbkane"><code>@​bbkane</code></a></li> <li>Add link to GoDoc for v2 in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1228">#1228</a> via <a href="https://github.com/zwass"><code>@​zwass</code></a></li> <li>Add <code>Destination</code> field to the <code>TimeStamp</code> flag in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1251">#1251</a> via <a href="https://github.com/davidsbond"><code>@​davidsbond</code></a></li> <li>Add support for Go 1.16 in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1270">#1270</a> via <a href="https://github.com/rliebz"><code>@​rliebz</code></a></li> <li>Add description and usage text in generated documentation in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1287">#1287</a> via <a href="https://github.com/subpop"><code>@​subpop</code></a></li> <li>Add support for Go 1.17 in <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1323">#1323</a> via <a href="https://github.com/rliebz"><code>@​rliebz</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/7b2e60968b20976f8acdf71f7e9b4c07bf853f5c"><code>7b2e609</code></a> Small fixes to the v2 migration guide (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1340">#1340</a>)</li> <li><a href="https://github.com/urfave/cli/commit/81cb783759cd7f645a05b8819e4692ec09662819"><code>81cb783</code></a> Fix strconv.ParseFloat usage (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1335">#1335</a>)</li> <li><a href="https://github.com/urfave/cli/commit/3df9a3cd86f069a5bb0390379fdf62a9bca405f7"><code>3df9a3c</code></a> Don't call open(&quot;&quot;) (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1336">#1336</a>)</li> <li><a href="https://github.com/urfave/cli/commit/1bf639b391aa967f2c92fe98d3ec0b44bb9b12f2"><code>1bf639b</code></a> remove useless variable declarations (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1330">#1330</a>)</li> <li><a href="https://github.com/urfave/cli/commit/175bb8742ca0c443612689bc4c0de6d0a558f8e1"><code>175bb87</code></a> Bump yaml.v2 version to 2.2.8 (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1326">#1326</a>)</li> <li><a href="https://github.com/urfave/cli/commit/5d61a2f46e5242b8cd28c60b3c42eb8da2962c17"><code>5d61a2f</code></a> Bump Go version range in CI to 1.15-1.17 (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1323">#1323</a>)</li> <li><a href="https://github.com/urfave/cli/commit/e855c4cd1d5f87ae2a12c0e2620c0b747101c2bc"><code>e855c4c</code></a> fix: Nil pointer when getting context's flagSet(<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1325">#1325</a>) (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1327">#1327</a>)</li> <li><a href="https://github.com/urfave/cli/commit/c2cf7ed6dfd82b66d3795727e41f190ec788af34"><code>c2cf7ed</code></a> Bump github.com/cpuguy83/go-md2man/v2 to v2.0.1 (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1321">#1321</a>)</li> <li><a href="https://github.com/urfave/cli/commit/a7d59840f487bdf2678da2e85587259c61fd488c"><code>a7d5984</code></a> Fix reversed Got/Expected in expectFileContent in docs_test.go (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1320">#1320</a>)</li> <li><a href="https://github.com/urfave/cli/commit/9afa0745ed20c325f149b49167ff1bffcae916bd"><code>9afa074</code></a> docs: Added some deprecated parts in migrating to v2 (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1319">#1319</a>)</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.3.0...v2.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/urfave/cli/v2&package-manager=go_modules&previous-version=2.3.0&new-version=2.4.0)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:56:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#164
No description provided.