Commit 3856071
⬆️ Bump github.com/deckarep/golang-set/v2 from 2.8.0 to 2.9.0 in /utils (#855)
Bumps
[github.com/deckarep/golang-set/v2](https://github.com/deckarep/golang-set)
from 2.8.0 to 2.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/deckarep/golang-set/releases">github.com/deckarep/golang-set/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.0 - Reduce allocations, new PopN method, BSON support, deadlock
fix</h2>
<h2>What's Changed</h2>
<ul>
<li>Deadlock: if the callback on Each panics and the app has a recovery
- issue 163 by <a
href="https://github.com/deckarep"><code>@deckarep</code></a> in <a
href="https://redirect.github.com/deckarep/golang-set/pull/164">deckarep/golang-set#164</a></li>
<li>Implement BSON Marshaler support by <a
href="https://github.com/ryclarke"><code>@ryclarke</code></a> in <a
href="https://redirect.github.com/deckarep/golang-set/pull/142">deckarep/golang-set#142</a></li>
<li>feat: add PopN method to remove multiple arbitrary items from set by
<a href="https://github.com/lazychanger"><code>@lazychanger</code></a>
in <a
href="https://redirect.github.com/deckarep/golang-set/pull/166">deckarep/golang-set#166</a></li>
<li>Specify Map Capacity for Sets by <a
href="https://github.com/mai7star"><code>@mai7star</code></a> in <a
href="https://redirect.github.com/deckarep/golang-set/pull/171">deckarep/golang-set#171</a></li>
<li>Add update notes for version 2.9.0 by <a
href="https://github.com/deckarep"><code>@deckarep</code></a> in <a
href="https://redirect.github.com/deckarep/golang-set/pull/174">deckarep/golang-set#174</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/lazychanger"><code>@lazychanger</code></a>
made their first contribution in <a
href="https://redirect.github.com/deckarep/golang-set/pull/166">deckarep/golang-set#166</a></li>
<li><a href="https://github.com/mai7star"><code>@mai7star</code></a>
made their first contribution in <a
href="https://redirect.github.com/deckarep/golang-set/pull/171">deckarep/golang-set#171</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/deckarep/golang-set/compare/v2.8.0...v2.9.0">https://github.com/deckarep/golang-set/compare/v2.8.0...v2.9.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/deckarep/golang-set/commit/006faa100ef8106e49ab0760324dfb188f6ca75e"><code>006faa1</code></a>
Add update notes for version 2.9.0 (<a
href="https://redirect.github.com/deckarep/golang-set/issues/174">#174</a>)</li>
<li><a
href="https://github.com/deckarep/golang-set/commit/8ec73b46709af31acda9d059f0269c5adfa27e64"><code>8ec73b4</code></a>
事前割当数を修正 (<a
href="https://redirect.github.com/deckarep/golang-set/issues/171">#171</a>)</li>
<li><a
href="https://github.com/deckarep/golang-set/commit/53cf14d3dae71fce2cb370721c20b0c9b222f3fa"><code>53cf14d</code></a>
feat: add PopN method to remove multiple arbitrary items from set (<a
href="https://redirect.github.com/deckarep/golang-set/issues/166">#166</a>)</li>
<li><a
href="https://github.com/deckarep/golang-set/commit/ded19ef48ea4f1d179c14a3628b92b07db6efaf1"><code>ded19ef</code></a>
Implement BSON Marshaler support (<a
href="https://redirect.github.com/deckarep/golang-set/issues/142">#142</a>)</li>
<li><a
href="https://github.com/deckarep/golang-set/commit/9480c3eb4dae7f17ca7edac65e4b48690c199993"><code>9480c3e</code></a>
Deadlock: if the callback on Each panics and the app has a recovery -
issue 1...</li>
<li>See full diff in <a
href="https://github.com/deckarep/golang-set/compare/v2.8.0...v2.9.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
Co-authored-by: Monty Bot <monty-bot@arm.com>
Co-authored-by: Josh <josh.jennings@arm.com>1 parent 0d268c8 commit 3856071
3 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
| |||
0 commit comments