chore(deps): update mix dependencies #135

Merged
rafael merged 1 commit from renovate/mix-dependencies into main 2025-08-21 13:54:16 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod patch 3.5.33 -> 3.5.34
ash_admin (source) prod patch 0.13.13 -> 0.13.14
ash_phoenix (source) prod patch 2.3.12 -> 2.3.13
ash_postgres (source) prod patch 2.6.14 -> 2.6.15
igniter (source) dev patch 0.6.25 -> 0.6.27
lazy_html (source) dev patch 0.1.3 -> 0.1.6
tidewave (source) dev minor ~> 0.2 -> ~> 0.3

Release Notes

ash-project/ash (ash)

v3.5.34

Compare Source

Bug Fixes:
  • avoid String.to_atom by pre-computing mixed argument name MapSet (#​2262) by James Harton

  • Accept nil input for maps and TypedStructs (#​2257) by @​FugiTech

  • pass actor: nil to ash.get in get_and_lock_for_update (#​2256) by Jesse Williams

  • add default impl for rewrite/3 & get_rewrites/4 for Ash.Type. (#​2251) by @​Torkan

  • filter out invalid changeset, before running the bulk before transactions (#​2249) by @​barnabasJ

  • minor tweaks to usage rules (#​2246) by albinkc

  • handle updates on union types containing arrays (#​2237) by Rutgerdj

Improvements:
  • Support through for many to many relationship gen (#​2233) by Kenneth Kostrešević

  • Update usage-rules.md to include Polymorphic Relationships (#​2211) by Gonzalo Muñoz

  • filter expression verifier (#​2243) by Kenneth Kostrešević

  • Introduce extension introspection functions on Ash.*.Info (#​2239) by Jonatan Männchen

ash-project/ash_admin (ash_admin)

v0.13.14

Compare Source

Bug Fixes:
  • better names for version resources by Zach Daniel

  • Read phoenix js assests at compile time (#​355) by Kenneth Kostrešević

Improvements:
  • add a little razzle dazzle to the authorizing/actor buttons (#​352) by Andy LeClair

  • change svg icons to words (#​351) by Andy LeClair

ash-project/ash_phoenix (ash_phoenix)

v2.3.13

Compare Source

Bug Fixes:
  • ensure nested form errors are included (#​401) by @​joangavelan

  • Remove Product from Save Product button - Save button (#​403) by Kenneth Kostrešević

Improvements:
  • add resource name for route option for ash_phoenix.gen.html (#​402) by Kenneth Kostrešević
ash-project/ash_postgres (ash_postgres)

v2.6.15

Compare Source

Bug Fixes:
  • Use new attribute source in down migration (#​604) by Anatolij Werle

  • always set disable_async, and remove log level config by Zach Daniel

ash-project/igniter (igniter)

v0.6.27

Compare Source

  • releasing a new version to handle locally published version with IO.inspects left in 🤦‍♂️

v0.6.26

Compare Source

Bug Fixes:
  • improve Phoenix web module detection in list_routers (#​325) by James Harton
dashbitco/lazy_html (lazy_html)

v0.1.6

Compare Source

Fixed
  • Fixed regression in LazyHTML.Tree.to_html/1 memory usage (#​19)

v0.1.5

Compare Source

Added
  • Added LazyHTML.Tree.postreduce/3 and LazyHTML.Tree.prereduce/3 (#​15)
Changed
  • Lowered the runtime glibc version requirement (#​16)

v0.1.4

Compare Source

Added
  • Added LazyHTML.html_escape/1 (#​14)
tidewave-ai/tidewave_phoenix (tidewave)

v0.3.2

Compare Source

  • Bug fix
    • Fix shell endpoint on Windows

v0.3.1

Compare Source

  • Enhancements
    • Improve error messages when peer or origin is not allowed

v0.3.0

Compare Source

  • Enhancements

    • Return regular text in get_ecto_schema
    • Warn if git is not present
    • Support umbrella apps on Ecto tools
    • Support for upcoming Tidewave Web
  • Deprecations

    • ?include_fs_tools=true is deprecated as well as support for Claude Desktop in favor of any other editor or CLI that ships with built-in filesystem tools

Configuration

📅 Schedule: Branch creation - On day 3 of the month ( * * 3 * * ) (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](https://hex.pm/packages/ash) ([source](https://github.com/ash-project/ash)) | prod | patch | `3.5.33` -> `3.5.34` | | [ash_admin](https://hex.pm/packages/ash_admin) ([source](https://github.com/ash-project/ash_admin)) | prod | patch | `0.13.13` -> `0.13.14` | | [ash_phoenix](https://hex.pm/packages/ash_phoenix) ([source](https://github.com/ash-project/ash_phoenix)) | prod | patch | `2.3.12` -> `2.3.13` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | patch | `2.6.14` -> `2.6.15` | | [igniter](https://hex.pm/packages/igniter) ([source](https://github.com/ash-project/igniter)) | dev | patch | `0.6.25` -> `0.6.27` | | [lazy_html](https://hex.pm/packages/lazy_html) ([source](https://github.com/dashbitco/lazy_html)) | dev | patch | `0.1.3` -> `0.1.6` | | [tidewave](https://hex.pm/packages/tidewave) ([source](https://github.com/tidewave-ai/tidewave_phoenix)) | dev | minor | `~> 0.2` -> `~> 0.3` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.5.34`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3534-2025-08-07) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.33...v3.5.34) ##### Bug Fixes: - avoid String.to\_atom by pre-computing mixed argument name MapSet ([#&#8203;2262](https://github.com/ash-project/ash/issues/2262)) by James Harton - Accept nil input for maps and TypedStructs ([#&#8203;2257](https://github.com/ash-project/ash/issues/2257)) by [@&#8203;FugiTech](https://github.com/FugiTech) - pass actor: nil to ash.get in get\_and\_lock\_for\_update ([#&#8203;2256](https://github.com/ash-project/ash/issues/2256)) by Jesse Williams - add default impl for rewrite/3 & get\_rewrites/4 for Ash.Type. ([#&#8203;2251](https://github.com/ash-project/ash/issues/2251)) by [@&#8203;Torkan](https://github.com/Torkan) - filter out invalid changeset, before running the bulk before transactions ([#&#8203;2249](https://github.com/ash-project/ash/issues/2249)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) - minor tweaks to usage rules ([#&#8203;2246](https://github.com/ash-project/ash/issues/2246)) by albinkc - handle updates on union types containing arrays ([#&#8203;2237](https://github.com/ash-project/ash/issues/2237)) by Rutgerdj ##### Improvements: - Support through for many to many relationship gen ([#&#8203;2233](https://github.com/ash-project/ash/issues/2233)) by Kenneth Kostrešević - Update usage-rules.md to include Polymorphic Relationships ([#&#8203;2211](https://github.com/ash-project/ash/issues/2211)) by Gonzalo Muñoz - filter expression verifier ([#&#8203;2243](https://github.com/ash-project/ash/issues/2243)) by Kenneth Kostrešević - Introduce extension introspection functions on Ash.\*.Info ([#&#8203;2239](https://github.com/ash-project/ash/issues/2239)) by Jonatan Männchen </details> <details> <summary>ash-project/ash_admin (ash_admin)</summary> ### [`v0.13.14`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01314-2025-08-07) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.13...v0.13.14) ##### Bug Fixes: - better names for version resources by Zach Daniel - Read phoenix js assests at compile time ([#&#8203;355](https://github.com/ash-project/ash_admin/issues/355)) by Kenneth Kostrešević ##### Improvements: - add a little razzle dazzle to the authorizing/actor buttons ([#&#8203;352](https://github.com/ash-project/ash_admin/issues/352)) by Andy LeClair - change svg icons to words ([#&#8203;351](https://github.com/ash-project/ash_admin/issues/351)) by Andy LeClair </details> <details> <summary>ash-project/ash_phoenix (ash_phoenix)</summary> ### [`v2.3.13`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v2313-2025-08-07) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.12...v2.3.13) ##### Bug Fixes: - ensure nested form errors are included ([#&#8203;401](https://github.com/ash-project/ash_phoenix/issues/401)) by [@&#8203;joangavelan](https://github.com/joangavelan) - Remove Product from Save Product button - Save button ([#&#8203;403](https://github.com/ash-project/ash_phoenix/issues/403)) by Kenneth Kostrešević ##### Improvements: - add resource name for route option for `ash_phoenix.gen.html` ([#&#8203;402](https://github.com/ash-project/ash_phoenix/issues/402)) by Kenneth Kostrešević </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.6.15`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2615-2025-08-07) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.14...v2.6.15) ##### Bug Fixes: - Use new attribute source in down migration ([#&#8203;604](https://github.com/ash-project/ash_postgres/issues/604)) by Anatolij Werle - always set disable\_async, and remove log level config by Zach Daniel </details> <details> <summary>ash-project/igniter (igniter)</summary> ### [`v0.6.27`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0627-2025-08-14) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.26...v0.6.27) - releasing a new version to handle locally published version with IO.inspects left in 🤦‍♂️ ### [`v0.6.26`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0626-2025-07-29) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.25...v0.6.26) ##### Bug Fixes: - improve Phoenix web module detection in list\_routers ([#&#8203;325](https://github.com/ash-project/igniter/issues/325)) by James Harton </details> <details> <summary>dashbitco/lazy_html (lazy_html)</summary> ### [`v0.1.6`](https://github.com/dashbitco/lazy_html/blob/HEAD/CHANGELOG.md#v016-2025-08-07) [Compare Source](https://github.com/dashbitco/lazy_html/compare/v0.1.5...v0.1.6) ##### Fixed - Fixed regression in `LazyHTML.Tree.to_html/1` memory usage ([#&#8203;19](https://github.com/dashbitco/lazy_html/pull/19)) ### [`v0.1.5`](https://github.com/dashbitco/lazy_html/blob/HEAD/CHANGELOG.md#v015-2025-08-05) [Compare Source](https://github.com/dashbitco/lazy_html/compare/v0.1.4...v0.1.5) ##### Added - Added `LazyHTML.Tree.postreduce/3` and `LazyHTML.Tree.prereduce/3` ([#&#8203;15](https://github.com/dashbitco/lazy_html/pull/15)) ##### Changed - Lowered the runtime glibc version requirement ([#&#8203;16](https://github.com/dashbitco/lazy_html/pull/16)) ### [`v0.1.4`](https://github.com/dashbitco/lazy_html/blob/HEAD/CHANGELOG.md#v014-2025-08-04) [Compare Source](https://github.com/dashbitco/lazy_html/compare/v0.1.3...v0.1.4) ##### Added - Added `LazyHTML.html_escape/1` ([#&#8203;14](https://github.com/dashbitco/lazy_html/pull/14)) </details> <details> <summary>tidewave-ai/tidewave_phoenix (tidewave)</summary> ### [`v0.3.2`](https://github.com/tidewave-ai/tidewave_phoenix/blob/HEAD/CHANGELOG.md#032-2025-08-13) [Compare Source](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.3.1...v0.3.2) - Bug fix - Fix shell endpoint on Windows ### [`v0.3.1`](https://github.com/tidewave-ai/tidewave_phoenix/blob/HEAD/CHANGELOG.md#031-2025-08-13) [Compare Source](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.3.0...v0.3.1) - Enhancements - Improve error messages when peer or origin is not allowed ### [`v0.3.0`](https://github.com/tidewave-ai/tidewave_phoenix/blob/HEAD/CHANGELOG.md#030-2025-08-05) [Compare Source](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.2.0...v0.3.0) - Enhancements - Return regular text in `get_ecto_schema` - Warn if `git` is not present - Support umbrella apps on Ecto tools - Support for upcoming Tidewave Web - Deprecations - `?include_fs_tools=true` is deprecated as well as support for Claude Desktop in favor of any other editor or CLI that ships with built-in filesystem tools </details> --- ### Configuration 📅 **Schedule**: Branch creation - On day 3 of the month ( * * 3 * * ) (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:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-08-05 02:03:59 +02:00
chore(deps): update dependency lazy_html to v0.1.4
All checks were successful
continuous-integration/drone/push Build is passing
2b1192f92b
renovate force-pushed renovate/mix-dependencies from 2b1192f92b to 7957c8dbe4 2025-08-06 02:06:11 +02:00 Compare
renovate changed title from chore(deps): update dependency lazy_html to v0.1.4 to chore(deps): update mix dependencies 2025-08-06 02:06:13 +02:00
renovate force-pushed renovate/mix-dependencies from 7957c8dbe4 to 0758a17b49 2025-08-08 02:06:39 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 0758a17b49 to a8f4bbec97 2025-08-10 02:21:54 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from a8f4bbec97 to 61dc18aea9 2025-08-12 02:21:57 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 61dc18aea9 to 6e65332cbe 2025-08-13 02:22:20 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 6e65332cbe to eb83108265 2025-08-14 02:22:22 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from eb83108265 to a4a02551b7 2025-08-14 10:39:57 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from a4a02551b7 to c5a317221d 2025-08-14 10:44:07 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from c5a317221d to 1063a6dd5a 2025-08-14 10:50:23 +02:00 Compare
rafael added this to the Sprint 5 - 31.07. - 11.09. project 2025-08-14 11:14:18 +02:00
renovate force-pushed renovate/mix-dependencies from 1063a6dd5a to 59e936e665 2025-08-14 12:57:01 +02:00 Compare
Collaborator

Tested, everything seems to work :)

Tested, everything seems to work :)
rafael force-pushed renovate/mix-dependencies from 59e936e665 to dacfb5b295 2025-08-21 13:52:35 +02:00 Compare
rafael merged commit 96085ea420 into main 2025-08-21 13:54:16 +02:00
rafael deleted branch renovate/mix-dependencies 2025-08-21 13:54:16 +02:00
Sign in to join this conversation.
No description provided.