chore(deps): update mix dependencies #316

Merged
moritz merged 1 commit from renovate/mix-dependencies into main 2026-01-06 15:29:23 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod minor 3.11.1 -> 3.12.0
ash_authentication prod patch 4.13.3 -> 4.13.6
ash_authentication_phoenix (source) prod minor 2.12.2 -> 2.14.1
ash_postgres (source) prod patch 2.6.26 -> 2.6.27
bandit (source) prod minor 1.8.0 -> 1.10.1
credo (source) dev patch 1.7.14 -> 1.7.15
ecto_sql (source) prod patch 3.13.3 -> 3.13.4
phoenix_live_view (source) prod patch 1.1.18 -> 1.1.19
req (source) prod patch 0.5.16 -> 0.5.17
swoosh (source) prod minor 1.19.9 -> 1.20.0
tidewave (source) dev patch 0.5.2 -> 0.5.4

Release Notes

ash-project/ash (ash)

v3.12.0

Compare Source

Features:
Bug Fixes:
  • revert inadvertant changes to accept dsl option by @​zachdaniel

  • merge errors with Reactor.Error by @​zachdaniel

  • handle new operator_overloads format in operator evaluation by @​zachdaniel

  • set allow_nil?: false for get_by_read_actions arguments by @​zachdaniel

  • move optimization logic from simplify to new for is_distinct_from operators by @​jechol (#​2497)

  • raise an informative error when actor fields used in filters are not loaded by @​zachdaniel

  • properly handle exists across data layers by @​zachdaniel

Improvements:

v3.11.3

Compare Source

Bug Fixes:
  • only apply overload typing when there is only one option by @​zachdaniel

v3.11.2

Compare Source

Bug Fixes:
Improvements:
team-alembic/ash_authentication_phoenix (ash_authentication_phoenix)

v2.14.1

Compare Source

Bug Fixes:
  • remember_me_field/1 should check for RememberMe strategy by @​zachdaniel

v2.14.0

Compare Source

Features:
Bug Fixes:
  • don't assume all actions have preparations by @​zachdaniel

  • only show remember_me checkbox when strategy is configured (#​695) by @​beam-bots (#​695)

  • assign the current subject as nil if user is not otherwise assigned (#​684) by capoccias (#​684)

  • use String.to_existing_atom -> String.to_atom in on_mount hook (#​683) by Torkild Gundersen Kjevik (#​683)

  • require phoenix_live_view >= 1.1.0 to fix compile errors by James Harton

  • dark-theme default text color (#​677) by Jay Barra (#​677)

  • Support more than one authenticated resource when looking for user assigns (#​675) by @​beam-bots (#​675)

  • banner rendering with empty text/images by James Harton

  • update Apple component to use auth_path helper for Phoenix 1.7+ compatibility by Aake Gregertsen (#​663)

Improvements:

v2.13.1

Compare Source

Bug Fixes:

v2.13.0

Compare Source

Features:
Bug Fixes:
  • assign the current subject as nil if user is not otherwise assigned (#​684) by capoccias (#​684)
ash-project/ash_postgres (ash_postgres)

v2.6.27

Compare Source

Bug Fixes:
  • don't set size, precision, or scale for references by Zach Daniel

  • apply join_relationship sort/limit in many_to_many lateral joins (#​666) by sevenseacat

  • add overrides for timestamptz types, config them on installation by Zach Daniel

  • do not build query filter with or: [] when all records are successfully inserted, for return_skipped_upsert?: true (#​659) by Dohan Kim

mtrudel/bandit (bandit)

v1.10.1

Compare Source

Changes
  • Change default preference order for compression methods to be 'zstd (if present), gzip, deflate' (#​562)
Fixes

v1.10.0

Compare Source

Enhancements
  • Expose response_encodings to allow specifying an explicit preference order to compression encodings (#​555)

v1.9.0

Compare Source

Enhancements
rrrene/credo (credo)

v1.7.15

Compare Source

  • Improve performance on large projects
  • Parse token_metadata for source files
  • Credo.Check.Warning.ExpensiveEmptyEnumCheck have better issue messages
  • Credo.Check.Refactor.MatchInCondition add new param :allow_operators
  • Credo.Check.Refactor.MatchInCondition fix false positive
  • Credo.Check.Readability.AliasOrder fix false positive
  • Credo.Check.Readability.FunctionNames fix false positive
  • Credo.Check.Readability.SinglePipe add new param :allow_blocks (defaults to true)
  • Credo.Check.Refactor.ModuleDependencies fix false positive
elixir-ecto/ecto_sql (ecto_sql)

v3.13.4

Compare Source

Bug fixes
  • [mysql] Do not crash mix ecto.load with large dumped databases
phoenixframework/phoenix_live_view (phoenix_live_view)

v1.1.19

Compare Source

wojtekmach/req (req)

v0.5.17

Compare Source

swoosh/swoosh (swoosh)

v1.20.0

Compare Source

Features
tidewave-ai/tidewave_phoenix (tidewave)

v0.5.4

Compare Source

  • Bug fixes
    • Add bandit as an optional dependency with >= v1.10.1 to address deflate issue in Claude Code

v0.5.3

Compare Source

  • Bug fixes
    • Support flags and trailing spaces in CSP headers

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.11.1` -> `3.12.0` | | [ash_authentication](https://hex.pm/packages/ash_authentication) | prod | patch | `4.13.3` -> `4.13.6` | | [ash_authentication_phoenix](https://hex.pm/packages/ash_authentication_phoenix) ([source](https://github.com/team-alembic/ash_authentication_phoenix)) | prod | minor | `2.12.2` -> `2.14.1` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | patch | `2.6.26` -> `2.6.27` | | [bandit](https://hex.pm/packages/bandit) ([source](https://github.com/mtrudel/bandit)) | prod | minor | `1.8.0` -> `1.10.1` | | [credo](https://hex.pm/packages/credo) ([source](https://github.com/rrrene/credo)) | dev | patch | `1.7.14` -> `1.7.15` | | [ecto_sql](https://hex.pm/packages/ecto_sql) ([source](https://github.com/elixir-ecto/ecto_sql)) | prod | patch | `3.13.3` -> `3.13.4` | | [phoenix_live_view](https://hex.pm/packages/phoenix_live_view) ([source](https://github.com/phoenixframework/phoenix_live_view)) | prod | patch | `1.1.18` -> `1.1.19` | | [req](https://hex.pm/packages/req) ([source](https://github.com/wojtekmach/req)) | prod | patch | `0.5.16` -> `0.5.17` | | [swoosh](https://hex.pm/packages/swoosh) ([source](https://github.com/swoosh/swoosh)) | prod | minor | `1.19.9` -> `1.20.0` | | [tidewave](https://hex.pm/packages/tidewave) ([source](https://github.com/tidewave-ai/tidewave_phoenix)) | dev | patch | `0.5.2` -> `0.5.4` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.12.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3120-2026-01-06) [Compare Source](https://github.com/ash-project/ash/compare/v3.11.3...v3.12.0) ##### Features: - add is\_distinct\_from and is\_not\_distinct\_from functions ([#&#8203;2497](https://github.com/ash-project/ash/issues/2497)) by [@&#8203;jechol](https://github.com/jechol) [(#&#8203;2497)](https://github.com/ash-project/ash/pull/2497) - add is\_distinct\_from and is\_not\_distinct\_from operators by [@&#8203;jechol](https://github.com/jechol) [(#&#8203;2497)](https://github.com/ash-project/ash/pull/2497) ##### Bug Fixes: - revert inadvertant changes to accept dsl option by [@&#8203;zachdaniel](https://github.com/zachdaniel) - merge errors with `Reactor.Error` by [@&#8203;zachdaniel](https://github.com/zachdaniel) - handle new operator\_overloads format in operator evaluation by [@&#8203;zachdaniel](https://github.com/zachdaniel) - set `allow_nil?: false` for get\_by\_read\_actions arguments by [@&#8203;zachdaniel](https://github.com/zachdaniel) - move optimization logic from simplify to new for is\_distinct\_from operators by [@&#8203;jechol](https://github.com/jechol) [(#&#8203;2497)](https://github.com/ash-project/ash/pull/2497) - raise an informative error when actor fields used in filters are not loaded by [@&#8203;zachdaniel](https://github.com/zachdaniel) - properly handle exists across data layers by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - optimize is\_distinct\_from operators when NULL is impossible by [@&#8203;jechol](https://github.com/jechol) [(#&#8203;2497)](https://github.com/ash-project/ash/pull/2497) - create: Add multitenancy bypass options to create actions ([#&#8203;2495](https://github.com/ash-project/ash/issues/2495)) by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2495)](https://github.com/ash-project/ash/pull/2495) - Support :allow\_global in bulk multitenancy actions by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2495)](https://github.com/ash-project/ash/pull/2495) - update: Add multitenancy bypass options to update actions ([#&#8203;2494](https://github.com/ash-project/ash/issues/2494)) by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2494)](https://github.com/ash-project/ash/pull/2494) ### [`v3.11.3`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3113-2025-12-26) [Compare Source](https://github.com/ash-project/ash/compare/v3.11.2...v3.11.3) ##### Bug Fixes: - only apply overload typing when there is only one option by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.11.2`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3112-2025-12-24) [Compare Source](https://github.com/ash-project/ash/compare/v3.11.1...v3.11.2) ##### Bug Fixes: - don't run authorization in cross-datalayer filters by [@&#8203;zachdaniel](https://github.com/zachdaniel) - dont validate constraints in union\_types ([#&#8203;2469](https://github.com/ash-project/ash/issues/2469)) by zackattackz [(#&#8203;2469)](https://github.com/ash-project/ash/pull/2469) - Ensure that calculations used in preparations have access to argument values ([#&#8203;2480](https://github.com/ash-project/ash/issues/2480)) by sevenseacat [(#&#8203;2480)](https://github.com/ash-project/ash/pull/2480) - many-to-many relationships should inherit the sort/limit from their join relationship ([#&#8203;2486](https://github.com/ash-project/ash/issues/2486)) by sevenseacat [(#&#8203;2486)](https://github.com/ash-project/ash/pull/2486) - correct UnsortableField exception key from name: to field: ([#&#8203;2482](https://github.com/ash-project/ash/issues/2482)) by [@&#8203;rauann](https://github.com/rauann) [(#&#8203;2482)](https://github.com/ash-project/ash/pull/2482) - handle struct context in atomic\_condition ([#&#8203;2483](https://github.com/ash-project/ash/issues/2483)) by MaamonSakar [(#&#8203;2483)](https://github.com/ash-project/ash/pull/2483) - link text in multitenancy documentation ([#&#8203;2484](https://github.com/ash-project/ash/issues/2484)) by Pascal736 [(#&#8203;2484)](https://github.com/ash-project/ash/pull/2484) - respect `read_action` option in cascade\_update/cascade\_destroy fallback path ([#&#8203;2474](https://github.com/ash-project/ash/issues/2474)) by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;2474)](https://github.com/ash-project/ash/pull/2474) - don't let unknown values short-circuit expression calculations by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - destroy: Add multitenancy bypass options to destroy actions ([#&#8203;2477](https://github.com/ash-project/ash/issues/2477)) by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2477)](https://github.com/ash-project/ash/pull/2477) - support operator overloads returning casting overrides by [@&#8203;zachdaniel](https://github.com/zachdaniel) </details> <details> <summary>team-alembic/ash_authentication_phoenix (ash_authentication_phoenix)</summary> ### [`v2.14.1`](https://github.com/team-alembic/ash_authentication_phoenix/blob/HEAD/CHANGELOG.md#v2141-2026-01-04) [Compare Source](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.14.0...v2.14.1) ##### Bug Fixes: - remember\_me\_field/1 should check for RememberMe strategy by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v2.14.0`](https://github.com/team-alembic/ash_authentication_phoenix/blob/HEAD/CHANGELOG.md#v2140-2025-12-24) [Compare Source](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.13.1...v2.14.0) ##### Features: - Add remember\_me checkbox field to magic link forms ([#&#8203;693](https://github.com/team-alembic/ash_authentication_phoenix/issues/693)) by Matt Van Horn [(#&#8203;693)](https://github.com/team-alembic/ash_authentication_phoenix/pull/693) - Add support for custom extra components in authentication forms ([#&#8203;689](https://github.com/team-alembic/ash_authentication_phoenix/issues/689)) by [@&#8203;benjaminjacobberg](https://github.com/benjaminjacobberg) [(#&#8203;689)](https://github.com/team-alembic/ash_authentication_phoenix/pull/689) - Add support for custom extra components in authentication forms by [@&#8203;benjaminjacobberg](https://github.com/benjaminjacobberg) [(#&#8203;689)](https://github.com/team-alembic/ash_authentication_phoenix/pull/689) - Add support for remember me ([#&#8203;625](https://github.com/team-alembic/ash_authentication_phoenix/issues/625)) by Robert Graff [(#&#8203;625)](https://github.com/team-alembic/ash_authentication_phoenix/pull/625) - added token validation on socket mount by Abdessabour Moutik [(#&#8203;666)](https://github.com/team-alembic/ash_authentication_phoenix/pull/666) - add icon\_src override by Dawid Danieluk [(#&#8203;660)](https://github.com/team-alembic/ash_authentication_phoenix/pull/660) ##### Bug Fixes: - don't assume all actions have preparations by [@&#8203;zachdaniel](https://github.com/zachdaniel) - only show remember\_me checkbox when strategy is configured ([#&#8203;695](https://github.com/team-alembic/ash_authentication_phoenix/issues/695)) by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;695)](https://github.com/team-alembic/ash_authentication_phoenix/pull/695) - assign the current subject as nil if user is not otherwise assigned ([#&#8203;684](https://github.com/team-alembic/ash_authentication_phoenix/issues/684)) by capoccias [(#&#8203;684)](https://github.com/team-alembic/ash_authentication_phoenix/pull/684) - use String.to\_existing\_atom -> String.to\_atom in on\_mount hook ([#&#8203;683](https://github.com/team-alembic/ash_authentication_phoenix/issues/683)) by Torkild Gundersen Kjevik [(#&#8203;683)](https://github.com/team-alembic/ash_authentication_phoenix/pull/683) - require phoenix\_live\_view >= 1.1.0 to fix compile errors by James Harton - dark-theme default text color ([#&#8203;677](https://github.com/team-alembic/ash_authentication_phoenix/issues/677)) by Jay Barra [(#&#8203;677)](https://github.com/team-alembic/ash_authentication_phoenix/pull/677) - Support more than one authenticated resource when looking for user assigns ([#&#8203;675](https://github.com/team-alembic/ash_authentication_phoenix/issues/675)) by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;675)](https://github.com/team-alembic/ash_authentication_phoenix/pull/675) - banner rendering with empty text/images by James Harton - update Apple component to use auth\_path helper for Phoenix 1.7+ compatibility by Aake Gregertsen [(#&#8203;663)](https://github.com/team-alembic/ash_authentication_phoenix/pull/663) ##### Improvements: - Deprecate Router.auth\_routes\_for/2..3 ([#&#8203;653](https://github.com/team-alembic/ash_authentication_phoenix/issues/653)) by [@&#8203;beam-bots](https://github.com/beam-bots) [(#&#8203;653)](https://github.com/team-alembic/ash_authentication_phoenix/pull/653) - install with daisyUI overrides if using daisyUI ([#&#8203;650](https://github.com/team-alembic/ash_authentication_phoenix/issues/650)) by pikdum [(#&#8203;650)](https://github.com/team-alembic/ash_authentication_phoenix/pull/650) ### [`v2.13.1`](https://github.com/team-alembic/ash_authentication_phoenix/blob/HEAD/CHANGELOG.md#v2131-2025-12-12) [Compare Source](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.13.0...v2.13.1) ##### Bug Fixes: - only show remember\_me checkbox when strategy is configured ([#&#8203;695](https://github.com/team-alembic/ash_authentication_phoenix/issues/695)) by [@&#8203;jimsynz](https://github.com/jimsynz) [(#&#8203;695)](https://github.com/team-alembic/ash_authentication_phoenix/pull/695) ### [`v2.13.0`](https://github.com/team-alembic/ash_authentication_phoenix/blob/HEAD/CHANGELOG.md#v2130-2025-12-12) [Compare Source](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.12.2...v2.13.0) ##### Features: - Add remember\_me checkbox field to magic link forms ([#&#8203;693](https://github.com/team-alembic/ash_authentication_phoenix/issues/693)) by Matt Van Horn [(#&#8203;693)](https://github.com/team-alembic/ash_authentication_phoenix/pull/693) - Add support for custom extra components in authentication forms ([#&#8203;689](https://github.com/team-alembic/ash_authentication_phoenix/issues/689)) by [@&#8203;benjaminjacobberg](https://github.com/benjaminjacobberg) [(#&#8203;689)](https://github.com/team-alembic/ash_authentication_phoenix/pull/689) - Add support for custom extra components in authentication forms by [@&#8203;benjaminjacobberg](https://github.com/benjaminjacobberg) [(#&#8203;689)](https://github.com/team-alembic/ash_authentication_phoenix/pull/689) ##### Bug Fixes: - assign the current subject as nil if user is not otherwise assigned ([#&#8203;684](https://github.com/team-alembic/ash_authentication_phoenix/issues/684)) by capoccias [(#&#8203;684)](https://github.com/team-alembic/ash_authentication_phoenix/pull/684) </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.6.27`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2627-2025-12-24) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.26...v2.6.27) ##### Bug Fixes: - don't set `size`, `precision`, or `scale` for references by Zach Daniel - apply join\_relationship sort/limit in many\_to\_many lateral joins ([#&#8203;666](https://github.com/ash-project/ash_postgres/issues/666)) by sevenseacat - add overrides for timestamptz types, config them on installation by Zach Daniel - do not build query filter with or: \[] when all records are successfully inserted, for return\_skipped\_upsert?: true ([#&#8203;659](https://github.com/ash-project/ash_postgres/issues/659)) by Dohan Kim </details> <details> <summary>mtrudel/bandit (bandit)</summary> ### [`v1.10.1`](https://github.com/mtrudel/bandit/blob/HEAD/CHANGELOG.md#1101-5-Jan-2026) [Compare Source](https://github.com/mtrudel/bandit/compare/1.10.0...1.10.1) ##### Changes - Change default preference order for compression methods to be 'zstd (if present), gzip, deflate' ([#&#8203;562](https://github.com/mtrudel/bandit/issues/562)) ##### Fixes - Allow `:zstd_options` key to be set in config ([#&#8203;558](https://github.com/mtrudel/bandit/issues/558), thanks [@&#8203;Fudoshiki](https://github.com/Fudoshiki)!) - Fix error where deflate responses weren't always completely sent ([#&#8203;559](https://github.com/mtrudel/bandit/issues/559), thanks [@&#8203;josevalim](https://github.com/josevalim)!) ### [`v1.10.0`](https://github.com/mtrudel/bandit/blob/HEAD/CHANGELOG.md#1100-29-Dec-2025) [Compare Source](https://github.com/mtrudel/bandit/compare/1.9.0...1.10.0) ##### Enhancements - Expose `response_encodings` to allow specifying an explicit preference order to compression encodings ([#&#8203;555](https://github.com/mtrudel/bandit/issues/555)) ### [`v1.9.0`](https://github.com/mtrudel/bandit/blob/HEAD/CHANGELOG.md#190-12-Dec-2025) [Compare Source](https://github.com/mtrudel/bandit/compare/1.8.0...1.9.0) ##### Enhancements - Skip body draining when Connection: close is set ([#&#8203;546](https://github.com/mtrudel/bandit/issues/546), thanks [@&#8203;pepicrft](https://github.com/pepicrft)!) - Make deflate options for WebSockets configurable ([#&#8203;540](https://github.com/mtrudel/bandit/issues/540), thanks [@&#8203;proxima](https://github.com/proxima)!) - Mitigate HTTP/2 rapid reset attacks ([#&#8203;533](https://github.com/mtrudel/bandit/issues/533), thanks [@&#8203;NelsonVides](https://github.com/NelsonVides)!) - Implement improved respect for SETTINGS\_MAX\_CONCURRENT\_STREAMS ([#&#8203;524](https://github.com/mtrudel/bandit/issues/524), thanks [@&#8203;NelsonVides](https://github.com/NelsonVides)!) - Support zstd HTTP compression ([#&#8203;514](https://github.com/mtrudel/bandit/issues/514), thanks [@&#8203;mattmatters](https://github.com/mattmatters)!) </details> <details> <summary>rrrene/credo (credo)</summary> ### [`v1.7.15`](https://github.com/rrrene/credo/blob/HEAD/CHANGELOG.md#1715) [Compare Source](https://github.com/rrrene/credo/compare/v1.7.14...v1.7.15) - Improve performance on large projects - Parse token\_metadata for source files - `Credo.Check.Warning.ExpensiveEmptyEnumCheck` have better issue messages - `Credo.Check.Refactor.MatchInCondition` add new param `:allow_operators` - `Credo.Check.Refactor.MatchInCondition` fix false positive - `Credo.Check.Readability.AliasOrder` fix false positive - `Credo.Check.Readability.FunctionNames` fix false positive - `Credo.Check.Readability.SinglePipe` add new param `:allow_blocks` (defaults to `true`) - `Credo.Check.Refactor.ModuleDependencies` fix false positive </details> <details> <summary>elixir-ecto/ecto_sql (ecto_sql)</summary> ### [`v3.13.4`](https://github.com/elixir-ecto/ecto_sql/blob/HEAD/CHANGELOG.md#v3134-2025-12-27) [Compare Source](https://github.com/elixir-ecto/ecto_sql/compare/v3.13.3...v3.13.4) ##### Bug fixes - \[mysql] Do not crash `mix ecto.load` with large dumped databases </details> <details> <summary>phoenixframework/phoenix_live_view (phoenix_live_view)</summary> ### [`v1.1.19`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.18...v1.1.19) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.18...v1.1.19) </details> <details> <summary>wojtekmach/req (req)</summary> ### [`v0.5.17`](https://github.com/wojtekmach/req/compare/v0.5.16...v0.5.17) [Compare Source](https://github.com/wojtekmach/req/compare/v0.5.16...v0.5.17) </details> <details> <summary>swoosh/swoosh (swoosh)</summary> ### [`v1.20.0`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1200) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.19.9...v1.20.0) ##### ✨ Features - feat: add a resend adapter [@&#8203;ceolinrenato](https://github.com/ceolinrenato) ([#&#8203;1089](https://github.com/swoosh/swoosh/issues/1089)) - differences from community library `:resend` can be found [in this comment](https://github.com/swoosh/swoosh/pull/1089#issuecomment-3692700369) </details> <details> <summary>tidewave-ai/tidewave_phoenix (tidewave)</summary> ### [`v0.5.4`](https://github.com/tidewave-ai/tidewave_phoenix/blob/HEAD/CHANGELOG.md#v054-2026-01-06) [Compare Source](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.5.3...v0.5.4) - Bug fixes - Add `bandit` as an optional dependency with `>= v1.10.1` to address deflate issue in Claude Code ### [`v0.5.3`](https://github.com/tidewave-ai/tidewave_phoenix/blob/HEAD/CHANGELOG.md#v053-2025-12-23) [Compare Source](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.5.2...v0.5.3) - Bug fixes - Support flags and trailing spaces in CSP headers </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi40NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNDQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2026-01-01 01:22:36 +01:00
chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
066c2c5194
renovate force-pushed renovate/mix-dependencies from 066c2c5194 to 4c22657d16 2026-01-02 14:22:17 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 4c22657d16 to ff0678343b 2026-01-04 12:29:04 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from ff0678343b to ab81b87845 2026-01-04 23:28:58 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from ab81b87845 to d5e1bf951e 2026-01-05 00:28:55 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from d5e1bf951e to b1247b11ac 2026-01-05 22:29:04 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from b1247b11ac to 61cc66e0fd 2026-01-06 03:28:59 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 61cc66e0fd to a838f79b48 2026-01-06 07:29:14 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from a838f79b48 to ab15fe039b 2026-01-06 11:29:05 +01:00 Compare
moritz merged commit 9f6b84ed6c into main 2026-01-06 15:29:23 +01:00
moritz deleted branch renovate/mix-dependencies 2026-01-06 15:29:23 +01:00
Sign in to join this conversation.
No description provided.