ash-project / ash_hq

The Ash Framework homepage and documentation site.
MIT License
48 stars 26 forks source link

chore(deps): bump the production-dependencies group with 4 updates #235

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the production-dependencies group with 4 updates: ash, ash_json_api, ash_postgres and makeup_erlang.

Updates ash from 3.1.2 to 3.2.2

Changelog

Sourced from ash's changelog.

v3.2.2 (2024-07-17)

Features:

  • [Ash.Reactor] Add ash_step wrapper (#1311)

Bug Fixes:

  • [bulk destroys] honor atomic validations in destroy actions using filter

  • [Ash.Type.Vector] handle casting nil vectors (#1316)

  • [Ash.Type] don't override nil handling in Ash.Type.cast_input/3

v3.2.1 (2024-07-17)

Bug Fixes:

  • properly honor the include_nil? option

  • store after_action hooks added outside of changes for atomic upgrade

  • don't use type/3 in string interpolation

  • properly pass include_nil? from when building query aggregates

Improvements:

  • allow skipping initialization of types in unions

v3.2.0 (2024-07-15)

Features:

  • [field policies] Allow field policies to hide private fields (#1289)

Use the private_fields :include | :show | :hide option in the field_policies section of your resource to control how private fields are handled by field policies.

For example:

# hide all private fields when authorizing
field_policies :hide

the current behavior. Private fields are ignored by field policies

field_policies :show

private fields can have field policies like any other field

field_policies :include

... (truncated)

Commits


Updates ash_json_api from 1.3.6 to 1.3.7

Changelog

Sourced from ash_json_api's changelog.

v1.3.7 (2024-07-15)

Bug Fixes:

  • relationship resource identifiers don't need to check the id type

  • properly reference related record in linkage

  • escape modify_open_api_schema option since it can be a 3/tuple

  • handle unknown errors in log_errors/2

  • ensure id is always coming back as a string

Commits
  • c0258eb chore: release version v1.3.7
  • cec3fb1 fix: relationship resource identifiers don't need to check the id type
  • 99711a2 test: add tests for composite primary key patch removal
  • a736c76 chore: escape the correct key
  • 55a752e fix: properly reference related record in linkage
  • 57414bd fix: escape modify_open_api_schema option since it can be a 3/tuple
  • 8870540 chore(deps): bump the production-dependencies group with 2 updates (#205)
  • 6b44371 chore: fix unknown error handling
  • 5f7fa81 fix: handle unknown errors in log_errors/2
  • 0629702 fix: ensure id is always coming back as a string
  • See full diff in compare view


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 makeup_erlang from 1.0.0 to 1.0.1

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