[PR #173] [MERGED] chore(deps): bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1 #210

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/173
Author: @dependabot[bot]
Created: 9/30/2022
Status: Merged
Merged: 10/1/2022
Merged by: @mritd

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


📝 Commits (1)

  • 03ad386 chore(deps): bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

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

📄 Description

Bumps github.com/urfave/cli/v2 from 2.16.3 to 2.17.1.

Release notes

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

v2.17.1

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.17.0...v2.17.1

v2.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.16.6...v2.17.0

v2.16.6

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.16.5...v2.16.6

v2.16.5

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.16.4...v2.16.5

v2.16.4

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.16.3...v2.16.4

Commits
  • de83493 Merge pull request #1499 from dearchap/issue_557
  • a81e201 Merge pull request #1337 from xwjdsh/feat/flag-action
  • d639533 Remove un-needed func
  • aecd7c1 Remove un-needed func
  • 4c96515 Approval for public API change
  • e925d26 Fix:(issue_557) Make help output consistent between different invocations
  • 0ee87b4 Fix:(issue_557) Change app help name
  • 9f465af Merge pull request #1497 from Torwang1/main
  • 3005438 fix: Context.Set no such flag
  • 47f6782 Add more test cases
  • 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/173 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2022 **Status:** ✅ Merged **Merged:** 10/1/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.17.1` --- ### 📝 Commits (1) - [`03ad386`](https://github.com/Finb/bark-server/commit/03ad38688c06c6213cd80dd7d19941fec02a2c1e) chore(deps): bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.16.3 to 2.17.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.17.1</h2> <h2>What's Changed</h2> <ul> <li>Fix help results inconsistency by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1499">urfave/cli#1499</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.17.0...v2.17.1">https://github.com/urfave/cli/compare/v2.17.0...v2.17.1</a></p> <h2>v2.17.0</h2> <h2>What's Changed</h2> <ul> <li>Flag-level Action by <a href="https://github.com/xwjdsh"><code>@​xwjdsh</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1337">urfave/cli#1337</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/xwjdsh"><code>@​xwjdsh</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1337">urfave/cli#1337</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.16.6...v2.17.0">https://github.com/urfave/cli/compare/v2.16.6...v2.17.0</a></p> <h2>v2.16.6</h2> <h2>What's Changed</h2> <ul> <li>fix: Context.Set no such flag by <a href="https://github.com/Torwang1"><code>@​Torwang1</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1497">urfave/cli#1497</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Torwang1"><code>@​Torwang1</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1497">urfave/cli#1497</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.16.5...v2.16.6">https://github.com/urfave/cli/compare/v2.16.5...v2.16.6</a></p> <h2>v2.16.5</h2> <h2>What's Changed</h2> <ul> <li>Fix:(issue_1197) Set destination field from altsrc for slice flags by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1495">urfave/cli#1495</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.16.4...v2.16.5">https://github.com/urfave/cli/compare/v2.16.4...v2.16.5</a></p> <h2>v2.16.4</h2> <h2>What's Changed</h2> <ul> <li>Accept the <code>MKDOCS_REMOTE_GITHUB_TOKEN</code> var as intended by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1493">urfave/cli#1493</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.16.3...v2.16.4">https://github.com/urfave/cli/compare/v2.16.3...v2.16.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/de834931826e135e850fa77be341f68d96d6865a"><code>de83493</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1499">#1499</a> from dearchap/issue_557</li> <li><a href="https://github.com/urfave/cli/commit/a81e201383383fb92b18185198ff722ab99a61bf"><code>a81e201</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1337">#1337</a> from xwjdsh/feat/flag-action</li> <li><a href="https://github.com/urfave/cli/commit/d6395333f1a730ab61b35cc59f4c1d16eb96a585"><code>d639533</code></a> Remove un-needed func</li> <li><a href="https://github.com/urfave/cli/commit/aecd7c159a4ad6f410794ca11b6e66327ed96fd2"><code>aecd7c1</code></a> Remove un-needed func</li> <li><a href="https://github.com/urfave/cli/commit/4c9651575ccbac60903dbdeddd4232388066ab63"><code>4c96515</code></a> Approval for public API change</li> <li><a href="https://github.com/urfave/cli/commit/e925d26b97287729ae1d3a61a5766ba03ce411a2"><code>e925d26</code></a> Fix:(issue_557) Make help output consistent between different invocations</li> <li><a href="https://github.com/urfave/cli/commit/0ee87b411a343a85c770a3f493d2ef3aae4ad163"><code>0ee87b4</code></a> Fix:(issue_557) Change app help name</li> <li><a href="https://github.com/urfave/cli/commit/9f465af482aa7b4c2ac26498701a76cb424a8913"><code>9f465af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1497">#1497</a> from Torwang1/main</li> <li><a href="https://github.com/urfave/cli/commit/3005438a1f3d1b67d2751da307463ddf4a5dd95b"><code>3005438</code></a> fix: Context.Set no such flag</li> <li><a href="https://github.com/urfave/cli/commit/47f6782a902c671f3629001c1603bb75eab3152a"><code>47f6782</code></a> Add more test cases</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.16.3...v2.17.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.16.3&new-version=2.17.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:44 +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#210
No description provided.