Commit b2055b4
authored
Bump github.com/samber/lo from 1.38.1 to 1.39.0 (#65)
Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.38.1
to 1.39.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.39.0</h2>
<p>Adding lo.IsNil helper</p>
</blockquote>
</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>
<h2>1.39.0 (2023-12-01)</h2>
<p>Improvement:</p>
<ul>
<li>Adding IsNil</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/samber/lo/commit/5777c5a3ee09f852d55a5bb5f585fcaeb5a0aedb"><code>5777c5a</code></a>
bump v1.39.0</li>
<li><a
href="https://github.com/samber/lo/commit/3283fe13ea3134bd8bca074c24d353211916d834"><code>3283fe1</code></a>
doc: adding isnil</li>
<li><a
href="https://github.com/samber/lo/commit/2bbb3ea5f7b9f16bf19d57b1f3a8f9dcf486515d"><code>2bbb3ea</code></a>
Add IsNil function for checking nil values in Go (<a
href="https://redirect.github.com/samber/lo/issues/399">#399</a>)</li>
<li><a
href="https://github.com/samber/lo/commit/8f90a520e89cfce49756b1bd4484e4c68517a0e1"><code>8f90a52</code></a>
Update lint.yml</li>
<li><a
href="https://github.com/samber/lo/commit/2a744340d5ae20d374a2a3b774b1df965b4b0e12"><code>2a74434</code></a>
Update README.md</li>
<li><a
href="https://github.com/samber/lo/commit/6e4cd89040151d56a1908e8493bbdb18d532410d"><code>6e4cd89</code></a>
Create .github/FUNDING.yml</li>
<li>See full diff in <a
href="https://github.com/samber/lo/compare/v1.38.1...v1.39.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 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>2 files changed
+3
-3
lines changed| 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 | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments