You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by GitBox <gi...@apache.org> on 2022/11/08 06:13:52 UTC

[GitHub] [plc4x] dependabot[bot] opened a new pull request, #577: build(deps): bump github.com/schollz/progressbar/v3 from 3.12.0 to 3.12.1 in /plc4go

dependabot[bot] opened a new pull request, #577:
URL: https://github.com/apache/plc4x/pull/577

   Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.12.0 to 3.12.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/schollz/progressbar/releases">github.com/schollz/progressbar/v3's releases</a>.</em></p>
   <blockquote>
   <h2>v3.12.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Use strings.Builder for bar string composition by <a href="https://github.com/oerlikon"><code>@​oerlikon</code></a> in <a href="https://github-redirect.dependabot.com/schollz/progressbar/pull/143">schollz/progressbar#143</a></li>
   <li>Make go vet happy by <a href="https://github.com/oerlikon"><code>@​oerlikon</code></a> in <a href="https://github-redirect.dependabot.com/schollz/progressbar/pull/144">schollz/progressbar#144</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/oerlikon"><code>@​oerlikon</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/schollz/progressbar/pull/143">schollz/progressbar#143</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/schollz/progressbar/compare/v3.12.0...v3.12.1">https://github.com/schollz/progressbar/compare/v3.12.0...v3.12.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/schollz/progressbar/commit/6204e0e0fc8041590053d7ac69d200a64170c288"><code>6204e0e</code></a> change branch for badge</li>
   <li><a href="https://github.com/schollz/progressbar/commit/84d429431e9d0ccff4fc831e088a7a21e4d71775"><code>84d4294</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/schollz/progressbar/issues/144">#144</a> from oerlikon/fix-vet-tests</li>
   <li><a href="https://github.com/schollz/progressbar/commit/56c5e5bb0ba41450d6be0f0b5886ae56993a6ae7"><code>56c5e5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/schollz/progressbar/issues/143">#143</a> from oerlikon/use-strings-builder</li>
   <li><a href="https://github.com/schollz/progressbar/commit/c6941e623dd5d9f41947225215e4e086c392fdd3"><code>c6941e6</code></a> Add go vet to CI workflow</li>
   <li><a href="https://github.com/schollz/progressbar/commit/4e5b48c59033d6d5a0cc42433655eff485821794"><code>4e5b48c</code></a> Fix some style in tests</li>
   <li><a href="https://github.com/schollz/progressbar/commit/0dacceea2eacf5294984acae2996f4e11ebb8254"><code>0daccee</code></a> Print saucer head in format string</li>
   <li><a href="https://github.com/schollz/progressbar/commit/3041da4ae2170fde6e694f1cac16bdeadfe36cb3"><code>3041da4</code></a> Use strings.Builder for bar string composition</li>
   <li><a href="https://github.com/schollz/progressbar/commit/1e41eee0706f3d84611a6e987c77552318645265"><code>1e41eee</code></a> Clean out deprecated ioutil package</li>
   <li>See full diff in <a href="https://github.com/schollz/progressbar/compare/v3.12.0...v3.12.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/schollz/progressbar/v3&package-manager=go_modules&previous-version=3.12.0&new-version=3.12.1)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [plc4x] sruehl merged pull request #577: build(deps): bump github.com/schollz/progressbar/v3 from 3.12.0 to 3.12.1 in /plc4go

Posted by GitBox <gi...@apache.org>.
sruehl merged PR #577:
URL: https://github.com/apache/plc4x/pull/577


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org