team-alembic / ash_authentication_phoenix

Drop-in authentication support for Phoenix apps using AshAuthentication.
MIT License
52 stars 23 forks source link

chore(deps): bump ash from 3.0.0-rc.17 to 3.0.0-rc.18 #419

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps ash from 3.0.0-rc.17 to 3.0.0-rc.18.

Changelog

Sourced from ash's changelog.

v3.0.0-rc.18 (2024-04-10)

Bug Fixes:

  • swap the parameters in Ash.ToTenant.to_tenant/2 (#1003)

  • Ash.Reactor: crash when calling an ash reactor for the first time.

  • add context argument to before_action and after_action for read actions

  • add base case for Ash.Resource.Info.public_relationship/2 (#1000)

Improvements:

  • add ash.rollback mix task

  • add ash.rollback task

  • add config :ash, require_atomic_by_default?, false, for upgrading

  • support skip_unknown_inputs in Ash.bulk_create

Commits
  • eb5f732 chore: release version v3.0.0-rc.18
  • 8eb98bc fix: swap the parameters in Ash.ToTenant.to_tenant/2 (#1003)
  • 2f28bd9 chore: better use Ash.Resource options
  • 46ed97d improvement: add ash.rollback mix task
  • 4f26773 improvement: add ash.rollback task
  • 139058d fix(Ash.Reactor): crash when calling an ash reactor for the first time.
  • 1854880 improvement: add config :ash, require_atomic_by_default?, false, for upgrading
  • 5c70935 improvement: support skip_unknown_inputs in Ash.bulk_create
  • 25c1063 fix: add context argument to before_action and after_action for read actions
  • 95ecc51 fix: add base case for Ash.Resource.Info.public_relationship/2 (#1000)
  • 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 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)
dependabot[bot] commented 2 months ago

Looks like ash is up-to-date now, so this is no longer needed.