Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump oban_web from 2.11.0 to 2.11.1 (#1893)
Bumps [oban_web](https://github.com/oban-bg/oban_web) from 2.11.0 to 2.11.1. <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.1 — 2025-02-06</h2> <h3>Enhancements</h3> <ul> <li> <p>[Layout] Display Oban.Met version in layout footer</p> <p>The Met version is highly relevant to how Web behaves. This also refactors the version display for reuse with consistent conditionals.</p> </li> <li> <p>[Layout] Only show Pro version number when available.</p> <p>The version footer shows that Pro isn't available rather than showing a <code>v</code> followed by a blank space.</p> </li> <li> <p>[Jobs] Auto-complete worker priorities from 0 to 9</p> <p>Priority completion only matched values from 0..3, but the full range is 0..9.</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[Jobs] Preserve quotes in <code>args</code> and <code>meta</code> searches.</p> <p>Parsing would strip quotes from args and meta queries. This prevented quoted numeric vaalues to be treated as integers. Now quotes are preserved for <code>args</code> and <code>meta</code>, just as they are for other qualifiers.</p> </li> <li> <p>[Queue Details] Eliminate duplicate id warnings for inputs in queue details.</p> <p>The latest live_view alerts when nodes in a view have conflicting ids, which caught a number of instances on the queue details page.</p> </li> <li> <p>[Queues] Fix duplicate ids for nodes and queues in sidebar.</p> </li> <li> <p>[Search] Correct assigns typo in search component handler.</p> <p>The key is <code>assigns</code>, not <code>asigns</code>.</p> </li> <li> <p>[Resolver] Fix resolver access typespec.</p> <p>Access options must be a keyword list with boolean values, not just a list of option atoms.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oban-bg/oban_web/commit/a91d95984714ffa726572e1e04de14c77ad3fca1"><code>a91d959</code></a> Release v2.11.1</li> <li><a href="https://github.com/oban-bg/oban_web/commit/9630d7d11c3af9211c7c827a151352c08c8fb719"><code>9630d7d</code></a> Handle duplicate id warnings for queue details</li> <li><a href="https://github.com/oban-bg/oban_web/commit/b920e1e13c4ac157b931fb3040db9f6ca3ad519f"><code>b920e1e</code></a> Bump live_view, ex_doc, and related packages</li> <li><a href="https://github.com/oban-bg/oban_web/commit/405cd2d83edaf75ec14517593e796434a598bced"><code>405cd2d</code></a> Skip additional json expansion tests for myxql</li> <li><a href="https://github.com/oban-bg/oban_web/commit/e704331a82e2a13b29650518b10bb35c02d94b04"><code>e704331</code></a> Complete worker priorities from 0 to 9 (<a href="https://redirect.github.com/oban-bg/oban_web/issues/109">#109</a>)</li> <li><a href="https://github.com/oban-bg/oban_web/commit/8f4d40f65fb77941746994aa05f84573b06227e5"><code>8f4d40f</code></a> Preserve quotes in args and meta searches</li> <li><a href="https://github.com/oban-bg/oban_web/commit/13cd9d796bbe99b8af260e790581133fb13b69d7"><code>13cd9d7</code></a> Remove json_library override for config</li> <li><a href="https://github.com/oban-bg/oban_web/commit/62023be61c138a5eaef9e54fa71235155cdd51a1"><code>62023be</code></a> Fix duplicate ids for nodes and queues in sidebar (<a href="https://redirect.github.com/oban-bg/oban_web/issues/107">#107</a>)</li> <li><a href="https://github.com/oban-bg/oban_web/commit/ab25cf8ec08f0cb2bb701c2208161fc79458e9e4"><code>ab25cf8</code></a> Correct assigns typo in search component handler</li> <li><a href="https://github.com/oban-bg/oban_web/commit/981e9cf80f7e539bbb1462df845347fc8c9d1df4"><code>981e9cf</code></a> Consistently use Oban.JSON for all encoding</li> <li>Additional commits viewable in <a href="https://github.com/oban-bg/oban_web/compare/v2.11.0...v2.11.1">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.0&new-version=2.11.1)](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>
- Loading branch information