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 the dev-dependencies group with 2 updates #187

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the dev-dependencies group with 2 updates: ash_postgres and mix_audit.

Updates ash_postgres from 2.1.1 to 2.1.8

Changelog

Sourced from ash_postgres's changelog.

v2.1.8 (2024-07-17)

Bug Fixes:

  • [aggregates] update ash_sql & ash for include_nil? fix (and test it)

  • [aggregates] ensure synthesized query aggregates have context set

Improvements:

  • [installers] update igniter dependencies

  • [expressions] add binding() expression, for referring to the current table

v2.1.7 (2024-07-17)

Bug Fixes:

  • 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/igniter dependencies

  • add binding() expression

  • use latest type casting code from ash

  • support new type determination code

v2.1.6 (2024-07-16)

Bug Fixes:

  • ensure synthesized query aggregates have context set

Improvements:

  • update ash/igniter dependencies

  • add binding() expression

  • use latest type casting code from ash

  • support new type determination code

... (truncated)

Commits
  • aedbaee chore: release version v2.1.8
  • d5f5bae test: add tests for include_nil? on first aggregates as well
  • 67ab07a fix: update to latest ash version for aggregate fix
  • 7cf06f3 fix: update ash_sql for include_nil? fix and test it
  • 2393c2c chore: update tests to account for non-keepable-atom-keys
  • 1e637f9 test: replicate error when building json object and using inline aggregate (#...
  • a121ba1 chore: test changes & update dependency
  • de69ec0 chore: release version v2.1.6
  • 8cd8650 improvement: update ash/igniter dependencies
  • 6b100a0 chore: update changelog
  • Additional commits viewable in compare view


Updates mix_audit from 2.1.3 to 2.1.4

Changelog

Sourced from mix_audit's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

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 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

dependabot[bot] commented 4 months ago

Superseded by #188.