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/samber/lo from 1.39.0 to 1.46.0 (#135)
Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.39.0 to 1.46.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/samber/lo/releases">github.com/samber/lo's releases</a>.</em></p> <blockquote> <h2>v1.46.0</h2> <h2>What's Changed</h2> <ul> <li>fix: chunk memory leak, bug fix by <a href="https://github.com/mihir20"><code>@mihir20</code></a> in <a href="https://redirect.github.com/samber/lo/pull/491">samber/lo#491</a></li> <li>feat: add WaitForWithContext by <a href="https://github.com/ccoVeille"><code>@ccoVeille</code></a> in <a href="https://redirect.github.com/samber/lo/pull/480">samber/lo#480</a></li> <li>add ForEachCondition implement by <a href="https://github.com/Sianao"><code>@Sianao</code></a> in <a href="https://redirect.github.com/samber/lo/pull/485">samber/lo#485</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mihir20"><code>@mihir20</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/491">samber/lo#491</a></li> <li><a href="https://github.com/ccoVeille"><code>@ccoVeille</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/480">samber/lo#480</a></li> <li><a href="https://github.com/Sianao"><code>@Sianao</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/485">samber/lo#485</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.45.0...v1.46.0">https://github.com/samber/lo/compare/v1.45.0...v1.46.0</a></p> <h2>v1.45.0</h2> <h2>What's Changed</h2> <ul> <li>perf: preallocate in Assign by <a href="https://github.com/pmalek"><code>@pmalek</code></a> in <a href="https://redirect.github.com/samber/lo/pull/484">samber/lo#484</a></li> <li>feat: adding EarliestBy and LatestBy functions by <a href="https://github.com/timych"><code>@timych</code></a> in <a href="https://redirect.github.com/samber/lo/pull/489">samber/lo#489</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pmalek"><code>@pmalek</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/484">samber/lo#484</a></li> <li><a href="https://github.com/timych"><code>@timych</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/489">samber/lo#489</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.44.0...v1.45.0">https://github.com/samber/lo/compare/v1.44.0...v1.45.0</a></p> <h2>v1.44.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Add slice Splice an element or multiple elements at index i. by <a href="https://github.com/wenlingang"><code>@wenlingang</code></a> in <a href="https://redirect.github.com/samber/lo/pull/371">samber/lo#371</a></li> <li>feat: Make Filter() preserve type. by <a href="https://github.com/FGasper"><code>@FGasper</code></a> in <a href="https://redirect.github.com/samber/lo/pull/365">samber/lo#365</a></li> <li>feat: Added DropByIndex helper for slice by <a href="https://github.com/phith0n"><code>@phith0n</code></a> in <a href="https://redirect.github.com/samber/lo/pull/398">samber/lo#398</a></li> <li>feat: upgrade to math/rand/v2 by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/483">samber/lo#483</a></li> <li>chore: remove <code>golang.org/x/exp</code> since it doesn't follow go 1 compatibility promise by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/samber/lo/pull/478">samber/lo#478</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wenlingang"><code>@wenlingang</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/371">samber/lo#371</a></li> <li><a href="https://github.com/jason-zhj"><code>@jason-zhj</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/376">samber/lo#376</a></li> <li><a href="https://github.com/FGasper"><code>@FGasper</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/365">samber/lo#365</a></li> <li><a href="https://github.com/phith0n"><code>@phith0n</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/398">samber/lo#398</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.43.0...v1.44.0">https://github.com/samber/lo/compare/v1.43.0...v1.44.0</a></p> <h2>v1.43.0</h2> <h2>What's Changed</h2> <ul> <li>feat: adding HasKey by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/477">samber/lo#477</a></li> <li>feat: adding lo.WaitFor by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/269">samber/lo#269</a></li> <li>improvement: Optimize the performance of union method, avoid repeated expansion by <a href="https://github.com/cwb2819259"><code>@cwb2819259</code></a> in <a href="https://redirect.github.com/samber/lo/pull/397">samber/lo#397</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cwb2819259"><code>@cwb2819259</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/397">samber/lo#397</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.42.0...v1.43.0">https://github.com/samber/lo/compare/v1.42.0...v1.43.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/samber/lo/blob/master/CHANGELOG.md">github.com/samber/lo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p><a href="https://github.com/samber"><code>@samber</code></a>: I sometimes forget to update this file. Ping me on <a href="https://twitter.com/samuelberthe">Twitter</a> or open an issue in case of error. We need to keep a clear changelog for easier lib upgrade.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samber/lo/commit/151a075ecca084ddbb519fafd513002df0632716"><code>151a075</code></a> bump v1.46.0</li> <li><a href="https://github.com/samber/lo/commit/f6f43fb8847c57694251af59ae6819e879491362"><code>f6f43fb</code></a> lint 💄</li> <li><a href="https://github.com/samber/lo/commit/cbfd1c62866c6f4b20a566ed42910169835d7045"><code>cbfd1c6</code></a> add ForEachCondition implement (<a href="https://redirect.github.com/samber/lo/issues/485">#485</a>)</li> <li><a href="https://github.com/samber/lo/commit/0f4679bf524b04499c125c52d05a844cd30ba8c3"><code>0f4679b</code></a> feat: add WaitForWithContext (<a href="https://redirect.github.com/samber/lo/issues/480">#480</a>)</li> <li><a href="https://github.com/samber/lo/commit/9e343973a4629da234a8eca0aad725a7e888328c"><code>9e34397</code></a> fix: chunk memory leak (<a href="https://redirect.github.com/samber/lo/issues/491">#491</a>)</li> <li><a href="https://github.com/samber/lo/commit/34537d5291fae806e9f19a7ebeff46ebcc7ac7a8"><code>34537d5</code></a> feat: adding EarliestBy and LatestBy functions (<a href="https://redirect.github.com/samber/lo/issues/489">#489</a>)</li> <li><a href="https://github.com/samber/lo/commit/d93dd9a2d7d22037f0c301f8d91ac79f582477c4"><code>d93dd9a</code></a> fix: Dockerfile to reduce vulnerabilities (<a href="https://redirect.github.com/samber/lo/issues/487">#487</a>)</li> <li><a href="https://github.com/samber/lo/commit/8d3ddcfa829e81a4b9abe90f6e1b89caaa76494b"><code>8d3ddcf</code></a> Update README.md</li> <li><a href="https://github.com/samber/lo/commit/57c2d6d4eaf12ccf8dec038ab015353b82114ba2"><code>57c2d6d</code></a> perf: preallocate in Assign (<a href="https://redirect.github.com/samber/lo/issues/484">#484</a>)</li> <li><a href="https://github.com/samber/lo/commit/3b29b7d9187951ebf48a9a11a056f558412ad184"><code>3b29b7d</code></a> feat: upgrade to math/rand/v2 (<a href="https://redirect.github.com/samber/lo/issues/483">#483</a>)</li> <li>Additional commits viewable in <a href="https://github.com/samber/lo/compare/v1.39.0...v1.46.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/samber/lo&package-manager=go_modules&previous-version=1.39.0&new-version=1.46.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information