[PR #250] [MERGED] chore(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 #267

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/250
Author: @dependabot[bot]
Created: 12/4/2023
Status: Merged
Merged: 12/7/2023
Merged by: @mritd

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


📝 Commits (1)

  • 91a81b8 chore(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0

📊 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.25.7 to 2.26.0.

Release notes

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

v2.26.0

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.25.7...v2.26.0

Commits
  • d391482 Merge pull request #1696 from skelouse/v2-maint
  • 0e5f95d Merge pull request #1825 from dearchap/issue_1689
  • 92aa673 Update all flags with similar behaviour
  • e2301c8 Fix:(issue_1689) Have consistent behavior for default text in man and markdow...
  • 837ae14 Fix new linting issues post-rebase
  • 594ab74 Update based on comments
  • 72f7639 Add error checks
  • d7bd472 Fix linting
  • 488e77c Merge pull request #1805 from linrl3/fix/v2_duplicate_subcommand
  • 36ebd0a fix: check duplicated sub command name and alias
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/250 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.26.0` --- ### 📝 Commits (1) - [`91a81b8`](https://github.com/Finb/bark-server/commit/91a81b8209d96d8c1217ecb1e5bc8d5d6fafa8dd) chore(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 ### 📊 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.25.7 to 2.26.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>v2.26.0</h2> <h2>What's Changed</h2> <ul> <li>Bash completion nits by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1762">urfave/cli#1762</a></li> <li>Chore: Rename mkdocs requirements file name by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1776">urfave/cli#1776</a></li> <li>Fix:(issue_1787) Add fix for commands not listed when hide help comma… by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1788">urfave/cli#1788</a></li> <li>Fix nil HelpFlag panic (v2) by <a href="https://github.com/wxiaoguang"><code>@​wxiaoguang</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1795">urfave/cli#1795</a></li> <li>Always get 0 for a nested int64 value in v2.25.7 by <a href="https://github.com/stephenfire"><code>@​stephenfire</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1799">urfave/cli#1799</a></li> <li>Helper messages for documenting build process by <a href="https://github.com/abitrolly"><code>@​abitrolly</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1800">urfave/cli#1800</a></li> <li>fix: check duplicated sub command name and alias by <a href="https://github.com/linrl3"><code>@​linrl3</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1805">urfave/cli#1805</a></li> <li>Fix:(issue_1689) Have consistent behavior for default text in man and… by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1825">urfave/cli#1825</a></li> <li>Fix linting issues by <a href="https://github.com/skelouse"><code>@​skelouse</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1696">urfave/cli#1696</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stephenfire"><code>@​stephenfire</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/1799">urfave/cli#1799</a></li> <li><a href="https://github.com/linrl3"><code>@​linrl3</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/1805">urfave/cli#1805</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.25.7...v2.26.0">https://github.com/urfave/cli/compare/v2.25.7...v2.26.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/d391482425267827a306b820f55d236ad9b3c78d"><code>d391482</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1696">#1696</a> from skelouse/v2-maint</li> <li><a href="https://github.com/urfave/cli/commit/0e5f95d10de4e1f137f20e38f3433abe8cf30e9c"><code>0e5f95d</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1825">#1825</a> from dearchap/issue_1689</li> <li><a href="https://github.com/urfave/cli/commit/92aa673d19ac448729e408610e68af4cee541d9c"><code>92aa673</code></a> Update all flags with similar behaviour</li> <li><a href="https://github.com/urfave/cli/commit/e2301c8334e3c4d186dbeddfc09419d9c70898e5"><code>e2301c8</code></a> Fix:(issue_1689) Have consistent behavior for default text in man and markdow...</li> <li><a href="https://github.com/urfave/cli/commit/837ae14373c0fadb2aa67842c19c0853128b7553"><code>837ae14</code></a> Fix new linting issues post-rebase</li> <li><a href="https://github.com/urfave/cli/commit/594ab74ac74072efe0ce5db5a8a21521e9183afa"><code>594ab74</code></a> Update based on comments</li> <li><a href="https://github.com/urfave/cli/commit/72f7639c604e3f692c66bf5c6bbe11469ad3074b"><code>72f7639</code></a> Add error checks</li> <li><a href="https://github.com/urfave/cli/commit/d7bd472f3068f30389ca9f716f9cf52c6a39347b"><code>d7bd472</code></a> Fix linting</li> <li><a href="https://github.com/urfave/cli/commit/488e77c88cd6e4cd8944703c09dd374c2b314b78"><code>488e77c</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1805">#1805</a> from linrl3/fix/v2_duplicate_subcommand</li> <li><a href="https://github.com/urfave/cli/commit/36ebd0a7b665c3b89ac0cd3d7bf414ffa10be60c"><code>36ebd0a</code></a> fix: check duplicated sub command name and alias</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.25.7...v2.26.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.25.7&new-version=2.26.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:57:00 +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#267
No description provided.