Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump github.com/samber/lo from 1.39.0 to 1.44.0 #490

Merged
merged 4 commits into from
Jul 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps github.com/samber/lo from 1.39.0 to 1.44.0.

Release notes

Sourced from github.com/samber/lo's releases.

v1.44.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.43.0...v1.44.0

v1.43.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.42.0...v1.43.0

v1.42.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.41.0...v1.42.0

v1.41.0

What's Changed

... (truncated)

Changelog

Sourced from github.com/samber/lo's changelog.

Changelog

@​samber: I sometimes forget to update this file. Ping me on Twitter or open an issue in case of error. We need to keep a clear changelog for easier lib upgrade.

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.39.0 to 1.44.0.
- [Release notes](https://github.com/samber/lo/releases)
- [Changelog](https://github.com/samber/lo/blob/master/CHANGELOG.md)
- [Commits](samber/lo@v1.39.0...v1.44.0)

---
updated-dependencies:
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Fei-Guo as a code owner July 1, 2024 15:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@dependabot dependabot bot requested a review from helayoty as a code owner July 1, 2024 15:14
@dependabot dependabot bot added the go Pull requests that update Go code label Jul 1, 2024
@dependabot dependabot bot requested a review from ishaansehgal99 as a code owner July 1, 2024 15:14
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.01%. Comparing base (45e75aa) to head (ea10916).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #490      +/-   ##
==========================================
+ Coverage   60.92%   61.01%   +0.09%     
==========================================
  Files          29       29              
  Lines        2559     2588      +29     
==========================================
+ Hits         1559     1579      +20     
- Misses        909      918       +9     
  Partials       91       91              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

….44.0

Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
@helayoty helayoty merged commit b4778e7 into main Jul 3, 2024
7 of 8 checks passed
@helayoty helayoty deleted the dependabot/go_modules/github.com/samber/lo-1.44.0 branch July 3, 2024 23:45
smritidahal653 pushed a commit to smritidahal653/kaito that referenced this pull request Jul 12, 2024
…#490)

Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.39.0
to 1.44.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.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>
<h2>v1.42.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add Nil by <a
href="https://github.com/gubtos"><code>@​gubtos</code></a> in <a
href="https://redirect.github.com/samber/lo/pull/383">samber/lo#383</a></li>
<li>feat: Add First and FirstOrZeroValue functions by <a
href="https://github.com/Alireza-Kiani"><code>@​Alireza-Kiani</code></a>
in <a
href="https://redirect.github.com/samber/lo/pull/451">samber/lo#451</a></li>
<li>feat: adding LastOrEmpty and LastOr by <a
href="https://github.com/samber"><code>@​samber</code></a> in <a
href="https://redirect.github.com/samber/lo/pull/474">samber/lo#474</a></li>
<li>feat: Feature/contains iterate by index by <a
href="https://github.com/lennon-guan"><code>@​lennon-guan</code></a> in
<a
href="https://redirect.github.com/samber/lo/pull/428">samber/lo#428</a></li>
<li>feat: speed up loops by reducing allocations by <a
href="https://github.com/samber"><code>@​samber</code></a> in <a
href="https://redirect.github.com/samber/lo/pull/475">samber/lo#475</a></li>
<li>doc: inconsistent expression in README.md by <a
href="https://github.com/rolancia"><code>@​rolancia</code></a> in <a
href="https://redirect.github.com/samber/lo/pull/406">samber/lo#406</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/gubtos"><code>@​gubtos</code></a> made
their first contribution in <a
href="https://redirect.github.com/samber/lo/pull/383">samber/lo#383</a></li>
<li><a
href="https://github.com/Alireza-Kiani"><code>@​Alireza-Kiani</code></a>
made their first contribution in <a
href="https://redirect.github.com/samber/lo/pull/451">samber/lo#451</a></li>
<li><a href="https://github.com/rolancia"><code>@​rolancia</code></a>
made their first contribution in <a
href="https://redirect.github.com/samber/lo/pull/406">samber/lo#406</a></li>
<li><a
href="https://github.com/lennon-guan"><code>@​lennon-guan</code></a>
made their first contribution in <a
href="https://redirect.github.com/samber/lo/pull/428">samber/lo#428</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/samber/lo/compare/v1.41.0...v1.42.0">https://github.com/samber/lo/compare/v1.41.0...v1.42.0</a></p>
<h2>v1.41.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: adding Elipse by <a
href="https://github.com/samber"><code>@​samber</code></a> in <a
href="https://redirect.github.com/samber/lo/pull/470">samber/lo#470</a></li>
<li>feat: adding CoalesceOrEmpty by <a
href="https://github.com/samber"><code>@​samber</code></a> in <a
href="https://redirect.github.com/samber/lo/pull/469">samber/lo#469</a></li>
<li>feat: adding Earliest and Latest by <a
href="https://github.com/samber"><code>@​samber</code></a> in <a
href="https://redirect.github.com/samber/lo/pull/468">samber/lo#468</a></li>
<li>feat: adding duration by <a
href="https://github.com/samber"><code>@​samber</code></a> in <a
href="https://redirect.github.com/samber/lo/pull/471">samber/lo#471</a></li>
</ul>
<!-- 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/7c4fdccffb8c6c7dc1746809509134e4a85fe69e"><code>7c4fdcc</code></a>
bump v1.44.0</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><a
href="https://github.com/samber/lo/commit/0a145c7cc7305066d372d78fa2033e4e29eb202d"><code>0a145c7</code></a>
style: replace interface{} by any</li>
<li><a
href="https://github.com/samber/lo/commit/9405c90405a48e99f67e8a50d954be007e92d9a5"><code>9405c90</code></a>
chore: adding issue template (<a
href="https://redirect.github.com/samber/lo/issues/481">#481</a>)</li>
<li><a
href="https://github.com/samber/lo/commit/52e17faeec8735e02740ca5dfed5be896d808e5a"><code>52e17fa</code></a>
Added DropByIndex helper for slice (<a
href="https://redirect.github.com/samber/lo/issues/398">#398</a>)</li>
<li><a
href="https://github.com/samber/lo/commit/93686db8b55c90f67a2ededadf2d1197a059c321"><code>93686db</code></a>
feat: preserve type alias of slices and maps (see <a
href="https://redirect.github.com/samber/lo/issues/365">#365</a>)</li>
<li><a
href="https://github.com/samber/lo/commit/3ba93a16ccb34c6b82f8c2ab07a2044a5b0d1a21"><code>3ba93a1</code></a>
feat: preserve type alias of slices and maps (see <a
href="https://redirect.github.com/samber/lo/issues/365">#365</a>)</li>
<li><a
href="https://github.com/samber/lo/commit/de419c75716f5cb8eeba88176f4791a64bddd5ab"><code>de419c7</code></a>
Make Filter() preserve type. (<a
href="https://redirect.github.com/samber/lo/issues/365">#365</a>)</li>
<li><a
href="https://github.com/samber/lo/commit/2ec43f41f4d8de149c116986b347d9b32c75a2f4"><code>2ec43f4</code></a>
Revert &quot;Add new method Concat (<a
href="https://redirect.github.com/samber/lo/issues/376">#376</a>)&quot;
(<a
href="https://redirect.github.com/samber/lo/issues/479">#479</a>)</li>
<li><a
href="https://github.com/samber/lo/commit/940ded8b0352a4ea374d5b435d3a4f73480ef94b"><code>940ded8</code></a>
Add new method Concat (<a
href="https://redirect.github.com/samber/lo/issues/376">#376</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/samber/lo/compare/v1.39.0...v1.44.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.44.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>
Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Heba <31887807+helayoty@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant