Skip to content

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

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

chore(deps): update hex dependencies (patch)#428
renovate[bot] wants to merge 1 commit into
mainfrom
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
credo (source) dev patch 1.7.13== 1.7.18
floki (source) dev patch 0.38.0== 0.38.3
jason (source) prod patch 1.4.4== 1.4.5
lcov_ex (source) dev patch 0.3.4== 0.3.5
phoenix_live_reload (source) dev patch 1.6.1== 1.6.2
phoenix_live_view (source) prod patch 1.1.17== 1.1.30
postgrex (source) prod patch 0.22.0== 0.22.2

Release Notes

rrrene/credo (credo)

v1.7.18

Compare Source

Check it out on Hex: https://hex.pm/packages/credo/1.7.18

  • Fix compatibility & compiler warnings with Elixir 1.20.0-rc.4
  • Fix problem with transitive deps in umbrella apps
  • Credo.Check.Warning.UnusedMapOperation fix false positives

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
philss/floki (floki)

v0.38.3

Compare Source

Fixed
  • Fix a regression with Floki.text/2 when a document contains a "processing instruction" tag.
    This is the case for a XML tag.

v0.38.2

Compare Source

Performance

This is another juicy patch version with performance improvements made by @​preciz.

Please check the pull requests to see the improvements.

Fixed
  • Fix compiler warnings for the upcoming Elixir v1.20.
  • Fix typespecs of Floki.attribute/3.
  • Fix documentation for some functions.

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.

michalmuskala/jason (jason)

v1.4.5

Compare Source

  • Add support for Decimal 3.0
dariodf/lcov_ex (lcov_ex)

v0.3.5

Compare Source

New Options

--partitions <number>

Pass the --partitions option through to mix test to enable OS-level test partitioning. Requires the MIX_TEST_PARTITION environment variable to be set.

MIX_TEST_PARTITION=1 mix lcov --partitions 2
--no-compile

Pass the --no-compile option through to mix test to skip compilation before running tests.

mix lcov --no-compile
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.30

Compare Source

Bug fixes
  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#​4214), introduced in v1.1.29.

v1.1.29

Compare Source

Bug fixes
  • Prevent JS crash when hook has a duplicate ID (#​4196)
  • Recompute scroll container for phx-viewport bindings if it is no longer available (#​4169)
  • Fix phx-viewport events not firing when container has horizontal overflow (#​3897)
  • Handle locks on skipped nodes (#​4209)
  • Use moveBefore if available when reordering stream elements (#​4212)

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

elixir-ecto/postgrex (postgrex)

v0.22.2

Compare Source

  • Security
    • Escape quotes in channel names in Postgrex.Notifications.listen/3 (CVE-2026-32687)

v0.22.1

Compare Source

  • Enhancements

    • Relax decimal requirement
    • Set process labels in Postgrex processes
  • Bug fixes

    • Return proper error when getting tcp closed after fatal errors

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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 2 times, most recently from a469fd7 to 427a8e2 Compare March 27, 2026 21:06
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from d278673 to 8135a12 Compare April 10, 2026 22:14
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch from 8135a12 to b8315d7 Compare April 21, 2026 20:55
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch 5 times, most recently from 30f1f52 to 8d391bc Compare May 6, 2026 15:28
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch 3 times, most recently from 55e7e64 to 38dc1cf Compare May 19, 2026 05:14
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch from 38dc1cf to a44db3c Compare May 19, 2026 17:47
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch from a44db3c to 8d70c0d Compare May 21, 2026 18:38
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