Skip to content

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

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
Mar 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates ash from 3.4.67 to 3.4.68

Changelog

Sourced from ash's changelog.

v3.4.68 (2025-03-11)

Bug Fixes:

  • init nested types in map/keyword/struct types

  • properly handle change with where validations in bulk (#1843)

  • properly construct parent_stack for loaded relationships

  • update context tenant from changeset for each change (#1837)

Improvements:

  • allow manual reads return full_count for pagination

  • validate action types in Ash functions

Commits
  • 557cbf5 chore: release version v3.4.68
  • 946470e ci: try setting config for audit step too
  • a3541e9 chore: remove removed ci step again
  • 56a3cb3 chore: remove removed dep
  • f3f8663 ci: remove explicit deps get step
  • c508e1c ci: add erlang version
  • 8fe4409 ci: add in missing checkout
  • d8fb2ac ci: remove invalid step reference
  • 08f0fe5 ci: install elixir version
  • 1d2d078 ci: add elixir-version option
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.60 to 0.2.61

Changelog

Sourced from ash_sql's changelog.

v0.2.61 (2025-03-11)

Bug Fixes:

  • don't use embedded resources as expressions

  • hydrate aggregate expressions at the target

Commits
  • 2de3061 chore: release version v0.2.61
  • ae3fd2c fix: don't use embedded resources as expressions
  • 34e6c9d chore(deps-dev): bump the dev-dependencies group with 2 updates (#108)
  • de472b0 chore(deps): bump ash in the production-dependencies group (#107)
  • 5c16d3c fix: hydrate aggregate expressions at the target
  • See full diff in compare view

Updates igniter from 0.5.31 to 0.5.35

Changelog

Sourced from igniter's changelog.

v0.5.35 (2025-03-12)

Bug Fixes:

  • don't use Application.app_dir as the app may not be running yet

v0.5.34 (2025-03-12)

Bug Fixes:

  • ensure composed installers happen first

v0.5.33 (2025-03-11)

Bug Fixes:

  • add backwards compatibility function for relative_to_cwd

  • trim package install list to handle edge case

  • installer: handle --with-args="string" syntax

Improvements:

  • Add :placement option to Phoenix.add_scope/4 and Phoenix.append_to_scope/4 (#251)

  • add mix igniter.remove dep1 dep2 task

  • add assert_has_task test helper

v0.5.32 (2025-03-08)

Bug Fixes:

  • properly replace _ with - in task group names
Commits
  • 9d62cc4 chore: release version v0.5.35
  • 557ac2f fix: don't use Application.app_dir as the app may not be running yet
  • 173e721 chore: release version v0.5.34
  • 43ce905 fix: ensure composed installers happen first
  • bb155f0 chore: release version v0.5.33
  • 72ff906 fix: add backwards compatibility function for relative_to_cwd
  • 36d5631 chore: only build docs/release on primary matrix element
  • 0504437 ci: update CI versions
  • 75f2da8 chore: update otp flag
  • d92c5be ci: use otp 25?
  • 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

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.67 to 3.4.68
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.67...v3.4.68)

Updates `ash_sql` from 0.2.60 to 0.2.61
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.2.60...v0.2.61)

Updates `igniter` from 0.5.31 to 0.5.35
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.5.31...v0.5.35)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Mar 13, 2025
@zachdaniel zachdaniel merged commit c14c160 into main Mar 13, 2025
48 of 51 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-3e850c935c branch March 13, 2025 10:26
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