[PR #180] [MERGED] chore(deps): bump github.com/urfave/cli/v2 from 2.20.3 to 2.23.4 #215

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/180
Author: @dependabot[bot]
Created: 11/8/2022
Status: Merged
Merged: 11/8/2022
Merged by: @mritd

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


📝 Commits (1)

  • 1ec2869 chore(deps): bump github.com/urfave/cli/v2 from 2.20.3 to 2.23.4

📊 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.20.3 to 2.23.4.

Release notes

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

v2.23.4

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.23.3...v2.23.4

v2.23.3

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.23.2...v2.23.3

Note. This is considered a minor release even though it has a new "feature" i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags.

v2.23.2

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.23.1...v2.23.2

v2.23.1

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.23.0...v2.23.1

v2.23.0

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.22.0...v2.23.0

v2.22.0

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.21.0...v2.22.0

v2.21.0

What's Changed

... (truncated)

Commits
  • 46043dd Merge pull request #1553 from dearchap/altsrc_generation
  • 45dc376 Code review comment
  • 190e5b6 Merge pull request #1551 from Edelweiss-Snow/issue_1550
  • e194a18 Merge pull request #1565 from remiposo/avoid_duplication_of_help_commands
  • a0343df Merge branch 'main' into issue_1550
  • bc62fff Fix: Avoid duplication of help commands
  • d0aeb4d Merge pull request #1562 from dearchap/issue_1114
  • 13cc767 Add SkipFlagParsing to app
  • bb82056 Fix:(issue_1114) Add test case for --
  • c3fccc0 Merge pull request #1561 from dearchap/ext_global_flags_optional
  • 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/180 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/8/2022 **Status:** ✅ Merged **Merged:** 11/8/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.23.4` --- ### 📝 Commits (1) - [`1ec2869`](https://github.com/Finb/bark-server/commit/1ec2869f78cbd8bd4b82e17714e70f6fe6b42dad) chore(deps): bump github.com/urfave/cli/v2 from 2.20.3 to 2.23.4 ### 📊 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.20.3 to 2.23.4. <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.23.4</h2> <h2>What's Changed</h2> <ul> <li>Chore: Add altsrc flag definition generation by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1553">urfave/cli#1553</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.23.3...v2.23.4">https://github.com/urfave/cli/compare/v2.23.3...v2.23.4</a></p> <h2>v2.23.3</h2> <h2>What's Changed</h2> <ul> <li>Fix: Avoid duplication of help commands by <a href="https://github.com/remiposo"><code>@​remiposo</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1565">urfave/cli#1565</a></li> <li>Feature:(issue_1550):Add support Int64Slice by read toml config file by <a href="https://github.com/Edelweiss-Snow"><code>@​Edelweiss-Snow</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1551">urfave/cli#1551</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/remiposo"><code>@​remiposo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1565">urfave/cli#1565</a></li> <li><a href="https://github.com/Edelweiss-Snow"><code>@​Edelweiss-Snow</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1551">urfave/cli#1551</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.23.2...v2.23.3">https://github.com/urfave/cli/compare/v2.23.2...v2.23.3</a></p> <p>Note. This is considered a minor release even though it has a new &quot;feature&quot; i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags.</p> <h2>v2.23.2</h2> <h2>What's Changed</h2> <ul> <li>Fix:(issue_1114) Add SkipFlagParsing to app to allow -- by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1562">urfave/cli#1562</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.23.1...v2.23.2">https://github.com/urfave/cli/compare/v2.23.1...v2.23.2</a></p> <h2>v2.23.1</h2> <h2>What's Changed</h2> <ul> <li>FIx: Allow ext flags to be opt-out by default rather than opt-in by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1561">urfave/cli#1561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.23.0...v2.23.1">https://github.com/urfave/cli/compare/v2.23.0...v2.23.1</a></p> <h2>v2.23.0</h2> <h2>What's Changed</h2> <ul> <li>Feature:(issue_269) Allow external package flag definitions by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1540">urfave/cli#1540</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.22.0...v2.23.0">https://github.com/urfave/cli/compare/v2.22.0...v2.23.0</a></p> <h2>v2.22.0</h2> <h2>What's Changed</h2> <ul> <li>Feature:(issue_1090): Add unwrap for ExitCoder by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1545">urfave/cli#1545</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.21.0...v2.22.0">https://github.com/urfave/cli/compare/v2.21.0...v2.22.0</a></p> <h2>v2.21.0</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/46043dde652210a50363c58d65ef40d5a22b7de4"><code>46043dd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1553">#1553</a> from dearchap/altsrc_generation</li> <li><a href="https://github.com/urfave/cli/commit/45dc37629c02aab24826c9c18e6aec973056939a"><code>45dc376</code></a> Code review comment</li> <li><a href="https://github.com/urfave/cli/commit/190e5b6082688b6a492c3eeb713345e7b88054ee"><code>190e5b6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1551">#1551</a> from Edelweiss-Snow/issue_1550</li> <li><a href="https://github.com/urfave/cli/commit/e194a18542e0e6157f2a013e800e9da7da8570eb"><code>e194a18</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1565">#1565</a> from remiposo/avoid_duplication_of_help_commands</li> <li><a href="https://github.com/urfave/cli/commit/a0343df736f5286cdbf6c5c29367f035cd7d07d7"><code>a0343df</code></a> Merge branch 'main' into issue_1550</li> <li><a href="https://github.com/urfave/cli/commit/bc62fff34a6edb00137c340ec8bb56d7fde8a652"><code>bc62fff</code></a> Fix: Avoid duplication of help commands</li> <li><a href="https://github.com/urfave/cli/commit/d0aeb4d55d006a3cd56c56bbf52b89bd500ed2bc"><code>d0aeb4d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1562">#1562</a> from dearchap/issue_1114</li> <li><a href="https://github.com/urfave/cli/commit/13cc7677ab2adc0c11bc8eec3defe83eea0f4599"><code>13cc767</code></a> Add SkipFlagParsing to app</li> <li><a href="https://github.com/urfave/cli/commit/bb820560d9687d0b3e0d5f28191d94d13b9fadd7"><code>bb82056</code></a> Fix:(issue_1114) Add test case for --</li> <li><a href="https://github.com/urfave/cli/commit/c3fccc031bc70ebf7cb2e289503a83fe45fcbce8"><code>c3fccc0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1561">#1561</a> from dearchap/ext_global_flags_optional</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.20.3...v2.23.4">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.20.3&new-version=2.23.4)](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:46 +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#215
No description provided.