[PR #153] [MERGED] chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.10.3 #195

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 08d33bf chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.10.3

📊 Changes

2 files changed (+12 additions, -8 deletions)

View changed files

📝 go.mod (+3 -2)
📝 go.sum (+9 -6)

📄 Description

Bumps github.com/urfave/cli/v2 from 2.4.0 to 2.10.3.

Release notes

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

v2.10.3

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.10.2...v2.10.3

v2.10.2

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.10.1...v2.10.2

v2.10.1

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.10.0...v2.10.1

v2.10.0

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.9.0...v2.10.0

v2.9.0

What's Changed

New Contributors

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

v2.8.1

What's Changed

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

... (truncated)

Commits
  • e2a844f Merge pull request #1423 from urfave/docs-list-fix
  • 6dd82af Fix list formatting in v2 manual
  • 7d21dda Merge pull request #1421 from urfave/docs-cleanups
  • 58ccb0b Clean up the v2 manual a bit
  • f1fc873 Merge pull request #1418 from urfave/un-workaround
  • 9f56fe7 Remove temporary go mod workaround
  • f71d1cb Merge pull request #1417 from urfave/deps-bump
  • 59ce32a Update dependencies to latest
  • 1362627 Approve usage wrapping docs changes
  • b927c6a Merge pull request #1415 from urfave/upgrade-go-yaml
  • 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/153 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2022 **Status:** ✅ Merged **Merged:** 7/8/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.10.3` --- ### 📝 Commits (1) - [`08d33bf`](https://github.com/Finb/bark-server/commit/08d33bf6096d99e91b4dbf179401d7af2478b75b) chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.10.3 ### 📊 Changes **2 files changed** (+12 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -2) 📝 `go.sum` (+9 -6) </details> ### 📄 Description Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.4.0 to 2.10.3. <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.10.3</h2> <h2>What's Changed</h2> <ul> <li>Clean up the v2 manual a bit by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1421">urfave/cli#1421</a></li> <li>Fix list formatting in v2 manual by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1423">urfave/cli#1423</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.10.2...v2.10.3">https://github.com/urfave/cli/compare/v2.10.2...v2.10.3</a></p> <h2>v2.10.2</h2> <h2>What's Changed</h2> <ul> <li>Update dependencies to latest by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1417">urfave/cli#1417</a></li> <li>Remove temporary go mod workaround by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1418">urfave/cli#1418</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.10.1...v2.10.2">https://github.com/urfave/cli/compare/v2.10.1...v2.10.2</a></p> <h2>v2.10.1</h2> <h2>What's Changed</h2> <ul> <li>Upgrade gopkg.in/yaml to v3 by <a href="https://github.com/jszwedko"><code>@​jszwedko</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1415">urfave/cli#1415</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.10.0...v2.10.1">https://github.com/urfave/cli/compare/v2.10.0...v2.10.1</a></p> <h2>v2.10.0</h2> <h2>What's Changed</h2> <ul> <li>Add word-wrap support, with wrap length provided by the user by <a href="https://github.com/mostynb"><code>@​mostynb</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1119">urfave/cli#1119</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.9.0...v2.10.0">https://github.com/urfave/cli/compare/v2.9.0...v2.10.0</a></p> <h2>v2.9.0</h2> <h2>What's Changed</h2> <ul> <li>Fix 'repetetive' typo by <a href="https://github.com/mostynb"><code>@​mostynb</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1402">urfave/cli#1402</a></li> <li>Add some missing go.sum entries needed with 1.16.x by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1407">urfave/cli#1407</a></li> <li>Add SliceFlag wrapper and fix bugs in existing implementations by <a href="https://github.com/joeycumines"><code>@​joeycumines</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1409">urfave/cli#1409</a></li> <li>Update the v2 docs since merging <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1409">#1409</a> by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1412">urfave/cli#1412</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joeycumines"><code>@​joeycumines</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1409">urfave/cli#1409</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.8.1...v2.9.0">https://github.com/urfave/cli/compare/v2.8.1...v2.9.0</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/e2a844fceed286c945de0b03fed1efd4bd5c9270"><code>e2a844f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1423">#1423</a> from urfave/docs-list-fix</li> <li><a href="https://github.com/urfave/cli/commit/6dd82af86bd1befaf24f4e387f68882ebafe0ba4"><code>6dd82af</code></a> Fix list formatting in v2 manual</li> <li><a href="https://github.com/urfave/cli/commit/7d21dda23226dfeda2b28c082ebbdc156c9376b0"><code>7d21dda</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1421">#1421</a> from urfave/docs-cleanups</li> <li><a href="https://github.com/urfave/cli/commit/58ccb0bf28b4ed4f5cf0226a85a337504f615717"><code>58ccb0b</code></a> Clean up the v2 manual a bit</li> <li><a href="https://github.com/urfave/cli/commit/f1fc873f1f022809fc27d6765fcae9afaac72ca0"><code>f1fc873</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1418">#1418</a> from urfave/un-workaround</li> <li><a href="https://github.com/urfave/cli/commit/9f56fe708861d6fd02e9499f634129b8546f65f0"><code>9f56fe7</code></a> Remove temporary go mod workaround</li> <li><a href="https://github.com/urfave/cli/commit/f71d1cb6d2592642cfce9a9902227dedb6f167f1"><code>f71d1cb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1417">#1417</a> from urfave/deps-bump</li> <li><a href="https://github.com/urfave/cli/commit/59ce32aad4c4cb686e93b0949af5c865a72958dd"><code>59ce32a</code></a> Update dependencies to latest</li> <li><a href="https://github.com/urfave/cli/commit/1362627dd7c1cef4ebcc65497479a10cff5f86d4"><code>1362627</code></a> Approve usage wrapping docs changes</li> <li><a href="https://github.com/urfave/cli/commit/b927c6ad2f448c73af606529e616be1961af57c4"><code>b927c6a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1415">#1415</a> from urfave/upgrade-go-yaml</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.4.0...v2.10.3">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.10.3)](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:40 +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#195
No description provided.