Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 2 updates#67

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/production-dependencies-f910820171
Closed

chore(deps): bump the production-dependencies group across 1 directory with 2 updates#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/production-dependencies-f910820171

Conversation

@dependabot
Copy link
Copy Markdown
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_postgres.

Updates ash from 3.5.40 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:

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_postgres from 2.6.19 to 2.6.20

Changelog

Sourced from ash_postgres's changelog.

v2.6.20 (2025-09-27)

Bug Fixes:

  • use :mutate repo for on_transaction_begin callback by Zach Daniel

Improvements:

  • location in spark errors and migration generator fixes by Zach Daniel

  • use default constraint of 'now()' for AshPostgres.Timestamptz (#621) by siassaj

Commits
  • ed3ff07 chore: release version v2.6.20
  • 7be8af4 chore: format
  • 03d26cb chore: more fixes around spark_metadata
  • a35894b improvement: location in spark errors and migration generator fixes
  • 702ce5e chore: update tests to account for warnings
  • 4021b73 chore: update spark & fix warnings
  • 36ccc75 improvement: use default constraint of 'now()' for AshPostgres.Timestamptz (#...
  • fefb612 chore: format
  • ee2d2f5 chore: remove ash installation step in ash_postgres
  • 53d2a95 fix: use :mutate repo for on_transaction_begin callback
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Oct 1, 2025
@dependabot dependabot bot force-pushed the dependabot/hex/production-dependencies-f910820171 branch from 1418635 to 63bd49d Compare October 10, 2025 19:31
…y with 2 updates

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


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

Updates `ash_postgres` from 2.6.19 to 2.6.20
- [Release notes](https://github.com/ash-project/ash_postgres/releases)
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.6.19...v2.6.20)

---
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_postgres
  dependency-version: 2.6.20
  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 force-pushed the dependabot/hex/production-dependencies-f910820171 branch from 63bd49d to a39028c Compare October 14, 2025 20:09
@zachdaniel
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 14, 2025
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-f910820171 branch October 14, 2025 20:52
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