Commit a2c7af5
authored
build(deps): bump github.com/creachadair/taskgroup from 0.3.2 to 0.6.0 (#1099)
Bumps
[github.com/creachadair/taskgroup](https://github.com/creachadair/taskgroup)
from 0.3.2 to 0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/creachadair/taskgroup/commit/ceb691f316d1e99ea6b131b55a6f1732067e1f15"><code>ceb691f</code></a>
Release v0.6.0</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/c83e34843ea48dff41eced09132157a9d4ce7c71"><code>c83e348</code></a>
Test single completion both early and late.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/b59edfdbf1df7e856d2e507240ec090056f7e369"><code>b59edfd</code></a>
Give Single a result type parameter.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/a9d4a0aa3860b2501c5ec54d48dd41e9186c6865"><code>a9d4a0a</code></a>
Update actions/setup-go to v4.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/19294837c777aa4cb970b2c7bca9606b87b9520f"><code>1929483</code></a>
Release v0.5.1.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/8b2fee80a18c327abbf669b72fd4b910b5492481"><code>8b2fee8</code></a>
Add NoError helper.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/4a1a2804b3ba35a40918b0136b3451002dba06db"><code>4a1a280</code></a>
Fix a couple examples in the README.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/51aa11f92eae7477844d68eaa22e6ef0e692905c"><code>51aa11f</code></a>
Update Go toolchain base to 1.19.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/9ac7785d1cd7f3a1a03bd2df762055988bb607f2"><code>9ac7785</code></a>
Make the example output less random.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/ebed48275a63dde43cd353722c8930b7d6e28b0f"><code>ebed482</code></a>
Consolidate wait and cleanup (no functional change)</li>
<li>Additional commits viewable in <a
href="https://github.com/creachadair/taskgroup/compare/v0.3.2...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e79925a commit a2c7af5
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | 276 | | |
| 277 | + | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
0 commit comments