chore(deps): update mix dependencies #183

Merged
moritz merged 1 commit from renovate/mix-dependencies into main 2025-10-17 19:00:09 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash_authentication_phoenix (source) prod minor 2.11.0 -> 2.12.0
ash_phoenix (source) prod patch 2.3.16 -> 2.3.17
ash_postgres (source) prod patch 2.6.20 -> 2.6.23
credo (source) dev patch 1.7.12 -> 1.7.13
live_debugger (source) dev patch 0.4.1 -> 0.4.2
sobelow (source) dev patch 0.14.0 -> 0.14.1
tailwind (source) prod patch 0.4.0 -> 0.4.1

Release Notes

team-alembic/ash_authentication_phoenix (ash_authentication_phoenix)

v2.12.0

Compare Source

Features:
Bug Fixes:
  • Support more than one authenticated resource when looking for user assigns (#​675) by James Harton (#​675)
ash-project/ash_phoenix (ash_phoenix)

v2.3.17

Compare Source

Bug Fixes:
  • removed to_string because it was causing related entities to be recreated instead of updated (#​421) by Abdessabour Moutik (#​421)

  • removed to_string because it was causing related entities to be recreated instead of being updated by Abdessabour Moutik (#​421)

  • AshPhoenix.Inertia.Error argument error when reporting validation errors (#​418) by rmaspoch (#​418)

  • bug when creating a form for a union type which has nil as it's value (#​417) by Rutgerdj (#​417)

Improvements:
  • add AshPhoenix.AshEnum by sevenseacat (#​413)

  • soft deprecate page_from_params/3 and introduce params_to_page_opts/3 (#​422) by hy2k (#​422)

  • add AshPhoenix.AshEnum by Aidan Gauland (#​413)

ash-project/ash_postgres (ash_postgres)

v2.6.23

Compare Source

Improvements:
  • implement combination_acc/1 by Zach Daniel

v2.6.22

Compare Source

Bug Fixes:
  • return skipped upserts in bulk_create (#​626) by Barnabas Jovanovics
Improvements:
  • leverage new aggregate loading optimization by Zach Daniel

v2.6.21

Compare Source

Bug Fixes:
  • simplify bulk operation metadata handling by Zach Daniel

  • update ash_postgresql to handle the new bulk_create response in Ash v3.5.44 (#​632) by Daniel Gollings

  • Support non-public PostgreSQL schemas in resource generator (#​631) by Elliot Bowes

  • guard against missing snapshot directories in migration generator by Elliot Bowes

  • ensure that tenant is properly used in many-to-many joins by Zach Daniel

Improvements:
  • Add immutable version of ash_raise_error function to support extensions like Citus (#​620) by Steve Brambilla
rrrene/credo (credo)

v1.7.13

Compare Source

  • Fix compatibility & compiler warnings with Elixir 1.19
  • Credo.Check.Refactor.ABCSize fixed false positive
software-mansion/live-debugger (live_debugger)

v0.4.2

Compare Source

Fixes

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.4.1...v0.4.2

sobelow/sobelow (sobelow)

v0.14.1

Compare Source

  • Enhancements
    • Implicitly use .sobelow-conf if detected in the root directory rather than
      require --config switch. The --no-config switch is still supported to
      prevent any settings from being read in from the file if needed.
    • Added guidance for warn_if_outdated option in mix deps
    • Added support for Elixir v1.19.x
    • Bug fixes
      • Handled extra config options for app releases in mix.exs
      • Properly handle the use of CLI switches and config file settings in the same run.
        These would previously clobber each other in unapparent ways leading to
        confusing behavior. CLI switch take precedence.
      • .sobelow-conf now sorted alphabetically
      • Fix edwarning from zero argument functions
      • Fixed broken skip funcationality
      • Fixed broken GitHub Actions CI
    • Misc
      • Typo fix
phoenixframework/tailwind (tailwind)

v0.4.1

Compare Source

  • Ignore ANSI escape codes when checking version

Configuration

📅 Schedule: Branch creation - Every minute ( * * * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ash_authentication_phoenix](https://hex.pm/packages/ash_authentication_phoenix) ([source](https://github.com/team-alembic/ash_authentication_phoenix)) | prod | minor | `2.11.0` -> `2.12.0` | | [ash_phoenix](https://hex.pm/packages/ash_phoenix) ([source](https://github.com/ash-project/ash_phoenix)) | prod | patch | `2.3.16` -> `2.3.17` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | patch | `2.6.20` -> `2.6.23` | | [credo](https://hex.pm/packages/credo) ([source](https://github.com/rrrene/credo)) | dev | patch | `1.7.12` -> `1.7.13` | | [live_debugger](https://hex.pm/packages/live_debugger) ([source](https://github.com/software-mansion/live-debugger)) | dev | patch | `0.4.1` -> `0.4.2` | | [sobelow](https://hex.pm/packages/sobelow) ([source](https://github.com/sobelow/sobelow)) | dev | patch | `0.14.0` -> `0.14.1` | | [tailwind](https://hex.pm/packages/tailwind) ([source](https://github.com/phoenixframework/tailwind)) | prod | patch | `0.4.0` -> `0.4.1` | --- ### Release Notes <details> <summary>team-alembic/ash_authentication_phoenix (ash_authentication_phoenix)</summary> ### [`v2.12.0`](https://github.com/team-alembic/ash_authentication_phoenix/blob/HEAD/CHANGELOG.md#v2120-2025-10-15) [Compare Source](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.11.0...v2.12.0) ##### Features: - Add support for remember me ([#&#8203;625](https://github.com/team-alembic/ash_authentication_phoenix/issues/625)) by [@&#8203;rgraff](https://github.com/rgraff) [(#&#8203;625)](https://github.com/team-alembic/ash_authentication_phoenix/pull/625) ##### Bug Fixes: - Support more than one authenticated resource when looking for user assigns ([#&#8203;675](https://github.com/team-alembic/ash_authentication_phoenix/issues/675)) by James Harton [(#&#8203;675)](https://github.com/team-alembic/ash_authentication_phoenix/pull/675) </details> <details> <summary>ash-project/ash_phoenix (ash_phoenix)</summary> ### [`v2.3.17`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v2317-2025-10-16) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.16...v2.3.17) ##### Bug Fixes: - removed to\_string because it was causing related entities to be recreated instead of updated ([#&#8203;421](https://github.com/ash-project/ash_phoenix/issues/421)) by Abdessabour Moutik [(#&#8203;421)](https://github.com/ash-project/ash_phoenix/pull/421) - removed to\_string because it was causing related entities to be recreated instead of being updated by Abdessabour Moutik [(#&#8203;421)](https://github.com/ash-project/ash_phoenix/pull/421) - AshPhoenix.Inertia.Error argument error when reporting validation errors ([#&#8203;418](https://github.com/ash-project/ash_phoenix/issues/418)) by rmaspoch [(#&#8203;418)](https://github.com/ash-project/ash_phoenix/pull/418) - bug when creating a form for a union type which has `nil` as it's value ([#&#8203;417](https://github.com/ash-project/ash_phoenix/issues/417)) by Rutgerdj [(#&#8203;417)](https://github.com/ash-project/ash_phoenix/pull/417) ##### Improvements: - add AshPhoenix.AshEnum by sevenseacat [(#&#8203;413)](https://github.com/ash-project/ash_phoenix/pull/413) - soft deprecate page\_from\_params/3 and introduce params\_to\_page\_opts/3 ([#&#8203;422](https://github.com/ash-project/ash_phoenix/issues/422)) by hy2k [(#&#8203;422)](https://github.com/ash-project/ash_phoenix/pull/422) - add AshPhoenix.AshEnum by Aidan Gauland [(#&#8203;413)](https://github.com/ash-project/ash_phoenix/pull/413) </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.6.23`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2623-2025-10-15) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.22...v2.6.23) ##### Improvements: - implement combination\_acc/1 by Zach Daniel ### [`v2.6.22`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2622-2025-10-14) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.21...v2.6.22) ##### Bug Fixes: - return skipped upserts in bulk\_create ([#&#8203;626](https://github.com/ash-project/ash_postgres/issues/626)) by Barnabas Jovanovics ##### Improvements: - leverage new aggregate loading optimization by Zach Daniel ### [`v2.6.21`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2621-2025-10-10) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.20...v2.6.21) ##### Bug Fixes: - simplify bulk operation metadata handling by Zach Daniel - update ash\_postgresql to handle the new bulk\_create response in Ash v3.5.44 ([#&#8203;632](https://github.com/ash-project/ash_postgres/issues/632)) by Daniel Gollings - Support non-public PostgreSQL schemas in resource generator ([#&#8203;631](https://github.com/ash-project/ash_postgres/issues/631)) by Elliot Bowes - guard against missing snapshot directories in migration generator by Elliot Bowes - ensure that tenant is properly used in many-to-many joins by Zach Daniel ##### Improvements: - Add immutable version of `ash_raise_error` function to support extensions like Citus ([#&#8203;620](https://github.com/ash-project/ash_postgres/issues/620)) by Steve Brambilla </details> <details> <summary>rrrene/credo (credo)</summary> ### [`v1.7.13`](https://github.com/rrrene/credo/blob/HEAD/CHANGELOG.md#1713) [Compare Source](https://github.com/rrrene/credo/compare/v1.7.12...v1.7.13) - Fix compatibility & compiler warnings with Elixir 1.19 - `Credo.Check.Refactor.ABCSize` fixed false positive </details> <details> <summary>software-mansion/live-debugger (live_debugger)</summary> ### [`v0.4.2`](https://github.com/software-mansion/live-debugger/releases/tag/v0.4.2) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.4.1...v0.4.2) ##### Fixes - Fix crash when refreshing during callback execution in [#&#8203;760](https://github.com/software-mansion/live-debugger/pull/760) by [@&#8203;hhubert6](https://github.com/hhubert6) - Explicit formats in SocketDiscoveryController in [#&#8203;754](https://github.com/software-mansion/live-debugger/pull/754) by [@&#8203;rhcarvalho](https://github.com/rhcarvalho) - Fix positioning of return arrow in [#&#8203;788](https://github.com/software-mansion/live-debugger/pull/788) by [@&#8203;kraleppa](https://github.com/kraleppa) - Fix highlighting LiveViews in LiveComponents in [#&#8203;725](https://github.com/software-mansion/live-debugger/pull/725) by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) - Add phoenix \~> 1.7 dep in [#&#8203;791](https://github.com/software-mansion/live-debugger/pull/791) by [@&#8203;srzeszut](https://github.com/srzeszut) **Full Changelog**: <https://github.com/software-mansion/live-debugger/compare/v0.4.1...v0.4.2> </details> <details> <summary>sobelow/sobelow (sobelow)</summary> ### [`v0.14.1`](https://github.com/sobelow/sobelow/blob/HEAD/CHANGELOG.md#v0141) [Compare Source](https://github.com/sobelow/sobelow/compare/v0.14.0...v0.14.1) - Enhancements - Implicitly use `.sobelow-conf` if detected in the root directory rather than require `--config` switch. The `--no-config` switch is still supported to prevent any settings from being read in from the file if needed. - Added guidance for `warn_if_outdated` option in mix deps - Added support for Elixir v1.19.x - Bug fixes - Handled extra config options for app releases in mix.exs - Properly handle the use of CLI switches and config file settings in the same run. These would previously clobber each other in unapparent ways leading to confusing behavior. CLI switch take precedence. - `.sobelow-conf` now sorted alphabetically - Fix edwarning from zero argument functions - Fixed broken skip funcationality - Fixed broken GitHub Actions CI - Misc - Typo fix </details> <details> <summary>phoenixframework/tailwind (tailwind)</summary> ### [`v0.4.1`](https://github.com/phoenixframework/tailwind/blob/HEAD/CHANGELOG.md#v041-2025-10-17) [Compare Source](https://github.com/phoenixframework/tailwind/compare/v0.4.0...v0.4.1) - Ignore ANSI escape codes when checking version </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * * * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTUxLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyIsInJlbm92YXRlIl19-->
renovate added 1 commit 2025-10-17 16:09:19 +02:00
chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
210224626d
moritz merged commit eb5fb5bb59 into main 2025-10-17 19:00:09 +02:00
Sign in to join this conversation.
No description provided.