ash_state_machine
ash_state_machine copied to clipboard
chore(deps): bump ash from 3.5.9 to 3.5.10 in the production-dependencies group
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 typesdon'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:
Commits
06b05fbchore: release version v3.5.1062fa765chore: add small example of expr calcaea929efix: ensure field policies are logged on successf6abe15test: fix tests that weren't runningd78909ffix: various additional fixes for bulk action input ordering7d1e60bfix: Fix batch order of bulk_create (#2027)7def9fffix: makelazy_init?a callback so it can be checked on new types827564ftest: add some tests for sortsd437043fix: don't raise error when no policies apply to request7881cc1fix: ensure tenant is set on bulk created records.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 rebase