Commit 61793dc
authored
build(deps): Bump exqlite from 0.37.0 to 0.38.0 in /elixir-orchestration (#170)
Bumps [exqlite](https://github.com/elixir-sqlite/exqlite) from 0.37.0 to
0.38.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/elixir-sqlite/exqlite/releases">exqlite's
releases</a>.</em></p>
<blockquote>
<h2>v0.38.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: finer-grained :mode support for Sqlite3.open (align with
sqlite3_open_v2) by <a
href="https://github.com/dl-alexandre"><code>@dl-alexandre</code></a>
in <a
href="https://redirect.github.com/elixir-sqlite/exqlite/pull/348">elixir-sqlite/exqlite#348</a></li>
<li>Update elixir and erlang versions for CI by <a
href="https://github.com/warmwaffles"><code>@warmwaffles</code></a> in
<a
href="https://redirect.github.com/elixir-sqlite/exqlite/pull/349">elixir-sqlite/exqlite#349</a></li>
<li>Attempt to bump precompile by <a
href="https://github.com/warmwaffles"><code>@warmwaffles</code></a> in
<a
href="https://redirect.github.com/elixir-sqlite/exqlite/pull/350">elixir-sqlite/exqlite#350</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/elixir-sqlite/exqlite/compare/v0.37.0...v0.38.0">https://github.com/elixir-sqlite/exqlite/compare/v0.37.0...v0.38.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/elixir-sqlite/exqlite/blob/main/CHANGELOG.md">exqlite's
changelog</a>.</em></p>
<blockquote>
<h2>v0.38.0</h2>
<ul>
<li>added: Finer-grained <code>:mode</code> support when opening
databases (e.g. <code>[:readwrite]</code> for read/write without
implicit CREATE, <code>[:readwrite, :create]</code>). The atom
<code>:readwrite</code> default is preserved for backward compatibility
(still creates if needed). This aligns the API more closely with
sqlite3_open_v2 flags. See <a
href="https://redirect.github.com/elixir-sqlite/exqlite/issues/347">#347</a>.</li>
<li>changed: Update sqlite to <code>3.53.3</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/4bcc84bba4afc0115830f5120342f996a99bcfab"><code>4bcc84b</code></a>
Bump to v0.38.0</li>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/8d601f59b3e2daf6cfca008ee80c79a4fb503c62"><code>8d601f5</code></a>
Update sqlite to v3.53.3</li>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/0f87e097ee55ed642e01280457762f882b821c15"><code>0f87e09</code></a>
Update readme</li>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/a69505d616a3f1517a433970b5914f70906f4581"><code>a69505d</code></a>
Add agents.md file</li>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/441d4f9afd9dffc58e583bf5b8f6c324b806fb43"><code>441d4f9</code></a>
Completely drop OTP 25 and elixir 1.14</li>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/e5fbde7ee554530af0d2712036b589f53ae85147"><code>e5fbde7</code></a>
Revert precompile bump and minimum elixir version bump</li>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/bf9a21ea85f19bb56969bf6bfca452dbc2cf5ae5"><code>bf9a21e</code></a>
Attempt to bump precompile (<a
href="https://redirect.github.com/elixir-sqlite/exqlite/issues/350">#350</a>)</li>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/69ebf86d298411b7af7f8ca8a48f4026fc13813f"><code>69ebf86</code></a>
Update elixir and erlang versions (<a
href="https://redirect.github.com/elixir-sqlite/exqlite/issues/349">#349</a>)</li>
<li><a
href="https://github.com/elixir-sqlite/exqlite/commit/aea0bea46934645c35d876aa1b5f723d40807472"><code>aea0bea</code></a>
feat: finer-grained :mode support for Sqlite3.open (<a
href="https://redirect.github.com/elixir-sqlite/exqlite/issues/348">#348</a>)</li>
<li>See full diff in <a
href="https://github.com/elixir-sqlite/exqlite/compare/v0.37.0...v0.38.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 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>1 parent e08aeb8 commit 61793dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments