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

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Updates ash_postgres from 2.4.4 to 2.4.6

Changelog

Sourced from ash_postgres's changelog.

v2.4.6 (2024-10-07)

Improvements:

  • with --yes assume oldest version

v2.4.5 (2024-10-06)

Bug Fixes:

  • ensure upsert fields are uniq

Improvements:

  • detect 1 arg repo use in installer

  • support to_ecto(%Ecto.Changeset{}) and from_ecto(%Ecto.Changeset{}) (#395)

Commits
  • 764ecb6 chore: release version v2.4.6
  • 9fe0955 improvement: with --yes assume oldest version
  • 21b923e chore: fix deprecation warnings from igniter
  • 77e3dfb chore: update ash_sql and tests
  • d37ebd8 chore: release version v2.4.5
  • 45503d2 chore: pass yes option to generate a repo
  • 5839216 improvement: detect 1 arg repo use in installer
  • 714dbf8 chore(deps-dev): bump the dev-dependencies group with 2 updates (#398)
  • c9e66b1 chore(deps): bump the production-dependencies group with 2 updates (#397)
  • 0210486 fix: ensure upsert fields are uniq
  • Additional commits viewable in compare view


Updates git_ops from 2.6.1 to 2.6.2

Changelog

Sourced from git_ops's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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
dependabot[bot] commented 1 month ago

Superseded by #213.