Skip to content

chore(deps): bump the production-dependencies group with 3 updates#143

Merged
zachdaniel merged 1 commit intomainfrom
dependabot/hex/production-dependencies-e1795b414e
Apr 17, 2025
Merged

chore(deps): bump the production-dependencies group with 3 updates#143
zachdaniel merged 1 commit intomainfrom
dependabot/hex/production-dependencies-e1795b414e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps the production-dependencies group with 3 updates: ash, ash_sql and igniter.

Updates ash from 3.4.70 to 3.5.0

Changelog

Sourced from ash's changelog.

v3.5.0 (2025-03-26)

Bug Fixes:

  • don't set accessing_from on lookups for managed relationships

This may be a breaking change for some cases, but ultimately we felt it was too confusing to leave as it was. The semantics of accessing_from meant that "all actions done as part of manage_relationship were allowed to be performed. This was the intended design, but made it easy to implement an authorization related bug. Specifcaly, the on_lookup behavior would set that context as well, potentially allowing a user to relate something to a resource that you did not intend them to be able to see.

Improvements:

  • add tenant() filter template expression (#1909)

  • Ash.Domain.Igniter.add_new_code_interface/5

  • add unsafe_to_atom? constraint for Ash.Type.Atom

  • support expr(exists(relation)) (#1912)

v3.4.73 (2025-03-25)

Bug Fixes:

  • use attribute names, not structs, for retaining ets update attrs

  • supply reactor with nil values for non-supplied arguments

v3.4.72 (2025-03-25)

Bug Fixes:

  • retain loaded fields on ETS data layer update

  • Fixes processing of manual bulk actions, with tests. (#1903)

  • Ensure batch_size is correctly set, return values are nil if not requested.

... (truncated)

Commits

Updates ash_sql from 0.2.62 to 0.2.66

Changelog

Sourced from ash_sql's changelog.

v0.2.66 (2025-03-26)

Bug Fixes:

  • set proper refs_at_path for exists queries

v0.2.65 (2025-03-26)

Bug Fixes:

  • call .to_tenant on the ash query, not the ecto query

v0.2.64 (2025-03-26)

Improvements:

  • use new fill_template fn (#115)

v0.2.63 (2025-03-25)

Bug Fixes:

  • handle embeds typed as json/jsonb/map
Commits
  • 1d99879 chore: release version v0.2.66
  • 3b2cf59 fix: set proper refs_at_path for exists queries
  • e7231df chore: release version v0.2.65
  • 5951fe8 fix: call .to_tenant on the ash query, not the ecto query
  • 98b6bda chore: release version v0.2.64
  • 56270aa improvement: use new fill_template fn (#115)
  • 3d4c53f chore: release version v0.2.63
  • ebce125 fix: handle embeds typed as json/jsonb/map
  • 35d892e chore(deps): bump ash in the production-dependencies group (#114)
  • See full diff in compare view

Updates igniter from 0.5.37 to 0.5.40

Changelog

Sourced from igniter's changelog.

v0.5.40 (2025-03-26)

Bug Fixes:

  • only display changing sources in puts_diff in test

Improvements:

  • more testing helpers

  • support error/warning/notice returns on updating files

v0.5.39 (2025-03-25)

Bug Fixes:

  • handler erlang style modules in function detection

  • igniter.upgrade crash on dependency declaration when only option is an atom (#257)

Improvements:

  • add Igniter.Code.Common.add_comment/2

  • add Igniter.Project.Config.configure_group/6

v0.5.38 (2025-03-21)

Bug Fixes:

  • handler erlang style modules in function detection
Commits
  • 005fbdc chore: release version v0.5.40
  • e162a32 improvement: more testing helpers
  • d07bdaa fix: only display changing sources in puts_diff in test
  • 790d961 chore: release version v0.5.39
  • 0610c03 chore: don't use a local dep
  • b9f7930 improvement: add Igniter.Code.Common.add_comment/2
  • 8d1d7cb chore: release version v0.5.38
  • 0e3e4e3 fix: handler erlang style modules in function detection
  • 58b70e4 fix: igniter.upgrade crash on dependency declaration when only option is an a...
  • 752e9aa build(deps): bump req in the production-dependencies group (#256)
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Mar 27, 2025
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 [igniter](https://github.com/ash-project/igniter).


Updates `ash` from 3.4.70 to 3.5.0
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits)

Updates `ash_sql` from 0.2.62 to 0.2.66
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.2.62...v0.2.66)

Updates `igniter` from 0.5.37 to 0.5.40
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.5.37...v0.5.40)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  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-e1795b414e branch from 6bf1cea to 0fa9c39 Compare April 17, 2025 13:54
@zachdaniel zachdaniel merged commit 070d3dc into main Apr 17, 2025
17 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-e1795b414e branch April 17, 2025 14:05
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