[PR #87] Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 #206

Open
opened 2026-02-25 22:31:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/87
Author: @dependabot-preview[bot]
Created: 3/30/2020
Status: 🔄 Open

Base: masterHead: dependabot/go_modules/github.com/spf13/cobra-0.0.7


📝 Commits (1)

  • b0f76d0 Bump github.com/spf13/cobra from 0.0.5 to 0.0.7

📊 Changes

2 files changed (+4 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+3 -0)

📄 Description

Bumps github.com/spf13/cobra from 0.0.5 to 0.0.7.

Release notes

Sourced from github.com/spf13/cobra's releases.

v0.0.7

Bug fix to restore previous exit behavior when a command is not runnable.

Issue Ref: #1056 Bug Introduced: #922 Affected Releases: 0.0.6

v0.0.6

No release notes provided.

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/evenh/intercert/pull/87 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/30/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/spf13/cobra-0.0.7` --- ### 📝 Commits (1) - [`b0f76d0`](https://github.com/evenh/intercert/commit/b0f76d0d7d9940b0a9699c225ed7aaaad9518181) Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 ### 📊 Changes **2 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+3 -0) </details> ### 📄 Description Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v0.0.7</h2> <p>Bug fix to restore previous exit behavior when a command is not runnable.</p> <p>Issue Ref: <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1056">#1056</a> Bug Introduced: <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/922">#922</a> Affected Releases: 0.0.6</p> <h2>v0.0.6</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/6607e6b8603f56adb027298ee6695e06ffb3a819"><code>6607e6b</code></a> Partial Revert of <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/922">#922</a> (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1068">#1068</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/95f2f73ed97e57387762620175ccdc277a8597a0"><code>95f2f73</code></a> Add short version flag -v when not otherwise set (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/996">#996</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/39cf99f556817dc31535a3fbc8a60c7fbd70ba56"><code>39cf99f</code></a> leverage makefile to run build tasks (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/976">#976</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/3c2624538b7d0935103b37a9313661ffaad30d46"><code>3c26245</code></a> Correct documentation for InOrStdin (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/929">#929</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/0da06874266c88228b8f14615396a1f6bfc90ed7"><code>0da0687</code></a> Add support for context.Context</li> <li><a href="https://github.com/spf13/cobra/commit/21cab29ef902d36da074e8c940437c9f536b2283"><code>21cab29</code></a> fix: undefined er (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1039">#1039</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/89c7ffb5129bebd58cd68878c13af2144a5791f3"><code>89c7ffb</code></a> Bump year on golden files (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1010">#1010</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/bf268956645942d536f2faef6d53f1951f9522a4"><code>bf26895</code></a> Fix regression when calling *_custom_func (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1001">#1001</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/447f182a9da843c53fa3dd6acfbd043a857e152e"><code>447f182</code></a> format tpl/main.go templates (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/980">#980</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/0d9d2d46f3099574b6d524c3d8834dd592a80fb3"><code>0d9d2d4</code></a> Revert change so help is printed on stdout again (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1004">#1004</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/0.0.5...0.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=0.0.5&new-version=0.0.7)](https://dependabot.com/compatibility-score/?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=0.0.5&new-version=0.0.7) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/intercert#206
No description provided.