ash-project / ash_hq

The Ash Framework homepage and documentation site.
MIT License
46 stars 25 forks source link

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

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the production-dependencies group with 4 updates: ash_json_api, jason, oban and phoenix_ecto.

Updates ash_json_api from 1.2.2 to 1.3.2

Changelog

Sourced from ash_json_api's changelog.

v1.3.2 (2024-07-02)

Bug Fixes:

  • properly require success in return-less actions

  • typo when checking for resource's derive_filter? flag

  • ensure that context is threaded through for all actions

  • not all accepted attributes have to be public

  • fix sort regex to be a valid regex

  • don't use anyOf for nullability

  • don't generate bodies for delete requests

  • use Enum.uniq when uwnrapping any_of types

  • detect all cases where a filter must be generated

Improvements:

  • use empty example for filter

  • support for query parameters using query_params route option

v1.3.1 (2024-07-01)

Bug Fixes:

  • use strings for enum values

  • use strings for includes/sort properly, add regex for sort

v1.3.0 (2024-06-28)

Features:

  • [calculations] add support for calculation inputs via field_inputs query param (#187)

  • [routes] support generic actions with no returns in routes

... (truncated)

Commits
  • 5839371 chore: release version v1.3.2
  • bb9f2a4 fix: properly require success in return-less actions
  • b1aae80 fix: typo when checking for resource's derive_filter? flag
  • a5745a0 chore: only display generated filter objects if derive_filter? is true
  • 3ce3a1d fix: ensure that context is threaded through for all actions
  • 610e1b2 improvement: use empty example for filter
  • 6a85103 improvement: support for query parameters using query_params route option
  • c14c9fd chore: omit :delete from request body matching for generic routes
  • ad95e86 fix: fix sort regex to be a valid regex
  • b965ed3 chore: generate spark.formatter
  • Additional commits viewable in compare view


Updates jason from 1.4.1 to 1.4.3

Changelog

Sourced from jason's changelog.

Changelog

1.5.0-alpha.2 (07.07.2023)

  • Add limit to decoded integer sizes of 1024 digits. This can be changed with the decoding_integer_digit_limit app env config.
Commits


Updates oban from 2.17.11 to 2.17.12

Changelog

Sourced from oban's changelog.

v2.17.12 — 2024-06-28

Bug Fixes

  • [Basic] Return {:ok, job} tuple on unique advisory lock conflict.

    The advisory lock clause only returned the job, not a success tuple.

Commits


Updates phoenix_ecto from 4.6.1 to 4.6.2

Changelog

Sourced from phoenix_ecto's changelog.

v4.6.2

  • Bug fix
    • Attach directories to Pending Migrations exception
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 2 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.