Skip to content

Bump oban_web from 2.11.1 to 2.11.3 in /worker #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2025

Bumps oban_web from 2.11.1 to 2.11.3.

Changelog

Sourced from oban_web's changelog.

v2.11.3 - 2025-04-21

Bug Fixes

  • [Installer] Prevent compilation errors when igniter isn't installed.

v2.11.2 - 2025-04-21

Enhancements

  • [Installer] Add igniter powered oban_web installer.

    It's now possible to install oban_web with a single igniter command:

    mix igniter.install oban_web

    Or install oban and oban_web at the same time:

    mix igniter.install oban,oban_web
  • [Resolver] Pattern match on arg rather than checking for decorated annotation.

    Matching on term encoded arg is more accurate than checking for decorated metadata. This makes the default format_job_args compatible with workflow cascade jobs that don't have any arg set.

  • [Page] Upgrade bundled assets to use the Phoenix LiveView JavaScript version to v1.10

  • [Chart] Replace inline styles with tailwind classes to avoid inline style CSP warnings.

Commits
  • e2b9e58 Release v2.11.3
  • 42df953 Fixed the compilation error when Igniter is not installed (#122)
  • 638c8d3 Disable alias requirement in credo rules
  • 281ab03 Release v2.11.2
  • c75b493 Bump phoenix_live_view, igniter, and related deps
  • 4d841c6 Update the installation guide to show igniter task
  • 1285b2e Pattern match on arg rather than check decorated
  • ab04357 Add igniter powered oban_web installer (#116)
  • 0c26a00 Specify height as tailwind class on chart
  • a1dc3fe Replace inline style with tailwind class
  • 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.1 to 2.11.3.
- [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.1...v2.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Apr 22, 2025
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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants