Skip to content

Comments

Bump oban_web from 2.11.4 to 2.11.6#534

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/main/oban_web-2.11.6
Closed

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps oban_web from 2.11.4 to 2.11.6.

Changelog

Sourced from oban_web's changelog.

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

    The changes move CSS/JS assets from layouts into a dedicated plug module, enabling cached and immutable asset serving.

  • [Dashboard] Upgrade to Tailwind v4 with updated styles

  • [Dashboard] Add sidebar resizing with local persistence

    The sidebar can now be resized within a small range of sizes to compensate for long queue names or larger screens. The adjusted size is persisted as a setting within local storage, preserving it across reloads.

  • [Dashboard] Overhaul navigation for state retention between pages

    Page navigation uses patch rather than navigate to prevent re-mounting the dashboard. This was essential to retain sidebar changes during page transitions.

  • [Telemetry] Add queues to metadata of *_queues telemetry events

    Telemetry events for pause_queues, resume_queues, and stop_queues now include the selected queues.

Bug Fixes

  • [Router] Ensure the resolver module is loaded

    Optional resolver modules are now loaded before checking whether they export a function. This ensures functions are correctly identified, as they aren't automatically loaded locally by Elixir (unless eager module loading is turned on).

  • [Jobs] Display correct completed_at timestamp in details

    Completed jobs would show a relative time value that matched how long the job took rather than when it completed.

  • [Dashboard] Use history navigation for detail back buttons

... (truncated)

Commits
  • 9b00c94 Release v2.11.6
  • 4d4806e Extract current prefix for correct asset routing
  • 97be90b Release v2.11.5
  • 77202a1 Add queues to metadata of telemetry events
  • 87953c1 Overhaul resizing and page navigation for state
  • 4919fa4 Handle cli/listener deprecation warnings
  • 11da11c Add sidebar resizing with local persistence
  • e7435f9 Skip Oban.Pro.Migration when missing as well
  • 571ab8c Make oban_pro an optional dependency for dev/test
  • 17d182a Use history navigation for detail back buttons
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [oban_web](https://github.com/oban-bg/oban_web) from 2.11.4 to 2.11.6.
- [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.6)

---
updated-dependencies:
- dependency-name: oban_web
  dependency-version: 2.11.6
  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 Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Superseded by #558.

@dependabot dependabot bot closed this Feb 3, 2026
@dependabot dependabot bot deleted the dependabot/hex/main/oban_web-2.11.6 branch February 3, 2026 12:23
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