team-alembic / ash_authentication

The Ash Authentication framework
MIT License
89 stars 46 forks source link

chore(deps): Bump the production-dependencies group with 3 updates #780

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the production-dependencies group with 3 updates: ash, ash_postgres and finch.

Updates ash from 3.4.1 to 3.4.4

Changelog

Sourced from ash's changelog.

v3.4.4 (2024-09-05)

v3.4.3 (2024-09-04)

Bug Fixes:

  • [loading relationships] properly await tasks from lazy loading multiple relationships

v3.4.2 (2024-09-04)

Bug Fixes:

  • [soft destroys] honor return_destroyed? in soft destroy actions

  • [Ash.Resource.Change] correctly handle return values of batch callbacks (#1424)

  • [read actions] ensure that async limiter is cleared up front

  • [bulk creates] honor bulk upsert condition (#1432)

  • [bulk updates] ensure that update_defaults are set on streaming updates

  • [bulk actions] honor skip_global_validations? in bulk actions

  • [pagination] honor the countable option in pagination

  • [read actions] return proper data shape when doing a read in a transaction

  • [notifications] ensure that from is properly set on all notifications

  • [notifications] fix typo in bulk destroy not clearing ash_started_transaction state

  • [calculations] traverse calculated relationships when rewriting transient calculation values

  • [calculations] don't unload calculation dependencies when lazy? is set

  • [Ash.DataLayer.Ets] handle no_attributes when joining lateral join relationship data

  • [Ash.DataLayer.Ets] fix ets lateral join source field usage

  • [Ash.DataLayer.Ets] properly apply distinct in ets

Improvements with backwards compatibility configurations

These configurations default to the current behavior, but in 4.0 (someday) will be removed, and the new option will be the only option.

... (truncated)

Commits
  • 26ad0b2 chore: release version v3.4.4
  • 90332d0 fix: use consistent naming for configurations
  • e6a7006 feat(Ash.Reactor): Add load option to existing actions, and add new step ty...
  • 24cc008 improvement: ArgumentError for non-existent actions in Ash.can?
  • d6a973c improvement: better error messages on incorrect action types
  • b999fb1 chore: add owl as an explicit dependency
  • 5cdf957 chore: update changelog
  • 0879084 chore: release version v3.4.3
  • d144be6 fix: properly await tasks from lazy loading multiple relationships
  • 745aa6e chore: update changelog
  • Additional commits viewable in compare view


Updates ash_postgres from 2.2.3 to 2.3.0

Changelog

Sourced from ash_postgres's changelog.

v2.3.0 (2024-09-05)

Features:

  • mix ash_postgres.gen.resources

  • mix ash_postgres.gen.resources

v2.2.5 (2024-09-04)

Improvements:

  • [AshPostgres.DataLayer] support ash main upsert_condition logic

v2.2.4 (2024-09-03)

Bug Fixes:

  • [AshPostgres.DataLayer] ensure default bindings are present on data layer

  • [AshPostgres.DataLayer] properly traverse newtypes when determining types

Commits
  • 5395aba chore: release version v2.3.0
  • 9191bd3 chore: perf fixes, build, and test
  • f80b157 chore: remove testing modules not in use
  • 3fece44 chore: add the new guide to the docs in mix.exs
  • efa4ef0 feat: mix ash_postgres.gen.resources
  • 133be50 feat: mix ash_postgres.gen.resources
  • 0ccb35a chore: update ash
  • 607254d chore: update changelog
  • 6e0b8fb chore: release version v2.2.5
  • 2015aa6 improvement: support ash main upsert_condition logic
  • Additional commits viewable in compare view


Updates finch from 0.18.0 to 0.19.0

Changelog

Sourced from finch's changelog.

v0.19.0 (2024-09-04)

Enhancements

  • Update @​mint_tls_opts in pool_manager.ex #266
  • Document there is no backpressure on HTTP2 #283
  • Fix test: compare file size instead of map #284
  • Finch.request/3: Use improper list and avoid Enum.reverse #286
  • Require Mint 1.6 #287
  • Remove castore dependency #274
  • Fix typos and improve language in docs and comments #285
  • fix logo size in README #275

Bug Fixes

  • Tweak Finch supervisor children startup order #289, fixes #277
  • implement handle_cancelled/2 pool callback #268, fixes #257
  • type Finch.request_opt() was missing the :request_timeout option #278
Commits
  • 94d9f9f Merge pull request #290 from sneako/v0.19.0
  • 7f50a35 prepare v0.19.0 release
  • 8b2ed4f Merge pull request #289 from elfenlaid/fix-children-order
  • 954ccee Tweak Finch supervisor children strartup order
  • 80c2d42 Merge pull request #274 from wojtekmach/wm-remove-castore
  • b78d4d3 Require Mint 1.6.2
  • 32c4f9d Remove castore dependency
  • 2f94f48 Merge pull request #287 from wojtekmach/wm-update-mint
  • 26e12a9 Require Mint 1.6
  • 58001fb Merge pull request #286 from wojtekmach/wm-avoid-reverse
  • Additional commits viewable in compare view


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