[PR #169] [MERGED] chore(deps): bump github.com/urfave/cli/v2 from 2.16.2 to 2.16.3 #207

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 860bca3 chore(deps): bump github.com/urfave/cli/v2 from 2.16.2 to 2.16.3

📊 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.16.2 to 2.16.3.

Release notes

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

v2.16.3

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.16.2...v2.16.3

Commits
  • 69f4122 Merge pull request #1490 from urfave/maint-build-cleanups
  • a425337 Use correct env var for global flags
  • 7d9264a Replace a few more custom make targets
  • 1a851c7 Only run make v2diff on go 1.19.x + ubuntu-latest
  • da7efeb Use windows compatible path append
  • ff1138c Run make target after the Makefile is available
  • 12a3c62 Move more functionality into internal/build/build.go
  • See full diff 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/169 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/13/2022 **Status:** ✅ Merged **Merged:** 9/13/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/urfave/cli/v2-2.16.3` --- ### 📝 Commits (1) - [`860bca3`](https://github.com/Finb/bark-server/commit/860bca3bc8269d2206d7ed31fcd75c1da2b6368c) chore(deps): bump github.com/urfave/cli/v2 from 2.16.2 to 2.16.3 ### 📊 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.16.2 to 2.16.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.16.3</h2> <h2>What's Changed</h2> <ul> <li>Move more functionality into internal/build/build.go by <a href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in <a href="https://github-redirect.dependabot.com/urfave/cli/pull/1490">urfave/cli#1490</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.16.2...v2.16.3">https://github.com/urfave/cli/compare/v2.16.2...v2.16.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/69f4122db92f9d9db4ca22be28be590e4f5618d2"><code>69f4122</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/urfave/cli/issues/1490">#1490</a> from urfave/maint-build-cleanups</li> <li><a href="https://github.com/urfave/cli/commit/a425337371c9c03fa4d1c944dcf2ce8ddb2b7171"><code>a425337</code></a> Use correct env var for global flags</li> <li><a href="https://github.com/urfave/cli/commit/7d9264aea10b65930d27d55d6b082f1d00a027c4"><code>7d9264a</code></a> Replace a few more custom make targets</li> <li><a href="https://github.com/urfave/cli/commit/1a851c7ac91f2b5c002f586d3b8bd9a9b8475221"><code>1a851c7</code></a> Only run <code>make v2diff</code> on go <code>1.19.x</code> + <code>ubuntu-latest</code></li> <li><a href="https://github.com/urfave/cli/commit/da7efeb63be39ec20ee33ffaf3b43b262caf3e2b"><code>da7efeb</code></a> Use windows compatible path append</li> <li><a href="https://github.com/urfave/cli/commit/ff1138c969cb6ae447636f37eaf5a5a33d50344d"><code>ff1138c</code></a> Run make target after the Makefile is available</li> <li><a href="https://github.com/urfave/cli/commit/12a3c62e50d271f7400bc2e43ef0bbbd7fc43a02"><code>12a3c62</code></a> Move more functionality into internal/build/build.go</li> <li>See full diff in <a href="https://github.com/urfave/cli/compare/v2.16.2...v2.16.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.16.2&new-version=2.16.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:43 +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#207
No description provided.