Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the production-dependencies group with 2 updates in the / directory: ash and ash_sql.

Updates ash from 3.5.31 to 3.5.37

Release notes

Sourced from ash's releases.

v3.5.37

Bug Fixes:

  • ensure that count tasks are always stopped by @​zachdaniel

  • Allow ^actor() in upsert_condition (#2297) by @​FugiTech

  • properly add aggregate with add_new_aggregate by @​zachdaniel

  • resolve variable swapping in authorizer reducer (#2296) by Jesse Williams

  • handle notification without set domain in telemetry spans (#2293) by @​vonagam

  • Use :unsafe_to_atom? constraint when casting stored atom values by Rutgerdj

  • add CompileError on duplicate Ash.Domain use by LambdaCalc

  • handle indexed maps when typecasting filter values by @​zachdaniel

  • deterministic partial evaluation by @​zachdaniel

  • ensure that unions stored with tags actually have their tags by @​zachdaniel

  • resolve warning about nil atomics by @​zachdaniel

  • typespec fix for typedstruct info module (#2286) by Matt Beanland

Improvements:

v3.5.36

Bug Fixes:

v3.5.35

Bug Fixes:

... (truncated)

Changelog

Sourced from ash's changelog.

v3.5.37 (2025-08-31)

Bug Fixes:

  • ensure that count tasks are always stopped by @​zachdaniel

  • Allow ^actor() in upsert_condition (#2297) by @​FugiTech

  • properly add aggregate with add_new_aggregate by @​zachdaniel

  • resolve variable swapping in authorizer reducer (#2296) by Jesse Williams

  • handle notification without set domain in telemetry spans (#2293) by @​vonagam

  • Use :unsafe_to_atom? constraint when casting stored atom values by Rutgerdj

  • add CompileError on duplicate Ash.Domain use by LambdaCalc

  • handle indexed maps when typecasting filter values by @​zachdaniel

  • deterministic partial evaluation by @​zachdaniel

  • ensure that unions stored with tags actually have their tags by @​zachdaniel

  • resolve warning about nil atomics by @​zachdaniel

  • typespec fix for typedstruct info module (#2286) by Matt Beanland

Improvements:

v3.5.36 (2025-08-21)

Bug Fixes:

v3.5.35 (2025-08-21)

Bug Fixes:

... (truncated)

Commits
  • 4895845 chore: release version v3.5.37
  • 0d42e62 fix: ensure that count tasks are always stopped
  • 4cd9771 fix: Allow ^actor() in upsert_condition (#2297)
  • 51da9a0 docs: Update actions.md (#2300)
  • 7e1816c docs: custom aggregate example (#2299)
  • a95228e fix: properly add aggregate with add_new_aggregate
  • 8167d6a docs: fix docs for generic actions change -> prepare
  • bbbd8ea fix: resolve variable swapping in authorizer reducer (#2296)
  • 164acdd fix: handle notification without set domain in telemetry spans (#2293)
  • d10bd59 fix: Use :unsafe_to_atom? constraint when casting stored atom values
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.87 to 0.2.92

Release notes

Sourced from ash_sql's releases.

v0.2.92

Bug Fixes:

  • retain joined relationships for distinct requirements by @​zachdaniel

v0.2.91

Bug Fixes:

v0.2.90

Bug Fixes:

  • Sanitize distinct in joins (#168) by @​jechol

  • don't distinct aggregate subqueries by @​zachdaniel

  • Expand distinct with sort order (#162) by Kenneth Kostrešević

Improvements:

v0.2.89

Bug Fixes:

v0.2.88

Bug Fixes:

... (truncated)

Changelog

Sourced from ash_sql's changelog.

v0.2.92 (2025-09-01)

Bug Fixes:

  • retain joined relationships for distinct requirements by @​zachdaniel

v0.2.91 (2025-08-31)

Bug Fixes:

v0.2.90 (2025-08-21)

Bug Fixes:

  • Sanitize distinct in joins (#168) by @​jechol

  • don't distinct aggregate subqueries by @​zachdaniel

  • Expand distinct with sort order (#162) by Kenneth Kostrešević

Improvements:

v0.2.89 (2025-07-25)

Bug Fixes:

v0.2.88 (2025-07-23)

Bug Fixes:

... (truncated)

Commits
  • 4c1c948 chore: release version v0.2.92
  • 782d161 fix: retain joined relationships for distinct requirements
  • 7974842 chore: release version v0.2.91
  • 53c8eea fix: handle case where sort is not set in bindings
  • df7a4e3 chore: release version v0.2.90
  • bc226b2 chore: update ash dependency
  • c71ea6f fix: Sanitize distinct in joins (#168)
  • 610679c fix: don't distinct aggregate subqueries
  • 67c15d3 chore: fixes for unrelated aggregates
  • 067c703 chore: properly wrap path
  • 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 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

…y with 2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [ash](https://github.com/ash-project/ash) and [ash_sql](https://github.com/ash-project/ash_sql).


Updates `ash` from 3.5.31 to 3.5.37
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.5.31...v3.5.37)

Updates `ash_sql` from 0.2.87 to 0.2.92
- [Release notes](https://github.com/ash-project/ash_sql/releases)
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.2.87...v0.2.92)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.5.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-version: 0.2.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 2, 2025
@zachdaniel zachdaniel merged commit 00c6228 into main Sep 2, 2025
21 of 22 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-cd6b129052 branch September 2, 2025 01:37
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.

2 participants