Skip to content

Commit 61793dc

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=exqlite&package-manager=hex&previous-version=0.37.0&new-version=0.38.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 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

File tree

elixir-orchestration/mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ex_doc": {:hex, :ex_doc, "0.40.3", "4a972ffe64bc07dc605af487e98fc19b72a4185f55ca031b94c0552d6071c1d9", [:mix], [{:earmark_parser, "~> 1.4.44", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_c, ">= 0.1.0", [hex: :makeup_c, repo: "hexpm", optional: true]}, {:makeup_elixir, "~> 0.14 or ~> 1.0", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1 or ~> 1.0", [hex: :makeup_erlang, repo: "hexpm", optional: false]}, {:makeup_html, ">= 0.1.0", [hex: :makeup_html, repo: "hexpm", optional: true]}], "hexpm", "2756e357742fecd9749b489b85d67c9ce99c465f2e75728d9e6dc8d704b973de"},
1919
"ex_machina": {:hex, :ex_machina, "2.8.0", "a0e847b5712065055ec3255840e2c78ef9366634d62390839d4880483be38abe", [:mix], [{:ecto, "~> 2.2 or ~> 3.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:ecto_sql, "~> 3.0", [hex: :ecto_sql, repo: "hexpm", optional: true]}], "hexpm", "79fe1a9c64c0c1c1fab6c4fa5d871682cb90de5885320c187d117004627a7729"},
2020
"excoveralls": {:hex, :excoveralls, "0.18.5", "e229d0a65982613332ec30f07940038fe451a2e5b29bce2a5022165f0c9b157e", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "523fe8a15603f86d64852aab2abe8ddbd78e68579c8525ae765facc5eae01562"},
21-
"exqlite": {:hex, :exqlite, "0.37.0", "701e7e02679e8c1bb6da331ea93d83b481c714b0831e82e2f8a73375b3d93a9e", [:make, :mix], [{:cc_precompiler, "~> 0.1", [hex: :cc_precompiler, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.8", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:table, "~> 0.1.0", [hex: :table, repo: "hexpm", optional: true]}], "hexpm", "a44816dd0d234fba68c47a3609af61d306d24ef517a89bfaee4d6a811792d913"},
21+
"exqlite": {:hex, :exqlite, "0.38.0", "324bca1d9b26d34b02ea64bd3724302a7d11978c682bc4a945186aeae7f61adb", [:make, :mix], [{:cc_precompiler, "~> 0.1", [hex: :cc_precompiler, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.8", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:table, "~> 0.1.0", [hex: :table, repo: "hexpm", optional: true]}], "hexpm", "f3da7b6e7b08bd548c33a118890d0eb8c5395fe093b31c8b329663234d0e988e"},
2222
"file_system": {:hex, :file_system, "1.1.1", "31864f4685b0148f25bd3fbef2b1228457c0c89024ad67f7a81a3ffbc0bbad3a", [:mix], [], "hexpm", "7a15ff97dfe526aeefb090a7a9d3d03aa907e100e262a0f8f7746b78f8f87a5d"},
2323
"finch": {:hex, :finch, "0.23.0", "e3f9287ac25a8832f848b144c2b57346aac65b205e2e0629a52adfe6507fd837", [:mix], [{:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.8", [hex: :mint, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.4 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:nimble_pool, "~> 1.1", [hex: :nimble_pool, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "80e58d3f936f57e3fdf404f83a3642897ae6d9fb642934e46da4d8fe761b99d5"},
2424
"horde": {:hex, :horde, "0.10.0", "31c6a633057c3ec4e73064d7b11ba409c9f3c518aa185377d76bee441b76ceb0", [:mix], [{:delta_crdt, "~> 0.6.2", [hex: :delta_crdt, repo: "hexpm", optional: false]}, {:libring, "~> 1.7", [hex: :libring, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:telemetry_poller, "~> 0.5.0 or ~> 1.0", [hex: :telemetry_poller, repo: "hexpm", optional: false]}], "hexpm", "0b51c435cb698cac9bf9c17391dce3ebb1376ae6154c81f077fc61db771b9432"},

0 commit comments

Comments
 (0)