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 3 updates: ash, ash_sql and spark.

Updates ash from 3.5.42 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

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

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.93 to 0.3.0

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
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
  • See full diff in compare view

Updates spark from 2.3.4 to 2.3.5

Release notes

Sourced from spark's releases.

v2.3.5

Bug Fixes:

  • hoist validation and transformation to top of call chain. before, set_docs would be called on the un-transformed sections (#221) by marot

Improvements:

  • only store source location if :debug_info enabled (#222) by Jonatan Männchen

    • Note: you will potentially need to update your DSL tests. See the anno guide for more.
  • check spark_metadata presence in nested entities (#220) by Jonatan Männchen

  • Add DSL entity validation and transformation (#218) by marot

Changelog

Sourced from spark's changelog.

v2.3.5 (2025-09-29)

Bug Fixes:

  • hoist validation and transformation to top of call chain. before, set_docs would be called on the un-transformed sections (#221) by marot

Improvements:

  • only store source location if :debug_info enabled (#222) by Jonatan Männchen

    • Note: you will potentially need to update your DSL tests. See the anno guide for more.
  • check spark_metadata presence in nested entities (#220) by Jonatan Männchen

  • Add DSL entity validation and transformation (#218) by marot

Commits
  • 9694854 chore: release version v2.3.5
  • efa591a docs: debug_info documentation (#223)
  • aaf6384 improvement: only store source location if :debug_info enabled (#222)
  • 09c7037 improvement: check spark_metadata presence in nested entities (#220)
  • de3a957 fix: hoist validation and transformation to top of call chain. before, set_do...
  • 9bb40bc improvement: Add DSL entity validation and transformation (#218)
  • 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

Bumps the production-dependencies group with 3 updates: [ash](https://github.com/ash-project/ash), [ash_sql](https://github.com/ash-project/ash_sql) and [spark](https://github.com/ash-project/spark).


Updates `ash` from 3.5.42 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.42...v3.5.43)

Updates `ash_sql` from 0.2.93 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.93...v0.3.0)

Updates `spark` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/ash-project/spark/releases)
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v2.3.4...v2.3.5)

---
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: spark
  dependency-version: 2.3.5
  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
@zachdaniel zachdaniel merged commit 28862b1 into main Oct 2, 2025
63 of 64 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-69886ca19c branch October 2, 2025 03:19
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.

1 participant