ash-project / ash_admin

A super-admin UI dashboard for Ash Framework applications, built with Phoenix LiveView.
https://hexdocs.pm/ash_admin
MIT License
106 stars 48 forks source link

chore(deps-dev): bump ash_postgres from 2.1.15 to 2.1.17 in the dev-dependencies group #191

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the dev-dependencies group with 1 update: ash_postgres.

Updates ash_postgres from 2.1.15 to 2.1.17

Changelog

Sourced from ash_postgres's changelog.

v2.1.17 (2024-07-27)

Bug Fixes:

  • don't overwrite non-updated fields on update

  • ensure app is compiled before using repo modules

  • use a subquery if any exists aggregates are in play

  • properly convert tenant to string when building lateral join

  • update ash & ash_sql for fixes, test atomic alidations in destroys

  • properly add prod config in installer

  • properly perform or don't perform configuration modification code

  • allow non-unique has_many source_attributes (#355)

  • allow non-unique has_many source_attributes

  • update ash_sql for parent_as binding fix

  • update to latest ash version for aggregate fix

  • update ash_sql for include_nil? fix and test it

  • ensure synthesized query aggregates have context set

Improvements:

  • update ash & ash_sql for various fixes

  • update ash_sql for cleaner queries

  • update ash_sql dependencies for bug fixes

  • prepend :postgres to section order

  • pluralize table name in extender

  • update ash/igniter dependencies

  • add binding() expression

  • use latest type casting code from ash

... (truncated)

Commits
  • b84713c chore: release version v2.1.17
  • fb5e57c improvement: update ash & ash_sql for various fixes
  • 793d27d test: replicate type mismatch bug (#364)
  • 07d84d4 chore: release version v2.1.16
  • ac08104 fix: don't overwrite non-updated fields on update
  • be7329d docs: Update migrations-and-tasks.md (#363)
  • 2b4befe chore: add igniter.install version of getting started guide
  • e49b678 fix: ensure app is compiled before using repo modules
  • See full diff in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
zachdaniel commented 4 months ago

@dependabot rebase