[PR #132] [CLOSED] chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.4.4 #176

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/132
Author: @dependabot[bot]
Created: 4/22/2022
Status: Closed

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


📝 Commits (1)

  • 1853ef3 chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.4.4

📊 Changes

2 files changed (+6 additions, -5 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+5 -4)

📄 Description

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

Release notes

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

Release 2.4.4

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.4.3...v2.4.4

Release 2.4.3

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.4.2...v2.4.3

Release 2.4.2

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.4.1...v2.4.2

Release 2.4.1

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.4.0...v2.4.1

Commits
  • f04607a Merge pull request #1361 from urfave/dearchap-remove_reflect
  • 9fd3cc9 Add tests around flag stringifying for all modified types
  • 79ed8b5 Drop desired min binary size accordingly
  • d83bb8d Merge branch 'main' into remove_reflect
  • 372ee0a Merge pull request #1360 from urfave/schollz-master
  • c4c15e1 Writing tests around changes from #1186
  • 7a231c5 Merge branch 'main' into master
  • 2e3b8fc Merge pull request #1359 from urfave/deps-updates
  • 6effd9f Update dependencies and go.mod spec
  • 9e59db8 Merge pull request #1358 from urfave/trunk-is-main
  • 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/132 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/22/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.4.4` --- ### 📝 Commits (1) - [`1853ef3`](https://github.com/Finb/bark-server/commit/1853ef308f5049ccf7b72a955f6f0eb43413eac6) chore(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.4.4 ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+5 -4) </details> ### 📄 Description Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.4.0 to 2.4.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>Release 2.4.4</h2> <h2>What's Changed</h2> <ul> <li>Remove reflect calls for doc generation (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1259">#1259</a>) by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1361">urfave/cli#1361</a></li> <li>Remove reflect calls for doc generation by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1259">urfave/cli#1259</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.4.3...v2.4.4">https://github.com/urfave/cli/compare/v2.4.3...v2.4.4</a></p> <h2>Release 2.4.3</h2> <h2>What's Changed</h2> <ul> <li>show only subcommand flags with bash completion (<a href="https://github-redirect.dependabot.com/urfave/cli/issues/1186">#1186</a>) by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1360">urfave/cli#1360</a></li> <li>show only subcommand flags with bash completion by <a href="https://github.com/schollz"><code>@​schollz</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1186">urfave/cli#1186</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/schollz"><code>@​schollz</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1186">urfave/cli#1186</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.4.2...v2.4.3">https://github.com/urfave/cli/compare/v2.4.2...v2.4.3</a></p> <h2>Release 2.4.2</h2> <h2>What's Changed</h2> <ul> <li>Update dependencies and go.mod spec by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1359">urfave/cli#1359</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.4.1...v2.4.2">https://github.com/urfave/cli/compare/v2.4.1...v2.4.2</a></p> <h2>Release 2.4.1</h2> <h2>What's Changed</h2> <ul> <li>Bump matrix of supported Go versions by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1351">urfave/cli#1351</a></li> <li>Attempting to soften the barrier to entry by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1357">urfave/cli#1357</a></li> <li>Add Stale bot configuration per docs by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1352">urfave/cli#1352</a></li> <li>Drop references/usage of GO111MODULE by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1353">urfave/cli#1353</a></li> <li>Switch branch references from <code>master</code> to <code>main</code> by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1358">urfave/cli#1358</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.4.0...v2.4.1">https://github.com/urfave/cli/compare/v2.4.0...v2.4.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/f04607a18b95790fd0a53636e066b4ad1bbc9374"><code>f04607a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1361">#1361</a> from urfave/dearchap-remove_reflect</li> <li><a href="https://github.com/urfave/cli/commit/9fd3cc92ad483b1680332797ccc1fcaaa9f1caa5"><code>9fd3cc9</code></a> Add tests around flag stringifying for all modified types</li> <li><a href="https://github.com/urfave/cli/commit/79ed8b5263d6e079639e515a5efcd2079642898b"><code>79ed8b5</code></a> Drop desired min binary size accordingly</li> <li><a href="https://github.com/urfave/cli/commit/d83bb8d85e892e0bcafb854066b1970749268358"><code>d83bb8d</code></a> Merge branch 'main' into remove_reflect</li> <li><a href="https://github.com/urfave/cli/commit/372ee0a551328981de8a4066c44a828b02d9f7f7"><code>372ee0a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1360">#1360</a> from urfave/schollz-master</li> <li><a href="https://github.com/urfave/cli/commit/c4c15e14538e59cee39aed139ce75bcf375ff34c"><code>c4c15e1</code></a> Writing tests around changes from <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1186">#1186</a></li> <li><a href="https://github.com/urfave/cli/commit/7a231c5eb11a0c0004dc89cb4cb06d398d987e01"><code>7a231c5</code></a> Merge branch 'main' into master</li> <li><a href="https://github.com/urfave/cli/commit/2e3b8fc06bf5e3673cc1523c31df7f8fd1c00295"><code>2e3b8fc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1359">#1359</a> from urfave/deps-updates</li> <li><a href="https://github.com/urfave/cli/commit/6effd9fba83bf06aed486eb8527badecb7c07e10"><code>6effd9f</code></a> Update dependencies and go.mod spec</li> <li><a href="https://github.com/urfave/cli/commit/9e59db8b32f5c607709094c5e7a70b3ff42442d0"><code>9e59db8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1358">#1358</a> from urfave/trunk-is-main</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.4.0...v2.4.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.4.0&new-version=2.4.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:34 +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#176
No description provided.