Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2025

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

Updates ash from 3.5.2 to 3.5.3

Changelog

Sourced from ash's changelog.

v3.5.3 (2025-04-09)

Bug Fixes:

  • avoid defining default actions when actions w/ that name exist

  • use the notification logic from bulk update in create (#1951)

  • honor stream_options in read code interfaces

  • Fix filtering with aggregates refers calculation error (#1954)

  • properly provide the changeset to after action hooks

  • set calculation context in Ash.can

  • honor :* in skip_unknown_inputs in generic actions

  • honor action's skip_unknown_inputs in generic actions

  • set access_from in cascade_ (#1948)

  • maintain order of enum values (#1942)

  • carry context around to nested calculations better

  • fill templates in more necessary places

  • set tenant when building query in managed_relationships

Improvements:

  • optimize args handling in code interfaces

  • tasks for generating custom modules (#1940)

Commits
  • e0e060d chore: release version v3.5.3
  • 9a63a46 improvement: optimize args handling in code interfaces
  • 79f05b7 docs: fix use pins in custom_expression example
  • 6246ace chore: warn on too many related records found
  • 1edf64f docs: Add note to Code Interface guide that query can accept any args for `...
  • 016a90f fix: use the notification logic from bulk update in create (#1951)
  • 7ab8f60 chore: small potential optimizations in Ash.bulk_create
  • 0691129 chore: move common patterns to top in Ash.Can
  • 05a0bf4 fix: honor stream_options in read code interfaces
  • 659d044 fix: Fix filtering with aggregates refers calculation error (#1954)
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.66 to 0.2.67

Changelog

Sourced from ash_sql's changelog.

v0.2.67 (2025-04-09)

Bug Fixes:

  • we do need to set the binding, but can just give it a unique name

  • remove explicitly set binding.

Commits
  • 87775b3 chore: release version v0.2.67
  • 8e6a372 chore: format
  • 4bbb9bd fix: we do need to set the binding, but can just give it a unique name
  • e222632 fix: remove explicitly set binding.
  • d499868 chore(deps-dev): bump igniter in the dev-dependencies group (#119)
  • a920b52 chore(deps-dev): bump igniter in the dev-dependencies group (#116)
  • See full diff in compare view

Updates igniter from 0.5.43 to 0.5.44

Changelog

Sourced from igniter's changelog.

v0.5.44 (2025-04-09)

Bug Fixes:

  • handle list of arities in Igniter.Code.Function.function_call?/3

Improvements:

  • install private packages from hexpm (#157)

  • prevent infinitely looping install task

Commits
  • accf42b chore: release version v0.5.44
  • 6e59423 fix: handle list of arities in Igniter.Code.Function.function_call?/3
  • 41dd6cc chore: better logic around metadata when adding/replacing code
  • 4e290b4 chore: dialyzer
  • 2a6b898 chore: format
  • dd15d44 chore: can't currently fetch package versions
  • bdbc1e0 chore: fix typo from merge
  • 0fd1bbe improvement: install private packages from hexpm (#157)
  • 46d914c docs: Add spec for within (#265)
  • 6064b8b chore: format
  • 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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.5.2 to 3.5.3
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.5.2...v3.5.3)

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

Updates `igniter` from 0.5.43 to 0.5.44
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.5.43...v0.5.44)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-version: 0.2.67
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-version: 0.5.44
  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 Apr 10, 2025
@zachdaniel zachdaniel merged commit a913124 into main Apr 10, 2025
51 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-a6138f5658 branch April 10, 2025 18:14
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.

None yet

1 participant