chore(deps): update mix dependencies #411

Merged
moritz merged 1 commit from renovate/mix-dependencies into main 2026-02-10 16:46:06 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod minor 3.14.13.16.0
ash_postgres (source) prod patch 2.6.292.6.31
lazy_html (source) dev patch 0.1.80.1.10
live_debugger (source) dev minor ~> 0.5~> 0.6

Release Notes

ash-project/ash (ash)

v3.16.0

Compare Source

Features:
Bug Fixes:

v3.15.0

Compare Source

Features:
Bug Fixes:
ash-project/ash_postgres (ash_postgres)

v2.6.31

Compare Source

Bug Fixes:
  • handle atomic no_rollback errors during creates by Zach Daniel

  • correct test expectation for first aggregate with include_nil? (#​683) by sevenseacat

v2.6.30

Compare Source

  • fix for atomic create support
dashbitco/lazy_html (lazy_html)

v0.1.10

Compare Source

Fixed
  • LazyHTML.query/2 and LazyHTML.query_by_id/2 returning duplicate nodes (#​31)

v0.1.9

Compare Source

Added
  • LazyHTML.parent_node/1 and LazyHTML.nth_child/1 (#​25)
Fixed
  • Segmentation fault when calling LazyHTML.from_tree/1 with highly nested trees (#​30)
software-mansion/live-debugger (live_debugger)

v0.6.0

Compare Source

Features
  • Create API for sending user-triggered events to LiveView process in #​879
  • Add highlighting active LiveViews in #​878
  • Add form for sending user messages to node in #​881
  • Add option to set default values of setting via config in #​903
  • Displaying temporary assigns in #​892
  • Add tab icon in #​910
  • Add update checks in #​895
  • Add helpers to send event form in #​906
Bug fixes
  • Fix function name in async loading in #​877
  • Modals should be closed on click away in #​897
  • Fix navigation menu in old LiveView versions in #​899
  • Fix LiveView first render issue in #​900
Enhancements
  • Stabilize LiveDebugger behavior on recompilation in #​873
  • Better display of timestamp in callback traces in #​872
  • Remove tracing_setup_delay in #​882
  • Sort children in TermNode in #​896
  • Better tracer restart in #​907
  • Make it easier to sift through assigns in #​911
  • Add better handling of callbacks exceptions in #​884
  • Improve streams UI in #​908
  • Add survey links in #​915
Other
  • Docs: update landing page after v0.5.0 release in #​871
  • Docs: update README and docs with v0.5.0 in #​875
  • Docs: update landing page (banner) in #​883
  • Docs: add browser extensions links to landing page in #​893
  • Docs: change gtm container id on landing in #​913
  • Chore: changed version to v0.6.0 in mix.exs in #​876
  • Chore: enable update checks in #​917
  • Chore: Change update checks url in #​918
  • Tests: fix flaky tests associated with select_live_view in #​898
  • Tests: fix flaky tests associated with wrong number of traces in #​905
  • Tests: Fix flaky tests associated with exception tracing in #​920

Configuration

📅 Schedule: Branch creation - Between day 1 and 7 of the month ( * * 1-7 * * ) (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 | minor | `3.14.1` → `3.16.0` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | patch | `2.6.29` → `2.6.31` | | [lazy_html](https://hex.pm/packages/lazy_html) ([source](https://github.com/dashbitco/lazy_html)) | dev | patch | `0.1.8` → `0.1.10` | | [live_debugger](https://hex.pm/packages/live_debugger) ([source](https://github.com/software-mansion/live-debugger)) | dev | minor | `~> 0.5` → `~> 0.6` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.16.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3160-2026-02-09) [Compare Source](https://github.com/ash-project/ash/compare/v3.15.0...v3.16.0) ##### Features: - calculations: Add multitenancy bypass options to calculations ([#&#8203;2552](https://github.com/ash-project/ash/issues/2552)) by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2552)](https://github.com/ash-project/ash/pull/2552) ##### Bug Fixes: - handle unrelated exists in authorizer ref replacement ([#&#8203;2556](https://github.com/ash-project/ash/issues/2556)) by zackattackz [(#&#8203;2556)](https://github.com/ash-project/ash/pull/2556) - pass full context to `Ash.load!` in cascade changes ([#&#8203;2537](https://github.com/ash-project/ash/issues/2537)) by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;2537)](https://github.com/ash-project/ash/pull/2537) - pass full context to `Ash.load!` in cascade changes by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;2537)](https://github.com/ash-project/ash/pull/2537) - use scope option instead of to\_opts for Ash.load! in cascade changes by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;2537)](https://github.com/ash-project/ash/pull/2537) - avoid shadowing context variable in cascade changes by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;2537)](https://github.com/ash-project/ash/pull/2537) - remove `authorize?: false` from cascade `Ash.load!` calls by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;2537)](https://github.com/ash-project/ash/pull/2537) - ensure tenant is not overridden in aggregates by [@&#8203;zachdaniel](https://github.com/zachdaniel) - ensure that `change` is properly simulated when `batch_change` defined by [@&#8203;zachdaniel](https://github.com/zachdaniel) - remove incorrect stream calls ([#&#8203;2554](https://github.com/ash-project/ash/issues/2554)) by Jesse Williams [(#&#8203;2554)](https://github.com/ash-project/ash/pull/2554) ### [`v3.15.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3150-2026-02-05) [Compare Source](https://github.com/ash-project/ash/compare/v3.14.1...v3.15.0) ##### Features: - manual relationship via list ([#&#8203;2546](https://github.com/ash-project/ash/issues/2546)) by zackattackz [(#&#8203;2546)](https://github.com/ash-project/ash/pull/2546) ##### Bug Fixes: - properly handle allow\_nil? in expressions for atomic\_set on create actions by [@&#8203;zachdaniel](https://github.com/zachdaniel) - improve error reporting for duplicate use of Ash.Domain by TravelCurry02 [(#&#8203;2545)](https://github.com/ash-project/ash/pull/2545) - resolve ^actor() template in manage\_relationship filters ([#&#8203;2548](https://github.com/ash-project/ash/issues/2548)) by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2548)](https://github.com/ash-project/ash/pull/2548) </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.6.31`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2631-2026-02-05) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.30...v2.6.31) ##### Bug Fixes: - handle atomic no\_rollback errors during creates by Zach Daniel - correct test expectation for `first` aggregate with `include_nil?` ([#&#8203;683](https://github.com/ash-project/ash_postgres/issues/683)) by sevenseacat ### [`v2.6.30`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2630-2026-02-04) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.29...v2.6.30) - fix for atomic create support </details> <details> <summary>dashbitco/lazy_html (lazy_html)</summary> ### [`v0.1.10`](https://github.com/dashbitco/lazy_html/blob/HEAD/CHANGELOG.md#v0110-2026-02-09) [Compare Source](https://github.com/dashbitco/lazy_html/compare/v0.1.9...v0.1.10) ##### Fixed - `LazyHTML.query/2` and `LazyHTML.query_by_id/2` returning duplicate nodes ([#&#8203;31](https://github.com/dashbitco/lazy_html/pull/31)) ### [`v0.1.9`](https://github.com/dashbitco/lazy_html/blob/HEAD/CHANGELOG.md#v019-2026-02-09) [Compare Source](https://github.com/dashbitco/lazy_html/compare/v0.1.8...v0.1.9) ##### Added - `LazyHTML.parent_node/1` and `LazyHTML.nth_child/1` ([#&#8203;25](https://github.com/dashbitco/lazy_html/pull/25)) ##### Fixed - Segmentation fault when calling `LazyHTML.from_tree/1` with highly nested trees ([#&#8203;30](https://github.com/dashbitco/lazy_html/pull/30)) </details> <details> <summary>software-mansion/live-debugger (live_debugger)</summary> ### [`v0.6.0`](https://github.com/software-mansion/live-debugger/blob/HEAD/CHANGELOG.md#060-2026-02-05) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.5.1...v0.6.0) ##### Features - Create API for sending user-triggered events to LiveView process in [#&#8203;879](https://github.com/software-mansion/live-debugger/pull/879) - Add highlighting active LiveViews in [#&#8203;878](https://github.com/software-mansion/live-debugger/pull/878) - Add form for sending user messages to node in [#&#8203;881](https://github.com/software-mansion/live-debugger/pull/881) - Add option to set default values of setting via config in [#&#8203;903](https://github.com/software-mansion/live-debugger/pull/903) - Displaying temporary assigns in [#&#8203;892](https://github.com/software-mansion/live-debugger/pull/892) - Add tab icon in [#&#8203;910](https://github.com/software-mansion/live-debugger/pull/910) - Add update checks in [#&#8203;895](https://github.com/software-mansion/live-debugger/pull/895) - Add helpers to send event form in [#&#8203;906](https://github.com/software-mansion/live-debugger/pull/906) ##### Bug fixes - Fix function name in async loading in [#&#8203;877](https://github.com/software-mansion/live-debugger/pull/877) - Modals should be closed on click away in [#&#8203;897](https://github.com/software-mansion/live-debugger/pull/897) - Fix navigation menu in old LiveView versions in [#&#8203;899](https://github.com/software-mansion/live-debugger/pull/899) - Fix LiveView first render issue in [#&#8203;900](https://github.com/software-mansion/live-debugger/pull/900) ##### Enhancements - Stabilize LiveDebugger behavior on recompilation in [#&#8203;873](https://github.com/software-mansion/live-debugger/pull/873) - Better display of timestamp in callback traces in [#&#8203;872](https://github.com/software-mansion/live-debugger/pull/872) - Remove `tracing_setup_delay` in [#&#8203;882](https://github.com/software-mansion/live-debugger/pull/882) - Sort children in TermNode in [#&#8203;896](https://github.com/software-mansion/live-debugger/pull/896) - Better tracer restart in [#&#8203;907](https://github.com/software-mansion/live-debugger/pull/907) - Make it easier to sift through assigns in [#&#8203;911](https://github.com/software-mansion/live-debugger/pull/911) - Add better handling of callbacks exceptions in [#&#8203;884](https://github.com/software-mansion/live-debugger/pull/884) - Improve streams UI in [#&#8203;908](https://github.com/software-mansion/live-debugger/pull/908) - Add survey links in [#&#8203;915](https://github.com/software-mansion/live-debugger/pull/915) ##### Other - Docs: update landing page after v0.5.0 release in [#&#8203;871](https://github.com/software-mansion/live-debugger/pull/871) - Docs: update README and docs with v0.5.0 in [#&#8203;875](https://github.com/software-mansion/live-debugger/pull/875) - Docs: update landing page (banner) in [#&#8203;883](https://github.com/software-mansion/live-debugger/pull/883) - Docs: add browser extensions links to landing page in [#&#8203;893](https://github.com/software-mansion/live-debugger/pull/893) - Docs: change gtm container id on landing in [#&#8203;913](https://github.com/software-mansion/live-debugger/pull/913) - Chore: changed version to v0.6.0 in `mix.exs` in [#&#8203;876](https://github.com/software-mansion/live-debugger/pull/876) - Chore: enable update checks in [#&#8203;917](https://github.com/software-mansion/live-debugger/pull/917) - Chore: Change update checks url in [#&#8203;918](https://github.com/software-mansion/live-debugger/pull/918) - Tests: fix flaky tests associated with `select_live_view` in [#&#8203;898](https://github.com/software-mansion/live-debugger/pull/898) - Tests: fix flaky tests associated with wrong number of traces in [#&#8203;905](https://github.com/software-mansion/live-debugger/pull/905) - Tests: Fix flaky tests associated with exception tracing in [#&#8203;920](https://github.com/software-mansion/live-debugger/pull/920) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between day 1 and 7 of the month ( * * 1-7 * * ) (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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS41IiwidXBkYXRlZEluVmVyIjoiNDIuOTUuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2026-02-05 01:19:53 +01:00
Update dependency ash_postgres to v2.6.30
Some checks failed
continuous-integration/drone/push Build is failing
a37129d605
renovate force-pushed renovate/mix-dependencies from a37129d605 to 2421cf91d7 2026-02-06 01:24:09 +01:00 Compare
renovate changed title from Update dependency ash_postgres to v2.6.30 to Update Mix dependencies 2026-02-06 01:24:22 +01:00
renovate force-pushed renovate/mix-dependencies from 2421cf91d7 to 2c5075c7ee 2026-02-09 01:27:09 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 2c5075c7ee to b142a3a66a 2026-02-10 01:27:11 +01:00 Compare
renovate changed title from Update Mix dependencies to chore(deps): update mix dependencies 2026-02-10 01:27:30 +01:00
moritz merged commit c9ea784c14 into main 2026-02-10 16:46:06 +01:00
moritz deleted branch renovate/mix-dependencies 2026-02-10 16:46:07 +01:00
Sign in to join this conversation.
No description provided.