Skip to content

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

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
May 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2025

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

Updates ash from 3.5.8 to 3.5.9

Changelog

Sourced from ash's changelog.

v3.5.9 (2025-05-06)

Bug Fixes:

  • shortcircuit queries properly

  • ensure that context is set on authorizers in nested field policies

  • accept private_arguments option in the same way as defaults in generators

  • handle case where atomic change isn't cleared when converted to static

  • handle case where atomic condition isn't applied to generated validations

Improvements:

  • normalize authorizer context in more locations

  • aggressively prune ets logs while retaining important info

  • combination queries (#2009)

Commits
  • b6a8ed4 chore: release version v3.5.9
  • dc2220e fix: shortcircuit queries properly
  • b985c8a docs: add typespecs to Ash.UUID
  • a57777c fix: ensure that context is set on authorizers in nested field policies
  • 5216180 improvement: normalize authorizer context in more locations
  • 94350d2 improvement: aggressively prune ets logs while retaining important info
  • ef0a519 chore: small fixes for combinations
  • acba44b chore: use correct context
  • 7dddc0c chore: remove incorrect reference
  • 9b60f3a fix: accept private_arguments option in the same way as defaults in gener...
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.74 to 0.2.75

Changelog

Sourced from ash_sql's changelog.

v0.2.75 (2025-05-06)

Bug Fixes:

  • use higher start bindings to avoid shadowing (#133)

  • fix calculation remapping post-distinct

Improvements:

  • support combination queries (#131)

  • support combination queries

  • Support rem through fragment (#130)

Commits
  • bae4024 chore: release version v0.2.75
  • fd9253b fix: use higher start bindings to avoid shadowing (#133)
  • 6a8fd85 fix: fix calculation remapping post-distinct
  • 4cc9f2a improvement: support combination queries (#131)
  • 7bfd1b8 improvement: Support rem through fragment (#130)
  • 4895b17 chore(deps): bump ash in the production-dependencies group (#128)
  • 2fe0ef9 chore(deps-dev): bump igniter in the dev-dependencies group (#129)
  • See full diff in compare view

Updates igniter from 0.5.49 to 0.5.50

Changelog

Sourced from igniter's changelog.

v0.5.50 (2025-05-01)

Bug Fixes:

  • don't try to inspect functions in test helpers
Commits
  • dde65a1 chore: release version v0.5.50
  • 6642639 fix: don't try to inspect functions in test helpers
  • 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 May 8, 2025
@dependabot dependabot bot force-pushed the dependabot/hex/production-dependencies-8bf92df065 branch from b3049e8 to 88c411d Compare May 22, 2025 07:28
@zachdaniel
Copy link
Contributor

@dependabot rebase

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.8 to 3.5.9
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.5.8...v3.5.9)

Updates `ash_sql` from 0.2.74 to 0.2.75
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.2.74...v0.2.75)

Updates `igniter` from 0.5.49 to 0.5.50
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.5.49...v0.5.50)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-version: 0.2.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-version: 0.5.50
  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-8bf92df065 branch from 88c411d to 6195f07 Compare May 22, 2025 10:58
@zachdaniel zachdaniel merged commit df4b49b into main May 22, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-8bf92df065 branch May 22, 2025 10:59
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