Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/alitto/pond from 1.8.0 to 1.8.1 (#342)
Bumps [github.com/alitto/pond](https://github.com/alitto/pond) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alitto/pond/releases">github.com/alitto/pond's releases</a>.</em></p> <blockquote> <h2>Release 1.8.1</h2> <h2>Changes included</h2> <ul> <li>Fix for <a href="https://github-redirect.dependabot.com/alitto/pond/issues/33">alitto/pond#33</a></li> <li>Upgrade to go 1.19</li> <li>Extracted counter updates from main <code>worker</code> function to make it simpler and more generic</li> <li>Moved <code>worker</code> function to a separate file</li> <li>Added <code>Makefile</code> with test targets</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alitto/pond/commit/c7a74b9be5dd41f8f529f249b5655adae31231cf"><code>c7a74b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alitto/pond/issues/34">#34</a> from alitto/issue/22</li> <li><a href="https://github.com/alitto/pond/commit/7edfde9f7bd977c48fcfbc15759039c7a5f6ec40"><code>7edfde9</code></a> Upgrade to go 1.19</li> <li><a href="https://github.com/alitto/pond/commit/ac8953dc20ff2457ac3a8647d5d5643a99ba5231"><code>ac8953d</code></a> Prevent deadlock when purging idle worker during task submission</li> <li><a href="https://github.com/alitto/pond/commit/d01340a7a21ea7fd43658df74dafee390f4e5520"><code>d01340a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alitto/pond/issues/32">#32</a> from lonre/patch-1</li> <li><a href="https://github.com/alitto/pond/commit/35de043ccc0ceced45e6fbb2530a754489220946"><code>35de043</code></a> Update group.go</li> <li><a href="https://github.com/alitto/pond/commit/7a99f8514bc019ded4a9c4fa4b8caa3a3f5e08e1"><code>7a99f85</code></a> Create FUNDING.yml</li> <li>See full diff in <a href="https://github.com/alitto/pond/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/alitto/pond&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information