chore(deps): update mix dependencies #490

Merged
simon merged 1 commit from renovate/mix-dependencies into main 2026-05-06 12:08:42 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod patch 3.24.53.24.7
jason (source) prod patch 1.4.41.4.5
phoenix (source) prod patch 1.8.51.8.6
phoenix_live_view (source) prod patch 1.1.281.1.30
postgrex (source) prod patch 0.22.00.22.1

Release Notes

ash-project/ash (ash)

v3.24.7

Compare Source

Improvements:

v3.24.6

Compare Source

Bug Fixes:
michalmuskala/jason (jason)

v1.4.5

Compare Source

  • Add support for Decimal 3.0
phoenixframework/phoenix (phoenix)

v1.8.6

Compare Source

Security fixes
  • CVE-2026-32689: Fix Phoenix.Socket Longpoll transport memory exhaustion in nd-JSON body splitting
phoenixframework/phoenix_live_view (phoenix_live_view)

v1.1.30

Compare Source

Bug fixes
  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#​4214), introduced in v1.1.29.

v1.1.29

Compare Source

Bug fixes
  • Prevent JS crash when hook has a duplicate ID (#​4196)
  • Recompute scroll container for phx-viewport bindings if it is no longer available (#​4169)
  • Fix phx-viewport events not firing when container has horizontal overflow (#​3897)
  • Handle locks on skipped nodes (#​4209)
  • Use moveBefore if available when reordering stream elements (#​4212)
elixir-ecto/postgrex (postgrex)

v0.22.1

Compare Source

  • Enhancements

    • Relax decimal requirement
    • Set process labels in Postgrex processes
  • Bug fixes

    • Return proper error when getting tcp closed after fatal errors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between day 1 and 7 of the month (* * 1-7 * *)
  • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ash](https://hex.pm/packages/ash) ([source](https://github.com/ash-project/ash)) | prod | patch | `3.24.5` → `3.24.7` | | [jason](https://hex.pm/packages/jason) ([source](https://github.com/michalmuskala/jason)) | prod | patch | `1.4.4` → `1.4.5` | | [phoenix](https://hex.pm/packages/phoenix) ([source](https://github.com/phoenixframework/phoenix)) | prod | patch | `1.8.5` → `1.8.6` | | [phoenix_live_view](https://hex.pm/packages/phoenix_live_view) ([source](https://github.com/phoenixframework/phoenix_live_view)) | prod | patch | `1.1.28` → `1.1.30` | | [postgrex](https://hex.pm/packages/postgrex) ([source](https://github.com/elixir-ecto/postgrex)) | prod | patch | `0.22.0` → `0.22.1` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.24.7`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3247-2026-05-05) [Compare Source](https://github.com/ash-project/ash/compare/v3.24.6...v3.24.7) ##### Improvements: - support Decimal 3.0 by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.24.6`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3246-2026-05-04) [Compare Source](https://github.com/ash-project/ash/compare/v3.24.5...v3.24.6) ##### Bug Fixes: - don't use question marks in function names by [@&#8203;zachdaniel](https://github.com/zachdaniel) </details> <details> <summary>michalmuskala/jason (jason)</summary> ### [`v1.4.5`](https://github.com/michalmuskala/jason/blob/HEAD/CHANGELOG.md#145-05052026) [Compare Source](https://github.com/michalmuskala/jason/compare/v1.4.4...v1.4.5) - Add support for Decimal 3.0 </details> <details> <summary>phoenixframework/phoenix (phoenix)</summary> ### [`v1.8.6`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#186-2026-05-05) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.5...v1.8.6) ##### Security fixes - [CVE-2026-32689](https://github.com/phoenixframework/phoenix/security/advisories/GHSA-628h-q48j-jr6q): Fix Phoenix.Socket Longpoll transport memory exhaustion in nd-JSON body splitting </details> <details> <summary>phoenixframework/phoenix_live_view (phoenix_live_view)</summary> ### [`v1.1.30`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.30) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.29...v1.1.30) ##### Bug fixes - Ensure internal phx-viewport hook does not crash on update if no scroll container is used ([#&#8203;4214](https://github.com/phoenixframework/phoenix_live_view/issues/4214)), introduced in v1.1.29. ### [`v1.1.29`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.29) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.28...v1.1.29) ##### Bug fixes - Prevent JS crash when hook has a duplicate ID ([#&#8203;4196](https://github.com/phoenixframework/phoenix_live_view/issues/4196)) - Recompute scroll container for phx-viewport bindings if it is no longer available ([#&#8203;4169](https://github.com/phoenixframework/phoenix_live_view/issues/4169)) - Fix phx-viewport events not firing when container has horizontal overflow ([#&#8203;3897](https://github.com/phoenixframework/phoenix_live_view/issues/3897)) - Handle locks on skipped nodes ([#&#8203;4209](https://github.com/phoenixframework/phoenix_live_view/issues/4209)) - Use `moveBefore` if available when reordering stream elements ([#&#8203;4212](https://github.com/phoenixframework/phoenix_live_view/issues/4212)) </details> <details> <summary>elixir-ecto/postgrex (postgrex)</summary> ### [`v0.22.1`](https://github.com/elixir-ecto/postgrex/blob/HEAD/CHANGELOG.md#v0221-2026-03-05) [Compare Source](https://github.com/elixir-ecto/postgrex/compare/v0.22.0...v0.22.1) - Enhancements - Relax decimal requirement - Set process labels in Postgrex processes - Bug fixes - Return proper error when getting tcp closed after fatal errors </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between day 1 and 7 of the month (`* * 1-7 * *`) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjMuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE2My40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2026-05-06 02:07:11 +02:00
chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
4042ecc9b5
simon merged commit 5f35b64928 into main 2026-05-06 12:08:42 +02:00
simon deleted branch renovate/mix-dependencies 2026-05-06 12:08:42 +02:00
Sign in to join this conversation.
No description provided.