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 8 updates #236

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the production-dependencies group with 8 updates:

Package From To
ash 3.2.2 3.2.6
ash_graphql 1.2.0 1.2.1
ash_json_api 1.3.7 1.3.8
ash_oban 0.2.3 0.2.4
ash_postgres 2.1.8 2.1.15
postgrex 0.17.5 0.18.0
req 0.5.2 0.5.4
swoosh 1.16.9 1.16.10

Updates ash from 3.2.2 to 3.2.6

Changelog

Sourced from ash's changelog.

v3.2.6 (2024-07-22)

Bug Fixes:

  • fallback to authorize_with when authorizing bulk destroy actions

  • don't refer to non-existent batch_change/4

Improvements:

  • Replace incorrect function_exported?-checks in bulk-actions, add has-defs for change modules (#1330)

v3.2.5 (2024-07-22)

Bug Fixes:

  • [destroy actions] apply atomic validations on non-bulk destroy actions

  • [Ash.Policy.Info] add default to private_fields_policy in Ash.Policy.Info (#1329)

  • [relating_to_actor] make relating_to_actor built-in-check aware of atomics

  • [Ash.Expr] remove redundant overload of Ash.Expr.get_path (#1328)

  • [Ash.Type.NewType] cast_input/2 of Ash.Type.NewType returning :ok (#1324)

  • [Ash.Reactor] warnings emitted by removed reactor behaviour function. (#1325)

Improvements:

  • [bulk actions] add authorize_with fallback option to bulk actions

  • [Ash.Policy.Authorizer] allow policy conditions to be applied inside their block

v3.2.4 (2024-07-18)

Bug Fixes:

  • [transaction hooks] fix warning on transaction hooks violating their semantics

v3.2.3 (2024-07-18)

Bug Fixes:

  • [mix ash.patch.extend] properly convert extension string into a module

  • [mix ash.patch.extend] only display available to extend

... (truncated)

Commits
  • 134cb4f chore: release version v3.2.6
  • dcb6988 fix: fallback to authorize_with when authorizing bulk destroy actions
  • c2ac47e improvement: Replace incorrect function_exported?-checks in bulk-actions, add...
  • 0701843 chore: release version v3.2.5
  • c65f0c8 fix: apply atomic validations on non-bulk destroy actions
  • 5be7a56 chore: move_attributes_to_atomics before handle_allow_nil_atomics
  • e6d52f2 fix: add default to private_fields_policy in Ash.Policy.Info (#1329)
  • bad62c1 improvement: add authorize_with fallback option to bulk actions
  • b8029e3 fix: remove redundant overload of Ash.Expr.get_path (#1328)
  • 34d6f22 improvement: allow policy conditions to be applied inside their block
  • Additional commits viewable in compare view


Updates ash_graphql from 1.2.0 to 1.2.1

Changelog

Sourced from ash_graphql's changelog.

v1.2.1 (2024-07-18)

Bug Fixes:

  • upgrade ash dependency for bulk action bug fix

  • use checked constraints (#187)

  • don't assume filter is non-nil for gets

  • properly interpolate action in conflict messages

  • add resource query to action struct (#178)

Improvements:

  • add extension installation code

  • add igniter-backed installer

  • add nullable_fields? for easily marking fields as nullable

  • only define managed_relationship mutations when necessary

Commits
  • 1eca6bf chore: release version v1.2.1
  • 1b81362 chore: reintroduce work lost in a bad rebase
  • a659ff4 improvement: add extension installation code
  • 71d37b5 chore(deps-dev): bump mix_audit in the dev-dependencies group (#196)
  • 1cfe872 chore(deps): bump the production-dependencies group with 3 updates (#195)
  • 4f0d508 chore: Wording tweaks to installer content (#193)
  • 8873586 chore: put playground above base
  • 1f45a14 docs: fix getting started guide steps ordering
  • 01ca76d improvement: add igniter-backed installer
  • ee43075 fix: upgrade ash dependency for bulk action bug fix
  • Additional commits viewable in compare view


Updates ash_json_api from 1.3.7 to 1.3.8

Changelog

Sourced from ash_json_api's changelog.

v1.3.8 (2024-07-22)

Bug Fixes:

  • [AshJsonApi.Router] don't double escape modify_open_api

Improvements:

  • [AshJsonApi.Router] automatically infer the prefix instead of relying on configuration

  • [mix ash.patch.extend] add AshJsonApi extender

  • [mix ash_json_api.install] add installer for AshJsonApi

Commits
  • 830f35c chore: release version v1.3.8
  • e764f25 docs: update docs to factor in getting started guides
  • 0ca812a chore: upgrade igniter
  • fb8a315 fix: don't double escape modify_open_api
  • b46c979 improvement: add installers & extenders
  • 057b0de chore(deps-dev): bump mix_audit in the dev-dependencies group (#210)
  • e3f2ca9 chore(deps): bump the production-dependencies group with 2 updates (#209)
  • 8d45558 docs: Spelling (#208)
  • 5884165 chore: fix tests
  • 93d7e39 tests for patch relationship actions with composite pkey (#207)
  • See full diff in compare view


Updates ash_oban from 0.2.3 to 0.2.4

Changelog

Sourced from ash_oban's changelog.

v0.2.4 (2024-07-19)

Improvements:

  • loosen postgrex version requirement
Commits
  • 29c563d chore: release version v0.2.4
  • e62cf99 improvement: loosen postgrex version requirement
  • 42e2916 chore(deps-dev): bump mix_audit in the dev-dependencies group (#69)
  • 213266b chore(deps): bump ash in the production-dependencies group (#68)
  • 9f0b351 docs: update documentation for trigger changes (#67)
  • 4f96c08 chore(deps-dev): bump ex_doc in the dev-dependencies group (#66)
  • ceafdc4 chore(deps): bump ash in the production-dependencies group (#65)
  • 3e0a765 chore(deps): bump oban in the production-dependencies group (#64)
  • 6a15e5b chore(deps): bump the production-dependencies group with 2 updates (#63)
  • 5403f2c chore(deps): bump ash from 3.0.15 to 3.0.16 (#62)
  • Additional commits viewable in compare view


Updates ash_postgres from 2.1.8 to 2.1.15

Changelog

Sourced from ash_postgres's changelog.

v2.1.15 (2024-07-23)

Bug Fixes:

  • use a subquery if any exists aggregates are in play

  • properly convert tenant to string when building lateral join

  • update ash & ash_sql for fixes, test atomic alidations in destroys

  • properly add prod config in installer

  • properly perform or don't perform configuration modification code

  • allow non-unique has_many source_attributes (#355)

  • allow non-unique has_many source_attributes

  • update ash_sql for parent_as binding fix

  • 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_sql dependencies for bug fixes

  • prepend :postgres to section order

  • pluralize table name in extender

  • update ash/igniter dependencies

  • add binding() expression

  • use latest type casting code from ash

  • support new type determination code

v2.1.14 (2024-07-22)

Bug Fixes:

  • [multitenancy] properly convert tenant to string when building lateral join

... (truncated)

Commits
  • de2d344 chore: release version v2.1.15
  • cb397e9 fix: use a subquery if any exists aggregates are in play
  • 306dc84 test validation aggregates individually as well (#360)
  • 9e4efa7 remove Logger config and enable aggregates in validation again
  • 0a6f890 add update case to validation test
  • 605703c chore: release version v2.1.14
  • 1b687b6 fix: properly convert tenant to string when building lateral join
  • 8cd441a chore: release version v2.1.13
  • b00a7e6 fix: update ash & ash_sql for fixes, test atomic alidations in destroys
  • a672c89 test: test more aggregates (#359)
  • Additional commits viewable in compare view


Updates postgrex from 0.17.5 to 0.18.0

Changelog

Sourced from postgrex's changelog.

v0.18.0 (2024-05-18)

  • Deprecations

    • :ssl_opts is deprecated in favor of ssl: options
    • ssl: true now emits a warning, as it does not execute server certificate verification
  • Enhancements

    • Allow ReplicationConnection callbacks to trigger disconnect
    • Add :commit_comment option on transactions for prepending a SQL comment to commit statements
    • Return database messages from handle_prepare_execute
  • Backwards incompatible changes

    • Postgrex now sets the SNI headers for SSL authentication by default. If this causes connection issues, you may set server_name_indication: :disable in your :ssl_opts
Commits
  • d239c21 Release v0.18.0
  • de665e4 Streamline SSL experience (#677)
  • ef6bd2f ReplicationConnection: allow callback to trigger disconnect (#673)
  • 3af848b Return ArgumentError when missing :database key in config (#671)
  • 715787d Update CI (#670)
  • 5eff0b4 mix format
  • ff417bd feat: commit_comment option for prepending a SQL comment to a COMMIT stat...
  • fcad612 Show messages from parse on handle_prepare_execute
  • See full diff in compare view


Updates req from 0.5.2 to 0.5.4

Changelog

Sourced from req's changelog.

v0.5.4 (2024-07-18)

  • [run_finch], [Req.parse_message/2]: Gracefully handle process messages not meant for the asynchronous response. In that case, Req.parse_message/2 returns :unknown.

v0.5.3 (2024-07-18)

  • [Req.Test]: Fix using shared mode

  • [encode_body]: Add :form_multipart option

  • [put_aws_sigv4]: Try detecting the service

  • [run_finch]: Fix setting :finch option

Commits


Updates swoosh from 1.16.9 to 1.16.10

Release notes

Sourced from swoosh's releases.

v1.16.10 🚀

🐛 Bug Fixes

📝 Documentation

⛓️ Dependency

Full Changelog: https://github.com/swoosh/swoosh/compare/v1.16.9...v1.16.10

Changelog

Sourced from swoosh's changelog.

1.16.10

🐛 Bug Fixes

📝 Documentation

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