Skip to content

Commit

Permalink
build(deps): Bump github.com/alitto/pond from 1.8.3 to 1.9.0 (#754)
Browse files Browse the repository at this point in the history
Bumps [github.com/alitto/pond](https://github.com/alitto/pond) from
1.8.3 to 1.9.0.
<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 v1.9.0</h2>
<h2>Changes included</h2>
<ul>
<li>Fix: clear pending tasks in the worker when the context is canceled
to avoid deadlocks in StopAndWait when tasks are queued for the worker.
PR: <a
href="https://redirect.github.com/alitto/pond/pull/62">alitto/pond#62</a>
- Thanks <a
href="https://github.com/CorentinClabaut"><code>@​CorentinClabaut</code></a>!
🙌</li>
<li>Fix errors in github actions workflow</li>
<li>Bump max supported go version in tests to 1.22</li>
<li>Rename default branch from <code>master</code> to
<code>main</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/alitto/pond/commit/e2fe4156b86ce7afb1401df2174fca90c736714b"><code>e2fe415</code></a>
Merge pull request <a
href="https://redirect.github.com/alitto/pond/issues/66">#66</a> from
alitto/fix/AD/codecov-coverage</li>
<li><a
href="https://github.com/alitto/pond/commit/c325347ddbaf40bc2b0cc7df0f18611513fcc05b"><code>c325347</code></a>
fix(codecov): update project coverage target</li>
<li><a
href="https://github.com/alitto/pond/commit/05b0e5a9007276d721750f2d7d6c989b41a7f26f"><code>05b0e5a</code></a>
Merge pull request <a
href="https://redirect.github.com/alitto/pond/issues/65">#65</a> from
alitto/chore/AD/upgrade-go</li>
<li><a
href="https://github.com/alitto/pond/commit/39b81e7feff0fd4812fb1e69854c508e20811b6b"><code>39b81e7</code></a>
chore(go): upgrade go version to 1.22</li>
<li><a
href="https://github.com/alitto/pond/commit/561fe7b04413eb8a5b438e5249d4247460e8c04b"><code>561fe7b</code></a>
chore(codecov): set target coverage</li>
<li><a
href="https://github.com/alitto/pond/commit/8097a00394188a222c56e312ed1654cfd6ffe2c8"><code>8097a00</code></a>
Merge pull request <a
href="https://redirect.github.com/alitto/pond/issues/62">#62</a> from
CorentinClabaut/deadlock</li>
<li><a
href="https://github.com/alitto/pond/commit/6b11874d7caecf42d2fb5169082b49c6c68a82ac"><code>6b11874</code></a>
fix(codecov): set up codecov token</li>
<li><a
href="https://github.com/alitto/pond/commit/f681bc1144d06810f63b21ccfdd1701a50b13d6e"><code>f681bc1</code></a>
Improve readablility</li>
<li><a
href="https://github.com/alitto/pond/commit/57e5a0ad6247e3b0bf28921baec5156dec9413ef"><code>57e5a0a</code></a>
Fix tests</li>
<li><a
href="https://github.com/alitto/pond/commit/bdb616caa5d4197fe801e0063f4234d900fa3a0e"><code>bdb616c</code></a>
Fix race condition</li>
<li>Additional commits viewable in <a
href="https://github.com/alitto/pond/compare/v1.8.3...v1.9.0">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.3&new-version=1.9.0)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 7991eff commit 4232043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.3

require (
cloud.google.com/go/artifactregistry v1.14.9
github.com/alitto/pond v1.8.3
github.com/alitto/pond v1.9.0
github.com/aws/aws-sdk-go v1.54.2
github.com/containers/image/v5 v5.31.0
github.com/dgraph-io/ristretto v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAE
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/alitto/pond v1.8.3 h1:ydIqygCLVPqIX/USe5EaV/aSRXTRXDEI9JwuDdu+/xs=
github.com/alitto/pond v1.8.3/go.mod h1:CmvIIGd5jKLasGI3D87qDkQxjzChdKMmnXMg3fG6M6Q=
github.com/alitto/pond v1.9.0 h1:B8BrvXyKe97NK9LHuRsQAOmpRnsp6GJ7mCg1Cgitczo=
github.com/alitto/pond v1.9.0/go.mod h1:xQn3P/sHTYcU/1BR3i86IGIrilcrGC2LiS+E2+CJWsI=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3/go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM=
github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk=
Expand Down

0 comments on commit 4232043

Please sign in to comment.