Commit 0ac464f
authored
Bump oban from 2.19.0 to 2.19.1 (#1841)
Bumps [oban](https://github.com/oban-bg/oban) from 2.19.0 to 2.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/oban-bg/oban/releases">oban's
releases</a>.</em></p>
<blockquote>
<h2>v2.19.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p>[Mix] Improve igniter installer idempotency and compatibility.</p>
<p>The installer now uses <code>on_exists: :skip</code> when generating
a migration, so it composes safely with other igniter installers. It
also removes unnecessary <code>add_dep</code> calls that would overwrite
a previously specified Oban version with <code>~> 2.18</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/oban-bg/oban/blob/main/CHANGELOG.md">oban's
changelog</a>.</em></p>
<blockquote>
<h2>v2.19.1 — 2025-01-27</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p>[Mix] Improve igniter installer idempotency and compatibility.</p>
<p>The installer now uses <code>on_exists: :skip</code> when generating
a migration, so it composes safely
with other igniter installers. It also removes unnecessary
<code>add_dep</code> calls that would overwrite
a previously specified Oban version with <code>~> 2.18</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oban-bg/oban/commit/945e109493be2ac0d86e40cb2dbb9a58079f65c2"><code>945e109</code></a>
Release v2.19.1</li>
<li><a
href="https://github.com/oban-bg/oban/commit/55f7645a4a4fdeb49048f17265ff8d05fb8bf582"><code>55f7645</code></a>
Make oban installer idempotent (<a
href="https://redirect.github.com/oban-bg/oban/issues/1230">#1230</a>)</li>
<li><a
href="https://github.com/oban-bg/oban/commit/b72c88c29fce33f2109c27fb353f8c00c1c09158"><code>b72c88c</code></a>
Remove half-sentence from changelog (<a
href="https://redirect.github.com/oban-bg/oban/issues/1229">#1229</a>)</li>
<li><a
href="https://github.com/oban-bg/oban/commit/ae8318396c18f85d75881e40096eeab120824655"><code>ae83183</code></a>
Remove invalid adds_deps from igniter installer (<a
href="https://redirect.github.com/oban-bg/oban/issues/1227">#1227</a>)</li>
<li><a
href="https://github.com/oban-bg/oban/commit/37d46ef5b5913a3e1d3e47b12d4de24439924c72"><code>37d46ef</code></a>
Fix typo in testing docs (<a
href="https://redirect.github.com/oban-bg/oban/issues/1225">#1225</a>)</li>
<li><a
href="https://github.com/oban-bg/oban/commit/aff8c58f37cfcc7a9e4999f0e54a5a97cfe93034"><code>aff8c58</code></a>
Clarify use of available install instructions</li>
<li><a
href="https://github.com/oban-bg/oban/commit/62b87db23221adc713fb3ec8c5732166e5bd1e28"><code>62b87db</code></a>
Update docs after open sourcing web</li>
<li>See full diff in <a
href="https://github.com/oban-bg/oban/compare/v2.19.0...v2.19.1">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 92a21ff commit 0ac464f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments