[PR #144] [CLOSED] chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.8.1 #188

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 6ac2435 chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.8.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.8.1.

Release notes

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

v2.8.1

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.8.0...v2.8.1

v2.8.0

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.7.2...v2.8.0

v2.7.2

What's Changed

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

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

... (truncated)

Commits
  • 5ff4e2a Merge pull request #1405 from AkihiroSuda/remove-gpl2-dependency
  • 3e31c9b CI: workaround for golang.org/x/tools error
  • a14bd76 Remove GPL2 dependency introduced in v2.7.0
  • 595cabc Merge pull request #1403 from urfave/gfmrun-current
  • 8f47e6d Set absolute bash path
  • 5edc1b9 Run docs tests against current work tree
  • 2419700 Merge pull request #1399 from urfave/docs-pointer
  • 9de0cd3 Merge pull request #1396 from urfave/suggestion-pluggability
  • 9e65b4d Merge pull request #1368 from urfave/michaeljs1990-add-flag-category-support
  • 4bca72c Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-catego...
  • 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/144 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/25/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.8.1` --- ### 📝 Commits (1) - [`6ac2435`](https://github.com/Finb/bark-server/commit/6ac2435361cf8bafa6154a3c83e2eabf9d4bde21) chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.8.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.8.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.8.1</h2> <h2>What's Changed</h2> <ul> <li>Run docs tests against current work tree by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1403">urfave/cli#1403</a></li> <li>Remove GPL2 dependency introduced in v2.7.0 by <a href="https://github.com/AkihiroSuda"><code>@​AkihiroSuda</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1405">urfave/cli#1405</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.8.0...v2.8.1">https://github.com/urfave/cli/compare/v2.8.0...v2.8.1</a></p> <h2>v2.8.0</h2> <h2>What's Changed</h2> <ul> <li>Add flag category support (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/796">#796</a>) by <a href="https://github.com/michaeljs1990"><code>@​michaeljs1990</code></a> / <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1368">urfave/cli#1368</a></li> <li>Introduce override hooks for suggestions by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1396">urfave/cli#1396</a></li> <li>Point to the docs tree and site from top-level README by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1399">urfave/cli#1399</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.7.2...v2.8.0">https://github.com/urfave/cli/compare/v2.7.2...v2.8.0</a></p> <h2>v2.7.2</h2> <h2>What's Changed</h2> <ul> <li>Auto-detect zsh via <code>SHELL</code> (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1218">#1218</a>) by <a href="https://github.com/z0rc"><code>@​z0rc</code></a> / <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1350">urfave/cli#1350</a></li> <li>Merging mostynb report source of parse errors by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1354">urfave/cli#1354</a></li> <li>Report the source of a value when we cannot parse it by <a href="https://github.com/mostynb"><code>@​mostynb</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1168">urfave/cli#1168</a></li> <li>Add a security policy document by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1365">urfave/cli#1365</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.7.1...v2.7.2">https://github.com/urfave/cli/compare/v2.7.1...v2.7.2</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/5ff4e2ac38aa7d59359d57c03f6d531dbccfe88d"><code>5ff4e2a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1405">#1405</a> from AkihiroSuda/remove-gpl2-dependency</li> <li><a href="https://github.com/urfave/cli/commit/3e31c9b44c36aec4630b44bb3b516d86066b4c80"><code>3e31c9b</code></a> CI: workaround for golang.org/x/tools error</li> <li><a href="https://github.com/urfave/cli/commit/a14bd76b6ba5a82f8166cfbc06e95cdb3c6a14f6"><code>a14bd76</code></a> Remove GPL2 dependency introduced in v2.7.0</li> <li><a href="https://github.com/urfave/cli/commit/595cabc60c96648bf2a3c0e796d1bf8420f7e5fb"><code>595cabc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1403">#1403</a> from urfave/gfmrun-current</li> <li><a href="https://github.com/urfave/cli/commit/8f47e6dc97e4e04e99fbfaf1c6ea0d16ad8515d3"><code>8f47e6d</code></a> Set absolute <code>bash</code> path</li> <li><a href="https://github.com/urfave/cli/commit/5edc1b95e8367c51ffa9cdeeccf005f8770a7307"><code>5edc1b9</code></a> Run docs tests against current work tree</li> <li><a href="https://github.com/urfave/cli/commit/24197006ef29bc7da7d48a3279853018ffbed2b2"><code>2419700</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1399">#1399</a> from urfave/docs-pointer</li> <li><a href="https://github.com/urfave/cli/commit/9de0cd3c4a98cd5caea534e6d15963a2f7441465"><code>9de0cd3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1396">#1396</a> from urfave/suggestion-pluggability</li> <li><a href="https://github.com/urfave/cli/commit/9e65b4d08594be53792bd9b90c4d79d133c47d57"><code>9e65b4d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1368">#1368</a> from urfave/michaeljs1990-add-flag-category-support</li> <li><a href="https://github.com/urfave/cli/commit/4bca72cea13cc18ca0e6528a943ba3aa2373595f"><code>4bca72c</code></a> Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-catego...</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.4.0...v2.8.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.8.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:38 +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#188
No description provided.