Skip to content
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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps the production-dependencies group with 3 updates in the / directory: ash, ash_sql and ecto_sqlite3.

Updates ash from 3.4.50 to 3.4.56

Changelog

Sourced from ash's changelog.

3.4.56 (2025-01-21)

Bug Fixes:

  • [Ash] don't use JSON due to library compatibility issues

  • [Ash.Changeset] matching in managed_relationships handle_update (#1719)

  • [Ash.Query.Calculation] properly load doubly nested calculation's explicit dependencies

  • [Ash.Query.Calculation] handle related non-expr calculations referenced from expr calcs

  • [Ash.Query.Calculation] simplify and fix path generation for nested relationship path deps

  • [Ash] don't require multitenancy attribute in get (#1716)

Improvements:

  • [Ash.Changeset] make atomics work even if expr err is not supported (#1718)

  • [Ash.Query] support error shorthand for Ash.Query.add_error/2-3

  • [Ash.Generator] add uses option for changeset_generator

  • [Ash.Generator] add uses option for seed_generator

  • [Ash.Changeset] Use clearer error message for match validation atomic errors (#1721)

  • [Ash.Type] Add autogenerate_enabled? to Ash.Type for Ecto compatability (#1715)

  • [Ash.Policy.Authorizer] warn when domain policies would be ignored by resources

  • [Ash.Domain] allow policy authorizer to be in authorizers key in domains

v3.4.55 (2025-01-13)

Bug Fixes:

  • [code interfaces] ensure can_* code interfaces pass arguments to actions

  • [Ash] case clause error in Ash.can?

  • [Ash] reset ash_started_transaction? on bulk create

... (truncated)

Commits
  • 31ef368 chore: release version 3.4.56
  • 016d248 improvement: support error shorthand for Ash.Query.add_error/2-3
  • cab79bd chore(deps): bump igniter in the production-dependencies group (#1723)
  • 035d010 improvement: add uses option for changeset_generator
  • 093eb29 chore: update mix.lock
  • 5673e8f docs: make individual DSL options searchable
  • ca0b9a4 docs: Clarify the behaviour of Ash.read_first and read_first! by adding t...
  • c78d94d docs: document start_of_day/1-2
  • cee6d80 improvement: Use clearer error message for match validation atomic errors (#1...
  • d166299 fix: properly load doubly nested calculation's explicit dependencies
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.43 to 0.2.46

Changelog

Sourced from ash_sql's changelog.

v0.2.46 (2025-01-20)

Improvements:

  • support no_cast? in bindings while expr parsing

v0.2.45 (2025-01-14)

Bug Fixes:

  • ensure that referenced fields are joined in agg queries

v0.2.44 (2025-01-06)

Bug Fixes:

  • filter query by source record ids when lateral joining

  • use normalize for string length

  • use right value for resource aggregate default in sort (#85)

  • handle resource aggregate with function default in sort (#84)

Commits
  • 52888fb chore: release version v0.2.46
  • 6740d61 improvement: support no_cast? in bindings while expr parsing
  • 94f69ac chore(deps): bump ash in the production-dependencies group (#88)
  • 607ea95 chore: release version v0.2.45
  • c84d2cb chore: dialyzer
  • 2214558 fix: ensure that referenced fields are joined in agg queries
  • 6577b94 chore: release version v0.2.44
  • 77e88ca fix: filter query by source record ids when lateral joining
  • b02065c chore(deps-dev): bump the dev-dependencies group with 2 updates (#87)
  • e3ceae7 chore(deps): bump ash in the production-dependencies group (#86)
  • Additional commits viewable in compare view

Updates ecto_sqlite3 from 0.18.0 to 0.18.1

Changelog

Sourced from ecto_sqlite3's changelog.

v0.18.1

  • fixed: Support both Jason and JSON.
Commits

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

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [ash](https://github.com/ash-project/ash), [ash_sql](https://github.com/ash-project/ash_sql) and [ecto_sqlite3](https://github.com/elixir-sqlite/ecto_sqlite3).


Updates `ash` from 3.4.50 to 3.4.56
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.50...3.4.56)

Updates `ash_sql` from 0.2.43 to 0.2.46
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.2.43...v0.2.46)

Updates `ecto_sqlite3` from 0.18.0 to 0.18.1
- [Release notes](https://github.com/elixir-sqlite/ecto_sqlite3/releases)
- [Changelog](https://github.com/elixir-sqlite/ecto_sqlite3/blob/main/CHANGELOG.md)
- [Commits](elixir-sqlite/ecto_sqlite3@v0.18.0...v0.18.1)

---
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: ecto_sqlite3
  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 the dependencies Pull requests that update a dependency file label Jan 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2025

Superseded by #122.

@dependabot dependabot bot closed this Jan 23, 2025
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-d820b807b9 branch January 23, 2025 03: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants