Skip to content

Commit a2ebdf9

Browse files
Bump oban_web from 2.11.3 to 2.11.4 (#2250)
Bumps [oban_web](https://github.com/oban-bg/oban_web) from 2.11.3 to 2.11.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oban-bg/oban_web/releases">oban_web's releases</a>.</em></p> <blockquote> <h2>v2.11.4</h2> <h3>Enhancements</h3> <ul> <li> <p>[Connectivity] Consider metric checks for disconnected status.</p> <p>The connectivity status is now determined by <code>Met</code> output as well as pubsub connectivity. This should make it easier to identify metric issues on solo nodes, e.g. in dev or a staging environment.</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[Dashboard] Read phoenix js assets at compile time.</p> <p>Stop bundling phoenix and liveview assets. Instead, read them at compile time and concatenate with app js.</p> </li> <li> <p>[Search] Trim strings when splitting to parse integers.</p> <p>This prevents &quot;not a textual representation of an integer&quot; errors when splitting on a comma with an empty string.</p> </li> <li> <p>[Search] Move all regexes out of module attributes.</p> <p>Regexes aren't allowed in module attributes as of OTP 28. This moves them inline rather than hoisted at the top of the module.</p> </li> <li> <p>[Sidebar] Fix column header mismatch in sidebar.</p> <p>The headers and values in the sidebar were misaligned and showed the wrong values.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oban-bg/oban_web/blob/main/CHANGELOG.md">oban_web's changelog</a>.</em></p> <blockquote> <h2>v2.11.4 - 2025-07-31</h2> <h3>Enhancements</h3> <ul> <li> <p>[Connectivity] Consider metric checks for disconnected status.</p> <p>The connectivity status is now determined by <code>Met</code> output as well as pubsub connectivity. This should make it easier to identify metric issues on solo nodes, e.g. in dev or a staging environment.</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[Dashboard] Read phoenix js assets at compile time.</p> <p>Stop bundling phoenix and liveview assets. Instead, read them at compile time and concatenate with app js.</p> </li> <li> <p>[Search] Trim strings when splitting to parse integers.</p> <p>This prevents &quot;not a textual representation of an integer&quot; errors when splitting on a comma with an empty string.</p> </li> <li> <p>[Search] Move all regexes out of module attributes.</p> <p>Regexes aren't allowed in module attributes as of OTP 28. This moves them inline rather than hoisted at the top of the module.</p> </li> <li> <p>[Sidebar] Fix column header mismatch in sidebar.</p> <p>The headers and values in the sidebar were misaligned and showed the wrong values.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oban-bg/oban_web/commit/563f3fb20fd357a3e344c4b26553d8be8b117113"><code>563f3fb</code></a> Release v2.11.4</li> <li><a href="https://github.com/oban-bg/oban_web/commit/403bba6f680962d63e4f79e0b8e499bc156d7cd9"><code>403bba6</code></a> Read phoenix js assests at compile time</li> <li><a href="https://github.com/oban-bg/oban_web/commit/f718ad979eead50393e4ec6d87586fb11dc671ad"><code>f718ad9</code></a> Trim strings when splitting to parse ints</li> <li><a href="https://github.com/oban-bg/oban_web/commit/b143f9b1e99f7905dbfe5e77cf49754cc4e4b0d2"><code>b143f9b</code></a> Consider metric checks for disconnected status</li> <li><a href="https://github.com/oban-bg/oban_web/commit/1b391e0fb0c6a38a5abf15b3d2a1611e1088cb54"><code>1b391e0</code></a> Upgrade all packages within constraints</li> <li><a href="https://github.com/oban-bg/oban_web/commit/3d9f986645c231b2c55077f91426e173ed5892f6"><code>3d9f986</code></a> Move all regexes out of module attributes</li> <li><a href="https://github.com/oban-bg/oban_web/commit/6b8d45e110e651baccb50300891262b5fe34d061"><code>6b8d45e</code></a> Run pro migrations for the private schema</li> <li><a href="https://github.com/oban-bg/oban_web/commit/dd9892e80e791824fb3d0bebd4455218693a410e"><code>dd9892e</code></a> Include :stop_queues in resolver actions</li> <li><a href="https://github.com/oban-bg/oban_web/commit/491c5436a49df7026b62fc775e8f9a2dd3ac4cf5"><code>491c543</code></a> Update overview.md (<a href="https://redirect.github.com/oban-bg/oban_web/issues/126">#126</a>)</li> <li><a href="https://github.com/oban-bg/oban_web/commit/40ba39ef7809baa56c53738d186518b6fb18fa90"><code>40ba39e</code></a> Fix column header mismatch in sidebar (<a href="https://redirect.github.com/oban-bg/oban_web/issues/123">#123</a>)</li> <li>See full diff in <a href="https://github.com/oban-bg/oban_web/compare/v2.11.3...v2.11.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oban_web&package-manager=hex&previous-version=2.11.3&new-version=2.11.4)](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> Co-authored-by: Nate Shoemaker <[email protected]>
1 parent b1fb373 commit a2ebdf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"o11y": {:hex, :o11y, "0.2.10", "bce4ab17881c4fd0bb4d7a2c8aa78273693a5f036d8f94eeb1fc6af61c750f4d", [:mix], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}, {:ecto, "~> 3.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:opentelemetry_api, "~> 1.4", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}], "hexpm", "75e3f6e8905c02b921a66836857060203e7e5bf4a98e09cd7d0e9bbde07db1f9"},
7979
"oauth2": {:hex, :oauth2, "2.1.0", "beb657f393814a3a7a8a15bd5e5776ecae341fd344df425342a3b6f1904c2989", [:mix], [{:tesla, "~> 1.5", [hex: :tesla, repo: "hexpm", optional: false]}], "hexpm", "8ac07f85b3307dd1acfeb0ec852f64161b22f57d0ce0c15e616a1dfc8ebe2b41"},
8080
"oban": {:hex, :oban, "2.19.4", "045adb10db1161dceb75c254782f97cdc6596e7044af456a59decb6d06da73c1", [:mix], [{:ecto_sql, "~> 3.10", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:ecto_sqlite3, "~> 0.9", [hex: :ecto_sqlite3, repo: "hexpm", optional: true]}, {:igniter, "~> 0.5", [hex: :igniter, repo: "hexpm", optional: true]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: true]}, {:myxql, "~> 0.7", [hex: :myxql, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.16", [hex: :postgrex, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "5fcc6219e6464525b808d97add17896e724131f498444a292071bf8991c99f97"},
81-
"oban_met": {:hex, :oban_met, "1.0.2", "6a94e0711f70ad4dded62309e103cd85f3500bf6de7bfd5234fc20fb7121b870", [:mix], [{:oban, "~> 2.19", [hex: :oban, repo: "hexpm", optional: false]}], "hexpm", "e9103a9f3ad5a1751143b490b1ee572855a93956ad958b119ccee62c70984473"},
82-
"oban_web": {:hex, :oban_web, "2.11.3", "dc4991263fae8ce21391ebcaebfc0a144ef434bf65f0a9fdafc2dd00424069b8", [:mix], [{:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:oban, "~> 2.19", [hex: :oban, repo: "hexpm", optional: false]}, {:oban_met, "~> 1.0", [hex: :oban_met, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.7", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 3.3 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_live_view, "~> 1.0", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}, {:phoenix_pubsub, "~> 2.1", [hex: :phoenix_pubsub, repo: "hexpm", optional: false]}], "hexpm", "ec414e84cc283c3a06309a1167428a7ece0a5cc179c92b835b77c878278adf9b"},
81+
"oban_met": {:hex, :oban_met, "1.0.3", "ea8f7a4cef3c8a7aef3b900b4458df46e83508dcbba9374c75dd590efda7a32a", [:mix], [{:oban, "~> 2.19", [hex: :oban, repo: "hexpm", optional: false]}], "hexpm", "23db1a0ee58b93afe324b221530594bdf3647a9bd4e803af762c3e00ad74b9cf"},
82+
"oban_web": {:hex, :oban_web, "2.11.4", "49e92e131a1d5946b6c2669e24fcc094d3c36fe431c776969b7c3a1f2e258ccd", [:mix], [{:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:oban, "~> 2.19", [hex: :oban, repo: "hexpm", optional: false]}, {:oban_met, "~> 1.0", [hex: :oban_met, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.7", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 3.3 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_live_view, "~> 1.0", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}, {:phoenix_pubsub, "~> 2.1", [hex: :phoenix_pubsub, repo: "hexpm", optional: false]}], "hexpm", "deb38825311f53cee5fc89c3ea78e0a2a60095b63643517649f76fb5563031db"},
8383
"open_api_spex": {:hex, :open_api_spex, "3.21.5", "ff0c7fe5ceff9a56b9b0bb5a6dcfb7bc96e8afc563a3bef6ae91927de4d38b8e", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:plug, "~> 1.7", [hex: :plug, repo: "hexpm", optional: false]}, {:poison, "~> 3.0 or ~> 4.0 or ~> 5.0 or ~> 6.0", [hex: :poison, repo: "hexpm", optional: true]}, {:ymlr, "~> 2.0 or ~> 3.0 or ~> 4.0 or ~> 5.0", [hex: :ymlr, repo: "hexpm", optional: true]}], "hexpm", "bd83c8f462222236fa85044098ba3bf57f7b7d7fd5286e6bc0060c7916f7c0d8"},
8484
"open_telemetry_decorator": {:hex, :open_telemetry_decorator, "1.5.10", "dc762507bb597835d58154d4f78c19acf75d1a38c807be11874c37ad868c2065", [:mix], [{:decorator, "~> 1.4", [hex: :decorator, repo: "hexpm", optional: false]}, {:o11y, "~> 0.2", [hex: :o11y, repo: "hexpm", optional: false]}, {:opentelemetry_api, "~> 1.4", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}], "hexpm", "50743b251fbe718dcc66125ade6e601f7c418e2fffc6c3996e32395ade696fe1"},
8585
"opentelemetry": {:hex, :opentelemetry, "1.5.0", "7dda6551edfc3050ea4b0b40c0d2570423d6372b97e9c60793263ef62c53c3c2", [:rebar3], [{:opentelemetry_api, "~> 1.4", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}], "hexpm", "cdf4f51d17b592fc592b9a75f86a6f808c23044ba7cf7b9534debbcc5c23b0ee"},

0 commit comments

Comments
 (0)