Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

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

Updates ash from 3.5.35 to 3.5.43

Release notes

Sourced from ash's releases.

v3.5.43

Bug Fixes:

  • cast value to type when requiring atomic attributes by @​zachdaniel

  • fix amnesia support for upsets by Dan Wanek

  • support top-level :shared key in Ash.Scope.ToOpts for Map (#2261) by James Harton

Improvements:

  • add bulk_create for Ash.DataLayer.Mnesia (#2336) by Dan Wanek

  • return errors from calculations with invalid expressions by @​zachdaniel

  • add source locations to a whole bunch of errors by @​zachdaniel

  • add location to primary key verifier by @​zachdaniel

  • add location for multitenancy verifier by @​zachdaniel

  • add location information for manage relationship transformer by @​zachdaniel

  • add location info for reserved field names transformer by @​zachdaniel

  • add location info for primary action transformer by @​zachdaniel

  • add location info for unique action name transformer by @​zachdaniel

  • implemented 'has' and 'intersects' functions (#2324) by Abdessabour Moutik

v3.5.42

Improvements:

v3.5.40

Bug Fixes:

... (truncated)

Changelog

Sourced from ash's changelog.

v3.5.43 (2025-09-28)

Bug Fixes:

  • cast value to type when requiring atomic attributes by @​zachdaniel

  • fix amnesia support for upsets by Dan Wanek

  • support top-level :shared key in Ash.Scope.ToOpts for Map (#2261) by James Harton

Improvements:

  • add bulk_create for Ash.DataLayer.Mnesia (#2336) by Dan Wanek

  • return errors from calculations with invalid expressions by @​zachdaniel

  • add source locations to a whole bunch of errors by @​zachdaniel

  • add location to primary key verifier by @​zachdaniel

  • add location for multitenancy verifier by @​zachdaniel

  • add location information for manage relationship transformer by @​zachdaniel

  • add location info for reserved field names transformer by @​zachdaniel

  • add location info for primary action transformer by @​zachdaniel

  • add location info for unique action name transformer by @​zachdaniel

  • implemented 'has' and 'intersects' functions (#2324) by Abdessabour Moutik

v3.5.42 (2025-09-20)

Improvements:

v3.5.41 (2025-09-20)

Bug Fixes:

... (truncated)

Commits
  • a3fa651 chore: release version v3.5.43
  • 0a510b2 fix: cast value to type when requiring atomic attributes
  • 87e29d9 improvement: add bulk_create for Ash.DataLayer.Mnesia (#2336)
  • fa90865 improvement: return errors from calculations with invalid expressions
  • 43f8d66 improvement: add source locations to a whole bunch of errors
  • 03c5c00 improvement: add location to primary key verifier
  • 98a1619 improvement: add location for multitenancy verifier
  • cb37599 improvement: add location information for manage relationship transformer
  • 14825ec improvement: add location info for reserved field names transformer
  • 838abf9 improvement: add location info for primary action transformer
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.90 to 0.3.0

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:

Changelog

Sourced from ash_sql's changelog.

v0.3.0 (2025-09-29)

Features:

Bug Fixes:

  • don't add unnecessary option to relationship_paths by @​zachdaniel

v0.2.93 (2025-09-19)

Bug Fixes:

v0.2.92 (2025-09-01)

Bug Fixes:

  • retain joined relationships for distinct requirements by @​zachdaniel

v0.2.91 (2025-08-31)

Bug Fixes:

Commits
  • fde4dbc chore: release version v0.3.0
  • 1cdff1b feat: implemented the SQL translation for Has/Intersects functions (#176)
  • 348912c fix: don't add unnecessary option to relationship_paths
  • 1ba48fc chore: release version v0.2.93
  • e07d291 fix: include all aggregates in joined query
  • 3cad640 fix: handle arrays from get_path calls
  • 8ce3982 fix: use ? operator for in in jsonb extract case
  • 7866120 fix: match on 4-tuple case for composite types
  • 37a73a3 fix: properly add parent referenced aggregates while joining
  • a7acd77 fix: properly avoid duplicate distincts applied to queries
  • Additional commits viewable in compare view

Updates ecto from 3.13.2 to 3.13.3

Changelog

Sourced from ecto's changelog.

v3.13.3 (2025-09-19)

Enhancements

  • [Ecto.Query] Accept a list of things to exclude in exclude

Bug fixes

  • [Ecto.Query] Allow 2-arity functions as preload function in query
  • [Ecto.Query] Remove soft deprecated literal warning
  • [Ecto.Schema] Do not consider space and newlines as empty for binary types
Commits

Updates igniter from 0.6.28 to 0.6.30

Release notes

Sourced from igniter's releases.

v0.6.30

Bug Fixes:

  • don't silently ignore certain errors during spinners by Zach Daniel

  • don't display "temporarily adding igniter" when we aren't by Zach Daniel

Changelog

Sourced from igniter's changelog.

v0.6.30 (2025-09-25)

Bug Fixes:

  • don't silently ignore certain errors during spinners by Zach Daniel

  • don't display "temporarily adding igniter" when we aren't by Zach Daniel

v0.6.29 (2025-09-20)

Bug Fixes:

  • prevent duplicate 'live' directories for modules with Live namespace (#330) by Matthew Sinclair

  • prevent duplicate 'live' directories for modules with Live namespace by Matthew Sinclair

Improvements:

  • add delay_task to run tasks at the end by Zach Daniel
Commits
  • 928f586 chore: release version v0.6.30
  • 78c00b1 fix: don't silently ignore certain errors during spinners
  • 7508897 chore: release version v0.6.29
  • 69ba2ac chore: remove beacon from projects list for now
  • 04bae76 improvement: add delay_task to run tasks at the end
  • c3f2011 fix: prevent duplicate 'live' directories for modules with Live namespace (#330)
  • 961b665 chore: update igniter
  • See full diff 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 4 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.35 to 3.5.43
- [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.35...v3.5.43)

Updates `ash_sql` from 0.2.90 to 0.3.0
- [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.90...v0.3.0)

Updates `ecto` from 3.13.2 to 3.13.3
- [Release notes](https://github.com/elixir-ecto/ecto/releases)
- [Changelog](https://github.com/elixir-ecto/ecto/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/ecto@v3.13.2...v3.13.3)

Updates `igniter` from 0.6.28 to 0.6.30
- [Release notes](https://github.com/ash-project/igniter/releases)
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.6.28...v0.6.30)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.5.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ecto
  dependency-version: 3.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-version: 0.6.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Oct 1, 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