Skip to content

chore(deps): update hex dependencies (patch)#428

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hex-dependencies-(patch)
Open

chore(deps): update hex dependencies (patch)#428
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hex-dependencies-(patch)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 26, 2025

This PR contains the following updates:

Package Type Update Change
bandit (source) prod patch 1.10.1== 1.10.4
credo (source) dev patch 1.7.13== 1.7.17
ecto_sql (source) prod patch 3.13.2== 3.13.5
floki (source) dev patch 0.38.0== 0.38.1
phoenix_live_reload (source) dev patch 1.6.1== 1.6.2
phoenix_live_view (source) prod patch 1.1.17== 1.1.28

Release Notes

mtrudel/bandit (bandit)

v1.10.4

Compare Source

Enhancements

v1.10.3

Compare Source

Enhancements
  • Support authority form requests for CONNECT requests (#​571)
  • Narrow acceptance of asterisk form requests to OPTIONS requests (#​571)
  • Detect client disconnect on timeout in ensure_completed (#​566, thanks @​pepicrft!)
  • Improve http2 sendfile streaming (#​565, thanks @​elibosley!)

v1.10.2

Compare Source

Enhancements
  • Distinguish client disconnects from genuine body read timeouts (#​564, thanks @​pepicrft!)
rrrene/credo (credo)

v1.7.17

Compare Source

  • Credo.Check.Readability.ModuleDoc add new param :ignore_modules_using (defaults to [Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/])
  • Credo.Check.Warning.UnusedOperation update :modules param: instead of a list of functions to check, :all can be given to check all functions in a module
  • New Check: Credo.Check.Refactor.CondInsteadOfIfElse
  • New Check: Credo.Check.Warning.WrongTestFilename

v1.7.16

Compare Source

  • Fix compatibility & compiler warnings with Elixir 1.20.0-rc.1
  • Credo.Check.Refactor.PassAsyncInTestCases add new param :force_comment_on_explicit_false (defaults to false)
  • Credo.Check.Warning.Dbg add new param :allow_captures (defaults to false)
  • New Check: Credo.Check.Warning.UnusedMapOperation
  • New Check: Credo.Check.Warning.UnusedOperation

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

v1.7.14

Compare Source

  • Fix regression for DuplicatedCode
  • Expand Credo.Check.Warning.ExpensiveEmptyEnumCheck to cover less obvious cases
  • New Check: Credo.Check.Warning.StructFieldAmount
elixir-ecto/ecto_sql (ecto_sql)

v3.13.5

  • [postgrex] Map :restrict_violation to :foreign_key constraint (required by PostgreSQL 18)

v3.13.4

Compare Source

Bug fixes
  • [mysql] Do not crash mix ecto.load with large dumped databases

v3.13.3

Compare Source

Enhancements
  • [sql] Tag generated functions as :generated
  • [sql] Add :wrap_in_transaction option to explain
Bug fixes
  • [mysql] Fix structure_load/2 for MySQL 9.4+
philss/floki (floki)

v0.38.1

Compare Source

Performance

This version contains major performance improvements in the following functions:

  • Floki.filter_out/2.
  • Floki.find/2 - with some improvements to specific selectors, like classes
    and attribute selectors.
  • Floki.text/2.

Those functions are not only faster, but are now using less memory. Please check
the PRs related to this release if you want to better understand the numbers.

All the improvements in this version were made by Barna Kovacs - @​preciz,
so shout out and thanks to him!

Fixed

Remove a warning about an unused require Logger that pops up when using Elixir v1.20.

phoenixframework/phoenix_live_reload (phoenix_live_reload)

v1.6.2

Compare Source

  • Bug fixes
    • Properly deal with Unicode when forwarding logs
phoenixframework/phoenix_live_view (phoenix_live_view)

v1.1.28

Compare Source

Bug fixes
  • Fix race condition that could lead to a JS exception when nested LiveView is removed while it is joining (#​4177)
Enhancements
  • A bunch of small performance and documentation improvements (thank you @​preciz!)

v1.1.27

Compare Source

Bug fixes
  • Workaround Chrome bug when patching <template> elements (#​4163)
  • Fix more type warnings on Elixir 1.20

v1.1.26

Compare Source

Bug fixes
  • Fix phx-click-away for nested portals
  • Fix type warnings on Elixir 1.20

v1.1.25

Compare Source

Bug fixes
  • Fix phx-click-away when clicked element is teleported (#​4141)
  • Handle phx-hook outside of LiveViews when reconnecting (#​4147)

v1.1.24

Compare Source

v1.1.23

Compare Source

v1.1.22

Compare Source

v1.1.21

Compare Source

v1.1.20

Compare Source

v1.1.19

Compare Source

v1.1.18

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch from d509aa9 to 08d77bb Compare December 1, 2025 15:06
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_view to == 1.1.18 chore(deps): update hex dependencies (patch) Dec 1, 2025
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 4 times, most recently from 821c73e to 75a2462 Compare December 9, 2025 08:26
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from aa6d847 to a4c1480 Compare December 18, 2025 00:14
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from a4ffecc to 685c319 Compare December 27, 2025 13:26
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 3 times, most recently from 83f3629 to c0d0f79 Compare January 15, 2026 19:31
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 4 times, most recently from 360b00f to 248cb1c Compare January 28, 2026 20:46
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch from 248cb1c to bf4c722 Compare February 2, 2026 15:10
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from 84516de to e7dd394 Compare February 16, 2026 10:02
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from c8d7144 to ba42bd9 Compare February 26, 2026 14:50
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 3 times, most recently from d0b4041 to 9b29ed1 Compare March 4, 2026 18:40
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from 8eb8a5e to 1bc89c1 Compare March 13, 2026 12:06
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch from 1bc89c1 to a36b7b4 Compare March 17, 2026 21:42
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from cb670ea to 0bb7e09 Compare March 26, 2026 04:45
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch from 0bb7e09 to a469fd7 Compare March 27, 2026 17:52
@renovate renovate bot force-pushed the renovate/hex-dependencies-(patch) branch from a469fd7 to 427a8e2 Compare March 27, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants