Skip to content

Bump oban_web from 2.11.4 to 2.11.7#558

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/main/oban_web-2.11.7
Open

Bump oban_web from 2.11.4 to 2.11.7#558
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/main/oban_web-2.11.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps oban_web from 2.11.4 to 2.11.7.

Changelog

Sourced from oban_web's changelog.

v2.11.7 - 2026-01-22

Enhancements

  • [Router] Add configurable :logo_path option for dashboard

    Allow users to customize where the Oban logo links to by passing a :logo_path option to the oban_dashboard/1 router helper. When provided, the logo will link to the specified path instead of the default jobs page.

  • [Query] Help query planner with value rather than subquery

    Since the condition uses a result of an inner query, database can't reliably estimate that it's worth to use an index. It "thinks" that many rows will be returned in result and decides to use a sequential scan.

    However, when a specific value is provided, database can use the collected statistics to come up with a better plan and use the index.

Bug Fixes

  • [Jobs] Escape regex match in search highlighting to prevent exceptions

    Unescaped values would crash the LiveView process rather than gracefully returning no matches.

  • [Dashboard] Refactor inline styles to include CSP nonces

    Avoid CSP warnings for inline styles used to control the sidebar.

  • [Dashboard] Respect custom variant for applying dark mode

    Additional configuration is required to manually apply dark mode after upgrading to Tailwind 4.

  • [Jobs] Correct detail background color for dark modes

v2.11.6 - 2025-10-24

Bug Fixes

  • [Dashboard] Extract current prefix for correct asset routing

    The prefix was mistakenly hard coded to /oban, which broke the dashboard for any non-standard paths. Now the value is extracted from the live view session.

v2.11.5 - 2025-10-23

Enhancements

  • [Dashboard] Extract CSS and JS assets into dedicated plug module

... (truncated)

Commits
  • 8cfad39 Release v2.11.7
  • 911c358 Help query planner with value rather than subquery (#155)
  • a40cec2 Escape regex match in highlight function to prevent errors (#156)
  • ec10e84 Add guide on how to limit access with a resolver
  • 8cb8c9b Refactor inline styles to include CSP nonces (#151)
  • 068df0f Add configurable :logo_path option for dashboard
  • c99771b Bump actions/checkout from 5 to 6 (#147)
  • f10aa62 Fix distributed typo in the overview (#146)
  • 3ea39cc Respect custom variant for applying dark mode
  • 7d813cd Correct detail background color for dark modes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [oban_web](https://github.com/oban-bg/oban_web) from 2.11.4 to 2.11.7.
- [Release notes](https://github.com/oban-bg/oban_web/releases)
- [Changelog](https://github.com/oban-bg/oban_web/blob/main/CHANGELOG.md)
- [Commits](oban-bg/oban_web@v2.11.4...v2.11.7)

---
updated-dependencies:
- dependency-name: oban_web
  dependency-version: 2.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Labels

The following labels could not be found: mix. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants