ash_state_machine icon indicating copy to clipboard operation
ash_state_machine copied to clipboard

chore(deps): bump ash from 3.5.9 to 3.5.10 in the production-dependencies group

Open dependabot[bot] opened this issue 6 months ago • 1 comments

Bumps the production-dependencies group with 1 update: ash.

Updates ash from 3.5.9 to 3.5.10

Changelog

Sourced from ash's changelog.

v3.5.10 (2025-05-15)

Bug Fixes:

  • ensure field policies are logged on success

  • various additional fixes for bulk action input ordering

  • Fix batch order of bulk_create (#2027)

  • make lazy_init? a callback so it can be checked on new types

  • don't raise error when no policies apply to request

  • ensure tenant is set on bulk created records.

  • don't try to cast input before cast atomic

  • properly prevent embedded attribute updates in atomics

  • preserve validation messages in non-atomic-bulk-update validations

  • add types for times operator

  • properly handle pre-expanded newtype constraints

  • shortcircuit queries properly

  • only print topic if present (#2013)

Improvements:

  • support :time_usec (#2023)

  • support limit on has_many relationships (#2016)

Commits
  • 06b05fb chore: release version v3.5.10
  • 62fa765 chore: add small example of expr calc
  • aea929e fix: ensure field policies are logged on success
  • f6abe15 test: fix tests that weren't running
  • d78909f fix: various additional fixes for bulk action input ordering
  • 7d1e60b fix: Fix batch order of bulk_create (#2027)
  • 7def9ff fix: make lazy_init? a callback so it can be checked on new types
  • 827564f test: add some tests for sorts
  • d437043 fix: don't raise error when no policies apply to request
  • 7881cc1 fix: ensure tenant is set on bulk created records.
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

dependabot[bot] avatar May 15 '25 15:05 dependabot[bot]

@dependabot rebase

zachdaniel avatar May 16 '25 00:05 zachdaniel