Skip to content

Commit

Permalink
chore: bump github.com/samber/lo from 1.44.0 to 1.45.0 (#521)
Browse files Browse the repository at this point in the history
Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.44.0
to 1.45.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.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://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://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://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://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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/samber/lo/commit/d0d3fc7b13a20f23ab1f22d6142b756ba5c9bec3"><code>d0d3fc7</code></a>
bump v1.45.0</li>
<li><a
href="https://github.com/samber/lo/commit/34537d5291fae806e9f19a7ebeff46ebcc7ac7a8"><code>34537d5</code></a>
feat: adding EarliestBy and LatestBy functions (<a
href="https://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://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://github.com/samber/lo/issues/484">#484</a>)</li>
<li>See full diff in <a
href="https://github.com/samber/lo/compare/v1.44.0...v1.45.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.44.0&new-version=1.45.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>
Co-authored-by: Heba <31887807+helayoty@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and helayoty authored Jul 15, 2024
1 parent d7b68d1 commit cbfaea8
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 @@ -10,7 +10,7 @@ require (
github.com/go-logr/logr v1.4.2
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/samber/lo v1.44.0
github.com/samber/lo v1.45.0
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/samber/lo v1.44.0 h1:5il56KxRE+GHsm1IR+sZ/6J42NODigFiqCWpSc2dybA=
github.com/samber/lo v1.44.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
github.com/samber/lo v1.45.0 h1:TPK85Y30Lv9Jh8s3TrJeA94u1hwcbFA9JObx/vT6lYU=
github.com/samber/lo v1.45.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
Expand Down

0 comments on commit cbfaea8

Please sign in to comment.