chore(deps): update mix dependencies #77

Merged
rafael merged 1 commit from renovate/mix-dependencies into main 2025-07-17 14:37:39 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod patch 3.5.19 -> 3.5.26
ash_admin (source) prod patch 0.13.9 -> 0.13.11
ash_authentication prod patch 4.9.3 -> 4.9.6
ash_authentication_phoenix prod patch 2.10.1 -> 2.10.3
ash_phoenix (source) prod patch 2.3.6 -> 2.3.10
ash_postgres (source) prod patch 2.6.6 -> 2.6.10
ecto_sql (source) prod minor 3.12.1 -> 3.13.2
finch (source) prod minor ~> 0.13 -> ~> 0.20
floki (source) dev minor 0.37.1 -> 0.38.0
igniter (source) dev patch 0.6.7 -> 0.6.19
live_debugger (source) dev minor ~> 0.2 -> ~> 0.3
phoenix_ecto (source) prod patch 4.6.4 -> 4.6.5
swoosh (source) prod patch 1.19.2 -> 1.19.3
telemetry_poller (source) prod minor 1.2.0 -> 1.3.0
tidewave dev minor ~> 0.1 -> ~> 0.2

Release Notes

ash-project/ash (ash)

v3.5.26

Compare Source

Bug Fixes:
Improvements:
  • set show_policy_breakdowns? to true in dev/test by default by @​zachdaniel

  • make mix ash.gen.resource merge existing resources by @​zachdaniel

  • allow code_interface default_options to accept a function (#​2183) by scottwoodall

  • show optional code interface inputs in usage rules by @​zachdaniel

v3.5.25

Compare Source

Bug Fixes:
  • handle additional cases in Ash.Filter.flat_map by @​zachdaniel

  • handle overlapping type short-codes in app/dependencies by @​zachdaniel

  • ensure that constraints are set on calculations by @​zachdaniel

  • Upgrade strip_metadata/1 to recurse on maps and handle additional metadata fields (#​2169) by Samuel Wrenn

  • ensure that atomic upgrades assume casted inputs by @​zachdaniel

  • move length constraint checking to the end (#​2155) by kernel-io

Improvements:

v3.5.24

Compare Source

Bug Fixes:
  • restrict subset of context -> opts in embedded changesets by @​zachdaniel

  • properly handle nested context for embeddable type by @​zachdaniel

  • Use the same parent query timeout for the count query, for read actions (#​2161) by sevenseacat

  • ensure join query has shared context passed to it by @​zachdaniel

  • ensure shared context is set on through queries when loading by @​zachdaniel

Improvements:

v3.5.23

Compare Source

Bug Fixes:

v3.5.22

Compare Source

Bug Fixes:
  • template opts in conditions in atomic changes by @​zachdaniel

  • properly detect existing timestamp attributes in igniter tasks by @​zachdaniel

Improvements:

v3.5.21

Compare Source

Bug Fixes:
Improvements:
  • allow update_query when expr_error is nto supported by @​zachdaniel

  • only require atomicity when update_query and expr_error supported by @​zachdaniel

  • make installer avoid protocol consolidation by @​zachdaniel

v3.5.20

Compare Source

Bug Fixes:
ash-project/ash_admin (ash_admin)

v0.13.11

Compare Source

Bug Fixes:
  • Prevent double HTML escaping (#​332) by Jechol Lee

  • Encode/decode cookie values in JS (#​328) by Jechol Lee

v0.13.10

Compare Source

Improvements:
  • Change level of repetitive log (#​324) by capoccias
ash-project/ash_phoenix (ash_phoenix)

v2.3.10

Compare Source

Bug Fixes:

v2.3.9

Compare Source

Improvements:

v2.3.8

Compare Source

Bug Fixes:
  • resolve warning about map key access as function call by @​zachdaniel
Improvements:

v2.3.7

Compare Source

Bug Fixes:
  • access proper form field for nested argument inputs by @​zachdaniel

  • handle case where last item in add form path is an integer by @​zachdaniel

ash-project/ash_postgres (ash_postgres)

v2.6.10

Compare Source

Bug Fixes:
  • properly return the type when configured by Zach Daniel

  • retain sort when upgrading to a subquery by Zach Daniel

v2.6.9

Compare Source

Bug Fixes:
  • smallserial not mapping to proper type (#​574) by Marc Planelles

  • Fix foreign key constraint on specially named references (#​572) by olivermt

v2.6.8

Compare Source

Bug Fixes:
  • ensure prefix is set even with create_schemas_in_migrations? false by Zach Daniel

v2.6.7

Compare Source

Bug Fixes:
  • double select error (#​569) by Barnabas Jovanovics
elixir-ecto/ecto_sql (ecto_sql)

v3.13.2

Compare Source

Enhancements
  • [sandbox] Allow passing through opts in Ecto.Adapters.SQL.Sandbox.allow/4 calls
  • [sql] Add support for ON DELETE SET DEFAULT
Bug fixes
  • [postgres] Fix nested array generated time columns

v3.13.1

Compare Source

Bug fixes
  • [postgres] Fix nested array generated columns

v3.13.0

Compare Source

Enhancements
  • [Ecto.Migration] Add support for index directions
  • [sql] Support :log_stacktrace_mfa for filtering or modifying stacktrace-derived info in query logs
  • [mysql] Support arrays using JSON for MariaDB
  • [mysql] Allow to specify :prepare per operation
  • [postgres] Add support for collations in Postgres
  • [postgres] Allow source fields in json_extract_path
sneako/finch (finch)

v0.20.0

Compare Source

Enhancements
  • Support manual pool termination #​299
  • Refactor HTTP1 pool state for better maintainability #​308
  • Add :supported_groups to list of TLS options #​307
  • Be more explicit about the :default pool in documentation #​314
  • Upgrade nimble_options to document deprecations #​315
Bug Fixes
  • Fix Finch.stream_while/5 on halt for both HTTP/1 and HTTP/2 #​320
  • Return accumulator when Finch.stream/5 and Finch.stream_while/5 fail #​295
  • Fix documentation reference for get_pool_status/2 #​301
Other
  • Upgrade CI VM to Ubuntu 24 #​321
  • CI housekeeping: support Elixir 1.17/Erlang OTP 27, bump Credo and deps #​303
  • Update GitHub CI badge URL #​304
philss/floki (floki)

v0.38.0

Compare Source

Added
  • This version adds initial support for the :has pseudo-selector.
    It is a great addition that enables finding elements containing
    matching children.

    Examples for selectors:

    • "div:has(h1)"
    • "div:has(h1, p, span)"
    • "div:has(p.foo)"
    • "div:has(img[src='https://example.com'])"
    • "tr:has(*:fl-contains('TEST'))"

    Note that combinators like ">" are not allowed yet.

    Thank you @​bvobart for this feature!

Fixed
  • Add :style option documentation to Floki.text/2.
    Thanks @​s3cur3 for the fix.

  • Fix deprecation warnings for upcoming Elixir 1.19.

  • Prevent from crashing when selector is an empty string.

Removed
  • Remove support for Elixir 1.14 and OTP 23.

  • Remove deprecated functions and function clauses
    that were accepting strings (binaries).

    Affected functions:

    • parse/1 - removed function
    • map/2 - removed function
    • attr/4 - removed clause
    • find/2 - removed clause
    • text/3 - removed clause
    • text/3 - removed clause
    • attribute/2 - removed clause
    • filter_out/2 - removed clause
  • HTML must be parsed before searching. Functions like Floki.find/2,
    Floki.attribute/2, and other HTML manipulation functions no longer work
    directly with HTML strings
    . The HTML must be parsed first using
    Floki.parse_fragment/2 or Floki.parse_document/2.

    Before:

    html = "<div class='foobar'><p>Hello</p></div>"
    Floki.find(html, "p")
    Floki.attribute(html, "div", "class")
    

    After:

    html = "<div class='foobar'><p>Hello</p></div>"
    parsed_html = Floki.parse_fragment!(html)
    Floki.find(parsed_html, "p")
    Floki.attribute(parsed_html, "div", "class")
    
ash-project/igniter (igniter)

v0.6.19

Compare Source

Bug Fixes:
  • typo in set_yes by Zach Daniel

v0.6.18

Compare Source

Improvements:
  • support more tasks being called just from the archive by Zach Daniel

v0.6.17

Compare Source

Bug Fixes:
  • properly use already retrieved task name by Zach Daniel

v0.6.16

Compare Source

Bug Fixes:
  • remove all test macros by Zach Daniel
Improvements:
  • don't assume --yes with no tty when in test mode by Zach Daniel

  • clean up and deprecate macros in Igniter.Mix.Task by Zach Daniel

  • more granular info on the output of installers by Zach Daniel

v0.6.15

Compare Source

Bug Fixes:
  • vendor Path.relative_to to get 1.18.4 behavior by Zach Daniel

  • assume Kernel is imported in older Elixir versions by Zach Daniel

v0.6.14

Compare Source

Bug Fixes:
  • a slew of fixes for config, code modification, deps addition, keywords by Zach Daniel

v0.6.13

Compare Source

Bug Fixes:
  • handle unexpected cases around detecting tty by Zach Daniel

v0.6.12

Compare Source

Bug Fixes:
  • properly encode values added to mix project by Zach Daniel

v0.6.11

Compare Source

Improvements:
  • when stdin is not a tyy, treat that as --yes by Zach Daniel

v0.6.10

Compare Source

Improvements:
  • make Igniter.exists? support directories by Zach Daniel

v0.6.9

Compare Source

Improvements:
  • Implement removal of configuration (#​309) by Benjamin Milde

  • add required? option to Igniter.update_elixir_file/3 by Benjamin Milde

v0.6.8

Compare Source

Bug Fixes:
  • properly honor explicitly passed --only flag over other only configs by Zach Daniel

  • properly render the child that must be placed in the supervision tree by Zach Daniel

Improvements:
  • Update argument error message about apply_igniter in test (#​305) by Kenneth Kostrešević
software-mansion/live-debugger (live_debugger)

v0.3.1

Compare Source

Fixes

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.3.0...v0.3.1

v0.3.0

Compare Source

What's Changed

New features
Fixes
Refactors
Other

New Contributors

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.2.0...v0.3.0

phoenixframework/phoenix_ecto (phoenix_ecto)

v4.6.5

  • Bug fixes
    • Unallow existing allowances when attempting to allow a Plug to access a connection
swoosh/swoosh (swoosh)

v1.19.3

Compare Source

Features
beam-telemetry/telemetry_poller (telemetry_poller)

v1.3.0

Compare Source

Added
  • Add atom_limit, process_limit, and port_limit measurements to the [vm, system_counts] event. (#​79)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.19` -> `3.5.26` | | [ash_admin](https://hex.pm/packages/ash_admin) ([source](https://github.com/ash-project/ash_admin)) | prod | patch | `0.13.9` -> `0.13.11` | | [ash_authentication](https://hex.pm/packages/ash_authentication) | prod | patch | `4.9.3` -> `4.9.6` | | [ash_authentication_phoenix](https://hex.pm/packages/ash_authentication_phoenix) | prod | patch | `2.10.1` -> `2.10.3` | | [ash_phoenix](https://hex.pm/packages/ash_phoenix) ([source](https://github.com/ash-project/ash_phoenix)) | prod | patch | `2.3.6` -> `2.3.10` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | patch | `2.6.6` -> `2.6.10` | | [ecto_sql](https://hex.pm/packages/ecto_sql) ([source](https://github.com/elixir-ecto/ecto_sql)) | prod | minor | `3.12.1` -> `3.13.2` | | [finch](https://hex.pm/packages/finch) ([source](https://github.com/sneako/finch)) | prod | minor | `~> 0.13` -> `~> 0.20` | | [floki](https://hex.pm/packages/floki) ([source](https://github.com/philss/floki)) | dev | minor | `0.37.1` -> `0.38.0` | | [igniter](https://hex.pm/packages/igniter) ([source](https://github.com/ash-project/igniter)) | dev | patch | `0.6.7` -> `0.6.19` | | [live_debugger](https://hex.pm/packages/live_debugger) ([source](https://github.com/software-mansion/live-debugger)) | dev | minor | `~> 0.2` -> `~> 0.3` | | [phoenix_ecto](https://hex.pm/packages/phoenix_ecto) ([source](https://github.com/phoenixframework/phoenix_ecto)) | prod | patch | `4.6.4` -> `4.6.5` | | [swoosh](https://hex.pm/packages/swoosh) ([source](https://github.com/swoosh/swoosh)) | prod | patch | `1.19.2` -> `1.19.3` | | [telemetry_poller](https://hex.pm/packages/telemetry_poller) ([source](https://github.com/beam-telemetry/telemetry_poller)) | prod | minor | `1.2.0` -> `1.3.0` | | [tidewave](https://hex.pm/packages/tidewave) | dev | minor | `~> 0.1` -> `~> 0.2` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.5.26`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3526-2025-07-09) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.25...v3.5.26) ##### Bug Fixes: - don't dump values to native when building changesets by [@&#8203;zachdaniel](https://github.com/zachdaniel) - ensure that async limiter is properly cleared by [@&#8203;zachdaniel](https://github.com/zachdaniel) - when comparing embedded attributes, ignore metadata keys by [@&#8203;zachdaniel](https://github.com/zachdaniel) - clear async limiter on pagination query by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - set `show_policy_breakdowns?` to `true` in dev/test by default by [@&#8203;zachdaniel](https://github.com/zachdaniel) - make `mix ash.gen.resource` merge existing resources by [@&#8203;zachdaniel](https://github.com/zachdaniel) - allow code\_interface default\_options to accept a function ([#&#8203;2183](https://github.com/ash-project/ash/issues/2183)) by scottwoodall - show optional code interface inputs in usage rules by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.5.25`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3525-2025-07-02) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.24...v3.5.25) ##### Bug Fixes: - handle additional cases in `Ash.Filter.flat_map` by [@&#8203;zachdaniel](https://github.com/zachdaniel) - handle overlapping type short-codes in app/dependencies by [@&#8203;zachdaniel](https://github.com/zachdaniel) - ensure that constraints are set on calculations by [@&#8203;zachdaniel](https://github.com/zachdaniel) - Upgrade strip\_metadata/1 to recurse on maps and handle additional metadata fields ([#&#8203;2169](https://github.com/ash-project/ash/issues/2169)) by Samuel Wrenn - ensure that atomic upgrades assume casted inputs by [@&#8203;zachdaniel](https://github.com/zachdaniel) - move length constraint checking to the end ([#&#8203;2155](https://github.com/ash-project/ash/issues/2155)) by kernel-io ##### Improvements: - validate reserved constraint key names by [@&#8203;zachdaniel](https://github.com/zachdaniel) - Read Action multitenancy :bypass\_all ([#&#8203;2154](https://github.com/ash-project/ash/issues/2154)) by xantrac - add missing types to Ash.load typespec ([#&#8203;2167](https://github.com/ash-project/ash/issues/2167)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) - allow pure-binary sigils in expr fragments ([#&#8203;2165](https://github.com/ash-project/ash/issues/2165)) by Frank Dugan III - add notifier trace/telemetry span type by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.5.24`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3524-2025-06-25) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.23...v3.5.24) ##### Bug Fixes: - restrict subset of context -> opts in embedded changesets by [@&#8203;zachdaniel](https://github.com/zachdaniel) - properly handle nested context for embeddable type by [@&#8203;zachdaniel](https://github.com/zachdaniel) - Use the same parent query timeout for the count query, for `read` actions ([#&#8203;2161](https://github.com/ash-project/ash/issues/2161)) by sevenseacat - ensure join query has shared context passed to it by [@&#8203;zachdaniel](https://github.com/zachdaniel) - ensure shared context is set on through queries when loading by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - make usage-rules more clear about require Ash.Query by [@&#8203;zachdaniel](https://github.com/zachdaniel) - `require Ash.Query` in `Ash.Resource` by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.5.23`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3523-2025-06-19) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.22...v3.5.23) ##### Bug Fixes: - set proper metadata key for bulk destroy changes by [@&#8203;zachdaniel](https://github.com/zachdaniel) - don't override tenant if manually set by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.5.22`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3522-2025-06-18) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.21...v3.5.22) ##### Bug Fixes: - template opts in conditions in atomic changes by [@&#8203;zachdaniel](https://github.com/zachdaniel) - properly detect existing timestamp attributes in igniter tasks by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - improve message for --dev migrations message by [@&#8203;zachdaniel](https://github.com/zachdaniel) - add `mix ash` command by [@&#8203;zachdaniel](https://github.com/zachdaniel) - handle changes to `nil` for unknown attribute values by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.5.21`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3521-2025-06-16) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.20...v3.5.21) ##### Bug Fixes: - support read actions and arguments in Ash.Generator.action\_input/3 ([#&#8203;2137](https://github.com/ash-project/ash/issues/2137)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) - combination\_of typespec ([#&#8203;2135](https://github.com/ash-project/ash/issues/2135)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) ##### Improvements: - allow update\_query when `expr_error` is nto supported by [@&#8203;zachdaniel](https://github.com/zachdaniel) - only require atomicity when update\_query *and* expr\_error supported by [@&#8203;zachdaniel](https://github.com/zachdaniel) - make installer avoid protocol consolidation by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.5.20`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3520-2025-06-13) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.19...v3.5.20) ##### Bug Fixes: - support private\_arguments in code interface and bulk actions ([#&#8203;2133](https://github.com/ash-project/ash/issues/2133)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) - combination\_of typespec ([#&#8203;2135](https://github.com/ash-project/ash/issues/2135)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) </details> <details> <summary>ash-project/ash_admin (ash_admin)</summary> ### [`v0.13.11`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01311-2025-07-02) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.10...v0.13.11) ##### Bug Fixes: - Prevent double HTML escaping ([#&#8203;332](https://github.com/ash-project/ash_admin/issues/332)) by Jechol Lee - Encode/decode cookie values in JS ([#&#8203;328](https://github.com/ash-project/ash_admin/issues/328)) by Jechol Lee ### [`v0.13.10`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01310-2025-06-18) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.9...v0.13.10) ##### Improvements: - Change level of repetitive log ([#&#8203;324](https://github.com/ash-project/ash_admin/issues/324)) by capoccias </details> <details> <summary>ash-project/ash_phoenix (ash_phoenix)</summary> ### [`v2.3.10`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v2310-2025-07-09) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.9...v2.3.10) ##### Bug Fixes: - handle `value_is_key` forms by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v2.3.9`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v239-2025-06-28) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.8...v2.3.9) ##### Improvements: - update usage rules with info on `raw_errors` by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v2.3.8`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v238-2025-06-25) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.7...v2.3.8) ##### Bug Fixes: - resolve warning about map key access as function call by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - add `AshPhoenix.Form.raw_errors/2` by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v2.3.7`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v237-2025-06-18) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.6...v2.3.7) ##### Bug Fixes: - access proper form field for nested argument inputs by [@&#8203;zachdaniel](https://github.com/zachdaniel) - handle case where last item in add form path is an integer by [@&#8203;zachdaniel](https://github.com/zachdaniel) </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.6.10`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2610-2025-07-09) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.9...v2.6.10) ##### Bug Fixes: - properly return the type when configured by Zach Daniel - retain sort when upgrading to a subquery by Zach Daniel ### [`v2.6.9`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v269-2025-06-25) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.8...v2.6.9) ##### Bug Fixes: - smallserial not mapping to proper type ([#&#8203;574](https://github.com/ash-project/ash_postgres/issues/574)) by Marc Planelles - Fix foreign key constraint on specially named references ([#&#8203;572](https://github.com/ash-project/ash_postgres/issues/572)) by olivermt ### [`v2.6.8`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v268-2025-06-18) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.7...v2.6.8) ##### Bug Fixes: - ensure prefix is set even with create\_schemas\_in\_migrations? false by Zach Daniel ### [`v2.6.7`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v267-2025-06-13) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.6...v2.6.7) ##### Bug Fixes: - double select error ([#&#8203;569](https://github.com/ash-project/ash_postgres/issues/569)) by Barnabas Jovanovics </details> <details> <summary>elixir-ecto/ecto_sql (ecto_sql)</summary> ### [`v3.13.2`](https://github.com/elixir-ecto/ecto_sql/blob/HEAD/CHANGELOG.md#v3132-2025-06-24) [Compare Source](https://github.com/elixir-ecto/ecto_sql/compare/v3.13.1...v3.13.2) ##### Enhancements - \[sandbox] Allow passing through opts in `Ecto.Adapters.SQL.Sandbox.allow/4` calls - \[sql] Add support for `ON DELETE SET DEFAULT` ##### Bug fixes - \[postgres] Fix nested array generated time columns ### [`v3.13.1`](https://github.com/elixir-ecto/ecto_sql/blob/HEAD/CHANGELOG.md#v3131-2025-06-20) [Compare Source](https://github.com/elixir-ecto/ecto_sql/compare/v3.13.0...v3.13.1) ##### Bug fixes - \[postgres] Fix nested array generated columns ### [`v3.13.0`](https://github.com/elixir-ecto/ecto_sql/blob/HEAD/CHANGELOG.md#v3130-2025-06-18) [Compare Source](https://github.com/elixir-ecto/ecto_sql/compare/v3.12.1...v3.13.0) ##### Enhancements - \[Ecto.Migration] Add support for index directions - \[sql] Support `:log_stacktrace_mfa` for filtering or modifying stacktrace-derived info in query logs - \[mysql] Support arrays using JSON for MariaDB - \[mysql] Allow to specify `:prepare` per operation - \[postgres] Add support for collations in Postgres - \[postgres] Allow source fields in `json_extract_path` </details> <details> <summary>sneako/finch (finch)</summary> ### [`v0.20.0`](https://github.com/sneako/finch/blob/HEAD/CHANGELOG.md#v0200-2025-07-04) [Compare Source](https://github.com/sneako/finch/compare/v0.19.0...v0.20.0) ##### Enhancements - Support manual pool termination [#&#8203;299](https://github.com/sneako/finch/issues/299) - Refactor HTTP1 pool state for better maintainability [#&#8203;308](https://github.com/sneako/finch/issues/308) - Add `:supported_groups` to list of TLS options [#&#8203;307](https://github.com/sneako/finch/issues/307) - Be more explicit about the `:default` pool in documentation [#&#8203;314](https://github.com/sneako/finch/issues/314) - Upgrade `nimble_options` to document deprecations [#&#8203;315](https://github.com/sneako/finch/issues/315) ##### Bug Fixes - Fix Finch.stream\_while/5 on halt for both HTTP/1 and HTTP/2 [#&#8203;320](https://github.com/sneako/finch/issues/320) - Return accumulator when Finch.stream/5 and Finch.stream\_while/5 fail [#&#8203;295](https://github.com/sneako/finch/issues/295) - Fix documentation reference for get\_pool\_status/2 [#&#8203;301](https://github.com/sneako/finch/issues/301) ##### Other - Upgrade CI VM to Ubuntu 24 [#&#8203;321](https://github.com/sneako/finch/issues/321) - CI housekeeping: support Elixir 1.17/Erlang OTP 27, bump Credo and deps [#&#8203;303](https://github.com/sneako/finch/issues/303) - Update GitHub CI badge URL [#&#8203;304](https://github.com/sneako/finch/issues/304) </details> <details> <summary>philss/floki (floki)</summary> ### [`v0.38.0`](https://github.com/philss/floki/blob/HEAD/CHANGELOG.md#0380---2025-06-14) [Compare Source](https://github.com/philss/floki/compare/v0.37.1...v0.38.0) ##### Added - This version adds initial support for the `:has` pseudo-selector. It is a great addition that enables finding elements containing matching children. Examples for selectors: - `"div:has(h1)"` - `"div:has(h1, p, span)"` - `"div:has(p.foo)"` - `"div:has(img[src='https://example.com'])"` - `"tr:has(*:fl-contains('TEST'))"` Note that combinators like `">"` are not allowed yet. Thank you [@&#8203;bvobart](https://github.com/bvobart) for this feature! ##### Fixed - Add `:style` option documentation to `Floki.text/2`. Thanks [@&#8203;s3cur3](https://github.com/s3cur3) for the fix. - Fix deprecation warnings for upcoming Elixir 1.19. - Prevent from crashing when selector is an empty string. ##### Removed - Remove support for Elixir 1.14 and OTP 23. - Remove deprecated functions and function clauses that were accepting strings (binaries). Affected functions: - `parse/1` - removed function - `map/2` - removed function - `attr/4` - removed clause - `find/2` - removed clause - `text/3` - removed clause - `text/3` - removed clause - `attribute/2` - removed clause - `filter_out/2` - removed clause - HTML must be parsed before searching. Functions like `Floki.find/2`, `Floki.attribute/2`, and other HTML manipulation functions **no longer work directly with HTML strings**. The HTML must be parsed first using `Floki.parse_fragment/2` or `Floki.parse_document/2`. Before: ```elixir html = "<div class='foobar'><p>Hello</p></div>" Floki.find(html, "p") Floki.attribute(html, "div", "class") ``` After: ```elixir html = "<div class='foobar'><p>Hello</p></div>" parsed_html = Floki.parse_fragment!(html) Floki.find(parsed_html, "p") Floki.attribute(parsed_html, "div", "class") ``` </details> <details> <summary>ash-project/igniter (igniter)</summary> ### [`v0.6.19`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0619-2025-07-15) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.18...v0.6.19) ##### Bug Fixes: - typo in `set_yes` by Zach Daniel ### [`v0.6.18`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0618-2025-07-15) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.17...v0.6.18) ##### Improvements: - support more tasks being called just from the archive by Zach Daniel ### [`v0.6.17`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0617-2025-07-14) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.16...v0.6.17) ##### Bug Fixes: - properly use already retrieved task name by Zach Daniel ### [`v0.6.16`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0616-2025-07-14) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.15...v0.6.16) ##### Bug Fixes: - remove all test macros by Zach Daniel ##### Improvements: - don't assume `--yes` with no tty when in test mode by Zach Daniel - clean up and deprecate macros in `Igniter.Mix.Task` by Zach Daniel - more granular info on the output of installers by Zach Daniel ### [`v0.6.15`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0615-2025-07-13) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.14...v0.6.15) ##### Bug Fixes: - vendor `Path.relative_to` to get 1.18.4 behavior by Zach Daniel - assume Kernel is imported in older Elixir versions by Zach Daniel ### [`v0.6.14`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0614-2025-07-09) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.13...v0.6.14) ##### Bug Fixes: - a slew of fixes for config, code modification, deps addition, keywords by Zach Daniel ### [`v0.6.13`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0613-2025-07-09) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.12...v0.6.13) ##### Bug Fixes: - handle unexpected cases around detecting tty by Zach Daniel ### [`v0.6.12`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0612-2025-07-09) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.11...v0.6.12) ##### Bug Fixes: - properly encode values added to mix project by Zach Daniel ### [`v0.6.11`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0611-2025-07-06) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.10...v0.6.11) ##### Improvements: - when stdin is not a tyy, treat that as --yes by Zach Daniel ### [`v0.6.10`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0610-2025-07-02) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.9...v0.6.10) ##### Improvements: - make `Igniter.exists?` support directories by Zach Daniel ### [`v0.6.9`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v069-2025-06-25) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.8...v0.6.9) ##### Improvements: - Implement removal of configuration ([#&#8203;309](https://github.com/ash-project/igniter/issues/309)) by Benjamin Milde - add `required?` option to `Igniter.update_elixir_file/3` by Benjamin Milde ### [`v0.6.8`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v068-2025-06-18) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.7...v0.6.8) ##### Bug Fixes: - properly honor explicitly passed --only flag over other `only` configs by Zach Daniel - properly render the child that must be placed in the supervision tree by Zach Daniel ##### Improvements: - Update argument error message about apply\_igniter in test ([#&#8203;305](https://github.com/ash-project/igniter/issues/305)) by Kenneth Kostrešević </details> <details> <summary>software-mansion/live-debugger (live_debugger)</summary> ### [`v0.3.1`](https://github.com/software-mansion/live-debugger/releases/tag/v0.3.1) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.3.0...v0.3.1) ##### Fixes - Bug: fix displaying maps with structs as keys by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/571 - Enhancement: Add PubSub name as config value by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/537 **Full Changelog**: https://github.com/software-mansion/live-debugger/compare/v0.3.0...v0.3.1 ### [`v0.3.0`](https://github.com/software-mansion/live-debugger/releases/tag/v0.3.0) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.2.4...v0.3.0) #### What's Changed ##### New features - Task: implement displaying event handling time by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/277 - Task: Implement caching mechanism by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/364 - Enhancement: Create form for filtering by execution time by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/361 - Task: Implement filtering by execution time by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/379 - Feature: add view with active LiveViews per window by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/382 - Task: Adjust devtools extension for firefox by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/388 - Task: Update callback execution time info according to designs by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/422 - Task: Add mode for disconnected LiveViews by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/412 - Enhancement: apply new navigation to UI by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/433 - Feature: mark arguments of callback traces by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/436 - Feature: add settings panel by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/435 - Enhancement: Update execution time filters to new designs by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/425 - Enhancement: global traces preparations by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/447 - Enhancement: Garbage collection of ets records by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/439 - Enhancement: copy module to clipboard by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/413 - Feature: add global traces list by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/470 - Enhancement: applied new designs to filters form by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/488 - Enhancement: copy elixir terms to clipboard by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/480 - Enhancement: Add module in label for global traces by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/494 - Feature: filters sidebar in global callback traces view by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/491 - Enhancement: Bind settings buttons to actions by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/504 - Enhancement: Add aria label to buttons with only icons by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/522 ##### Fixes - Bug: fixed callback tracing after components switching by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/373 - Bug: allowed iframe in LiveDebugger router for Phoenix 1.8+ by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/372 - Bug: LiveDebugger stops working after code reload by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/384 - Bug: fixed assigns refreshing after changing node by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/390 - Bug: Hide module reloading behind config flag by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/420 - Bug: All traces are loaded when no callback name is checked in filters by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/432 - Bug: fix duplicated ids in `toggle_switch` component by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/446 - Bug: fix selection of node inspector on navigation menu by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/451 - Bug: Use `external_url` for live\_debugger\_tags' url by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/452 - Bug: Fix collapsibles by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/469 - Bug: Extension redirects not working properly by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/468 - Bug: Wrong color on dark mode fullscreen body by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/472 - Bug: Not updated PubSub mocks in e2e tests by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/489 - Bug: Handling crashing callback by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/505 - Bug: add missing spinner on successor finding by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/514 - Bug: fix scrollbar size on firefox by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/515 - Bug: Fix z-index of sidebar by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/518 - Bug: Disable highlighting after node selection by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/517 - Bug: Moved z-index of sidebar to nested div by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/520 ##### Refactors - Refactor: simplified routing and created `linked_view` hook by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/376 - Refactor: Make LvProcess use ProcessService by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/394 - Refactor: adjust pubsub channels to the new routing system by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/411 - Enhancement: add routing backward compatibility to extension by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/423 - Enhancement: adjusted navigation of return arrow by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/440 - Refactor: refactored LiveViews structure by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/457 - Refactor: extracted logic and components from `traces_live` by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/466 - Refactor: Udpate to lucide icons by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/456 - consolidate sidebar children by [@&#8203;samrobinsonsauce](https://github.com/samrobinsonsauce) in https://github.com/software-mansion/live-debugger/pull/506 ##### Other - Chore: update GitHub workflows by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/374 - Chore: update shields in README.md by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/375 - Task: Improve e2e tests by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/393 - rename node to nodejs in .tool-versions file by [@&#8203;joaothallis](https://github.com/joaothallis) in https://github.com/software-mansion/live-debugger/pull/414 - Chore: Backward compatibility workflow by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/419 - Task: Add custom LiveDebugger url config by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/438 - Fix typo in URL.to\_relative/1 spec by [@&#8203;rhcarvalho](https://github.com/rhcarvalho) in https://github.com/software-mansion/live-debugger/pull/445 - Task: Bump Tailwind to 4.1.8 by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/467 - Chore: Update firefox extension to meet requirements by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/502 - Chore: Cancel previous CI workflow if new commit pushed by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/519 - Chore: Change description in settings by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/521 #### New Contributors - [@&#8203;joaothallis](https://github.com/joaothallis) made their first contribution in https://github.com/software-mansion/live-debugger/pull/414 - [@&#8203;rhcarvalho](https://github.com/rhcarvalho) made their first contribution in https://github.com/software-mansion/live-debugger/pull/445 - [@&#8203;samrobinsonsauce](https://github.com/samrobinsonsauce) made their first contribution in https://github.com/software-mansion/live-debugger/pull/506 **Full Changelog**: https://github.com/software-mansion/live-debugger/compare/v0.2.0...v0.3.0 </details> <details> <summary>phoenixframework/phoenix_ecto (phoenix_ecto)</summary> ### [`v4.6.5`](https://github.com/phoenixframework/phoenix_ecto/blob/HEAD/CHANGELOG.md#v465) - Bug fixes - Unallow existing allowances when attempting to allow a Plug to access a connection </details> <details> <summary>swoosh/swoosh (swoosh)</summary> ### [`v1.19.3`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1193) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.19.2...v1.19.3) ##### ✨ Features - Add deliver\_many support to Brevo adapter [@&#8203;linusdm](https://github.com/linusdm) ([#&#8203;1049](https://github.com/swoosh/swoosh/issues/1049)) </details> <details> <summary>beam-telemetry/telemetry_poller (telemetry_poller)</summary> ### [`v1.3.0`](https://github.com/beam-telemetry/telemetry_poller/blob/HEAD/CHANGELOG.md#130) [Compare Source](https://github.com/beam-telemetry/telemetry_poller/compare/v1.2.0...v1.3.0) ##### Added - Add `atom_limit`, `process_limit`, and `port_limit` measurements to the `[vm, system_counts]` event. ([#&#8203;79](https://github.com/beam-telemetry/telemetry_poller/issues/79)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiI0MC41MS4wIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-06-14 02:31:59 +02:00
chore(deps): update mix dependencies
Some checks failed
continuous-integration/drone/push Build is failing
94fba42fd1
renovate force-pushed renovate/mix-dependencies from 94fba42fd1 to 2c3a5e3926 2025-06-16 02:12:12 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 2c3a5e3926 to d581664871 2025-06-17 02:14:43 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from d581664871 to 60cdbf41e9 2025-06-17 15:58:51 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 60cdbf41e9 to a0562f1f08 2025-06-18 14:07:16 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from a0562f1f08 to 2dd8c44936 2025-06-18 22:00:38 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 2dd8c44936 to b3dbb17775 2025-06-19 02:13:07 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from b3dbb17775 to 310bf9521f 2025-07-02 14:51:31 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 310bf9521f to 536b8e6ead 2025-07-02 16:53:55 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 536b8e6ead to 9bbb142869 2025-07-02 17:08:29 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 9bbb142869 to 228cf15646 2025-07-02 17:16:19 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 228cf15646 to 7a741b5458 2025-07-03 02:09:04 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 7a741b5458 to b326b6de33 2025-07-05 02:09:05 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from b326b6de33 to 07437dda67 2025-07-07 02:06:15 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 07437dda67 to c2ba02bbff 2025-07-09 02:09:05 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from c2ba02bbff to a72fafdd58 2025-07-09 17:27:47 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from a72fafdd58 to 410395e1fc 2025-07-10 02:10:23 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 410395e1fc to a0fb413de0 2025-07-12 02:11:34 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from a0fb413de0 to aa037622d9 2025-07-14 02:11:45 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from aa037622d9 to cc24027cc2 2025-07-15 02:11:43 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from cc24027cc2 to ba8b2b9ff5 2025-07-16 02:30:03 +02:00 Compare
moritz added this to the Sprint 4 - 09.07 - 30.07 project 2025-07-17 11:22:55 +02:00
renovate force-pushed renovate/mix-dependencies from ba8b2b9ff5 to d4dd386283 2025-07-17 13:57:01 +02:00 Compare
rafael merged commit c840749837 into main 2025-07-17 14:37:39 +02:00
rafael deleted branch renovate/mix-dependencies 2025-07-17 14:37:40 +02:00
Sign in to join this conversation.
No description provided.