[PR #213] [MERGED] chore(deps): bump github.com/urfave/cli/v2 from 2.25.0 to 2.25.2 #239

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/213
Author: @dependabot[bot]
Created: 5/1/2023
Status: Merged
Merged: 5/2/2023
Merged by: @mritd

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


📝 Commits (1)

  • d011fa2 chore(deps): bump github.com/urfave/cli/v2 from 2.25.0 to 2.25.2

📊 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.0 to 2.25.2.

Release notes

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

v2.25.2

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.25.1...v2.25.2

v2.25.1

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.25.0...v2.25.1

Commits
  • 97e1edb Merge pull request #1723 from dearchap/issue_1689
  • 5b9c03e Change from code review
  • d31582c Update fish_test.go
  • a78aa8c Update tests
  • 57cbb2d Fix:(issue_1689) Let markdown output behave similar to cli help output
  • c0cc5c2 Merge pull request #1714 from huiyifyj/v2-remove-var
  • ce70743 Remove redundant variable declarations
  • 31b7abb Merge pull request #1709 from nirhaas/nhaas/required_flag_with_alias_errors_w...
  • 69df7bf add test case for flag without name or aliases
  • 0436998 Merge pull request #1710 from thschmitt/fix/subcommand-separator
  • 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/213 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/2/2023 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.25.2` --- ### 📝 Commits (1) - [`d011fa2`](https://github.com/Finb/bark-server/commit/d011fa2a2e0a02af45b9794321b0d4b5644360e3) chore(deps): bump github.com/urfave/cli/v2 from 2.25.0 to 2.25.2 ### 📊 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.0 to 2.25.2. <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.25.2</h2> <h2>What's Changed</h2> <ul> <li>Fix missing required flag error uses flag name and not alias by <a href="https://github.com/nirhaas"><code>@​nirhaas</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1709">urfave/cli#1709</a></li> <li>Remove redundant variable declarations by <a href="https://github.com/huiyifyj"><code>@​huiyifyj</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1714">urfave/cli#1714</a></li> <li>Fix:(issue 1689) Match markdown output with help output by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1723">urfave/cli#1723</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nirhaas"><code>@​nirhaas</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/1709">urfave/cli#1709</a></li> <li><a href="https://github.com/huiyifyj"><code>@​huiyifyj</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/1714">urfave/cli#1714</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.25.1...v2.25.2">https://github.com/urfave/cli/compare/v2.25.1...v2.25.2</a></p> <h2>v2.25.1</h2> <h2>What's Changed</h2> <ul> <li>Shift tested Go versions in v2-maint by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1692">urfave/cli#1692</a></li> <li>Preserve separator spec on subcommands by <a href="https://github.com/thschmitt"><code>@​thschmitt</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1710">urfave/cli#1710</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/thschmitt"><code>@​thschmitt</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/1710">urfave/cli#1710</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.25.0...v2.25.1">https://github.com/urfave/cli/compare/v2.25.0...v2.25.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/97e1edb03a0d2d538fe4c7c9e21f5f347f8092c5"><code>97e1edb</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1723">#1723</a> from dearchap/issue_1689</li> <li><a href="https://github.com/urfave/cli/commit/5b9c03e5cd963a5c4abc6db5286e09569a1db365"><code>5b9c03e</code></a> Change from code review</li> <li><a href="https://github.com/urfave/cli/commit/d31582cdebb7e91a76223dc8357d8be8277726d0"><code>d31582c</code></a> Update fish_test.go</li> <li><a href="https://github.com/urfave/cli/commit/a78aa8cfa680c576c326c17c28b15dd9636b8df3"><code>a78aa8c</code></a> Update tests</li> <li><a href="https://github.com/urfave/cli/commit/57cbb2dd6606dad21991b1315900e4e281f40874"><code>57cbb2d</code></a> Fix:(issue_1689) Let markdown output behave similar to cli help output</li> <li><a href="https://github.com/urfave/cli/commit/c0cc5c2f76ccbee45a0e115d8933462d93d42f36"><code>c0cc5c2</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1714">#1714</a> from huiyifyj/v2-remove-var</li> <li><a href="https://github.com/urfave/cli/commit/ce707438ee3038d1812efffd5b15a5cb62ed0d9b"><code>ce70743</code></a> Remove redundant variable declarations</li> <li><a href="https://github.com/urfave/cli/commit/31b7abbed07408940e5d213360df75eb4842a4fa"><code>31b7abb</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1709">#1709</a> from nirhaas/nhaas/required_flag_with_alias_errors_w...</li> <li><a href="https://github.com/urfave/cli/commit/69df7bfcc98e6a75522fb0fd8b5226a543e7a124"><code>69df7bf</code></a> add test case for flag without name or aliases</li> <li><a href="https://github.com/urfave/cli/commit/04369984a0d0f443443dba1da409871546110639"><code>0436998</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1710">#1710</a> from thschmitt/fix/subcommand-separator</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.25.0...v2.25.2">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.0&new-version=2.25.2)](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:52 +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#239
No description provided.