ash-project / ash_postgres

The PostgreSQL data layer for Ash Framework
https://hexdocs.pm/ash_postgres
MIT License
134 stars 73 forks source link

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

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Updates ash from 3.3.2 to 3.3.3

Changelog

Sourced from ash's changelog.

v3.3.3 (2024-08-01)

Bug Fixes:

  • roll back bulk update/destroy on before action error

  • delete ash_notifications from pdict after reading

Commits
  • 3c8a48c chore: release version v3.3.3
  • 28f7354 fix: roll back bulk update/destroy on before action error
  • f8fc4cd fix: delete ash_notifications from pdict after reading
  • de7bd35 docs: add typespec for build/2
  • 0ecf92a docs: update changelog
  • See full diff in compare view


Updates igniter from 0.3.16 to 0.3.17

Changelog

Sourced from igniter's changelog.

v0.3.17 (2024-08-08)

Bug Fixes:

  • properly parse boolean switches from positional args

  • don't warn on Macro.Env.expand_alias/3 not being defined

  • descend into single child block when modifying keyword

  • set format: :keyword when adding keyword list item to empty list

  • escape injected code in Common.replace_code/2 (#70)

  • :error consistency in remove_keyword_key and argument_equals? in Config.configure (#68)

Improvements:

  • support for non-elixir files with create_new_file, update_file, include_existing_file, include_or_create_file, create_or_update_file (#75)

  • support "notices" (#65)

Commits
  • 18713f8 chore: release version v0.3.17
  • 63dade2 fix: properly parse boolean switches from positional args
  • f356cce improvement: support for non-elixir files with create_new_file, update_file, ...
  • 8002f85 docs: update module names in docs (#74)
  • 810c421 fix: don't warn on Macro.Env.expand_alias/3 not being defined
  • 853f275 fix: descend into single child block when modifying keyword
  • e2a1682 test: add regression tests that fail (#71)
  • 79ae2d6 Revert "fix: escape injected code in Common.replace_code/2 (#70)" (#72)
  • bba8d52 fix: escape injected code in Common.replace_code/2 (#70)
  • 2733449 Fix move to single child block (#69)
  • Additional commits viewable in compare view


Updates postgrex from 0.18.0 to 0.19.0

Changelog

Sourced from postgrex's changelog.

v0.19.0 (2024-08-03)

  • Enhancements

    • Respect precision for interval, time, timestamp, and timestamptz
    • Remove restriction on year 9999 on datetime columns
    • Support decoding and encoding Elixir's v1.17 Duration as interval
    • Allow starting one stream after the other in replication
  • Bug fixes

    • Return {:stop, state} from gen_statem connection callback
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