[PR #140] [CLOSED] chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.7.1 #185

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/140
Author: @dependabot[bot]
Created: 5/19/2022
Status: Closed

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


📝 Commits (1)

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

📊 Changes

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

View changed files

📝 go.mod (+2 -1)
📝 go.sum (+7 -4)

📄 Description

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

Release notes

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

v2.7.1

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.7.0...v2.7.1

v2.7.0

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.6.0...v2.7.0

v2.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.5.1...v2.6.0

v2.5.1

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.5.0...v2.5.1

v2.5.0

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.4.10...v2.5.0

v2.4.10

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.4.9...v2.4.10

... (truncated)

Commits
  • 5c1c2ea Merge pull request #1400 from urfave/docs-publish-debugging
  • b3359c3 Re-enable workflow conditions
  • e7f3925 Use correct yaml multiline 🤦
  • e592640 Unshallow the clone + toc cleanups
  • 5988cc6 Try running mkdocs steps directly
  • 70e1ed4 Attempt to work around materialx yaml loader boom
  • 522b7e0 Use existing secret name in docs publish step
  • 061250a Use correctly spelled repo name in mkdocs config
  • e770ee9 Merge pull request #1390 from urfave/saschagrunert-suggestions
  • f3cf764 Backing out build tag for suggestions per recommendation
  • Additional commits viewable in compare view

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/140 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/19/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.7.1` --- ### 📝 Commits (1) - [`d39f537`](https://github.com/Finb/bark-server/commit/d39f5371e70f7bac3a39f02c81de8a69f41c453d) chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.7.1 ### 📊 Changes **2 files changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -1) 📝 `go.sum` (+7 -4) </details> ### 📄 Description Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.4.0 to 2.7.1. <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>v2.7.1</h2> <h2>What's Changed</h2> <ul> <li>Docs publishing fixes by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1400">urfave/cli#1400</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.7.0...v2.7.1">https://github.com/urfave/cli/compare/v2.7.0...v2.7.1</a></p> <h2>v2.7.0</h2> <h2>What's Changed</h2> <ul> <li>Generate flag types (again?) by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1382">urfave/cli#1382</a></li> <li>Introduce a v2.x semver approval gate by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1385">urfave/cli#1385</a></li> <li>Generate RequiredFlag and VisibleFlag implementations by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1393">urfave/cli#1393</a></li> <li>Mkdocs setup by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1392">urfave/cli#1392</a></li> <li>Add suggestions support (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/977">#977</a>) by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1390">urfave/cli#1390</a></li> <li>Add suggestions support by <a href="https://github.com/saschagrunert"><code>@​saschagrunert</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/977">urfave/cli#977</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.6.0...v2.7.0">https://github.com/urfave/cli/compare/v2.6.0...v2.7.0</a></p> <h2>v2.6.0</h2> <h2>What's Changed</h2> <ul> <li>Simplified flag value access by <a href="https://github.com/toaster"><code>@​toaster</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1367">urfave/cli#1367</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/toaster"><code>@​toaster</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1367">urfave/cli#1367</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.5.1...v2.6.0">https://github.com/urfave/cli/compare/v2.5.1...v2.6.0</a></p> <h2>v2.5.1</h2> <h2>What's Changed</h2> <ul> <li>Cleaning up some release-related metadata &amp; docs by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1371">urfave/cli#1371</a></li> <li>Accept multi-value input on slice flags (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1241">#1241</a>) by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1377">urfave/cli#1377</a></li> <li>Accept multi-value input on slice flags by <a href="https://github.com/vipally"><code>@​vipally</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1241">urfave/cli#1241</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.5.0...v2.5.1">https://github.com/urfave/cli/compare/v2.5.0...v2.5.1</a></p> <h2>v2.5.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>urfave_cli_no_docs</code> build tag by <a href="https://github.com/kolyshkin"><code>@​kolyshkin</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1375">urfave/cli#1375</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.4.10...v2.5.0">https://github.com/urfave/cli/compare/v2.4.10...v2.5.0</a></p> <h2>v2.4.10</h2> <h2>What's Changed</h2> <ul> <li>Exclude hidden sub-command flags from docs by <a href="https://github.com/jolheiser"><code>@​jolheiser</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1346">urfave/cli#1346</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.4.9...v2.4.10">https://github.com/urfave/cli/compare/v2.4.9...v2.4.10</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/5c1c2ea35d7ec1a620e071e37135736011e35834"><code>5c1c2ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1400">#1400</a> from urfave/docs-publish-debugging</li> <li><a href="https://github.com/urfave/cli/commit/b3359c3e2754318c4b52948c8779d41c37b9e1cc"><code>b3359c3</code></a> Re-enable workflow conditions</li> <li><a href="https://github.com/urfave/cli/commit/e7f3925a5ab86b2df8f7c3b19d5f48651553c3ce"><code>e7f3925</code></a> Use correct yaml multiline :facepalm:</li> <li><a href="https://github.com/urfave/cli/commit/e592640fdb667f72992236770f1c76551b66b9b2"><code>e592640</code></a> Unshallow the clone + toc cleanups</li> <li><a href="https://github.com/urfave/cli/commit/5988cc604001d76f5a32195f7a3390dfbd3e3570"><code>5988cc6</code></a> Try running mkdocs steps directly</li> <li><a href="https://github.com/urfave/cli/commit/70e1ed4c9d8f80940cbfc3c7328ecb626e709cc2"><code>70e1ed4</code></a> Attempt to work around materialx yaml loader boom</li> <li><a href="https://github.com/urfave/cli/commit/522b7e0d929530d0a753bac01742028585c68473"><code>522b7e0</code></a> Use existing secret name in docs publish step</li> <li><a href="https://github.com/urfave/cli/commit/061250ade5928b4d48941efc8b1e828b8a651a1e"><code>061250a</code></a> Use correctly spelled repo name in mkdocs config</li> <li><a href="https://github.com/urfave/cli/commit/e770ee97944d94d107809c07dd1d274899d941da"><code>e770ee9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1390">#1390</a> from urfave/saschagrunert-suggestions</li> <li><a href="https://github.com/urfave/cli/commit/f3cf7640c7b846daeb4bedfb4b1e70334ffe8039"><code>f3cf764</code></a> Backing out build tag for suggestions per recommendation</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.4.0...v2.7.1">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.4.0&new-version=2.7.1)](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:37 +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#185
No description provided.