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

@renovate renovate Bot commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
credo (source) dev patch 1.7.13== 1.7.19
floki (source) dev patch 0.38.0== 0.38.4
lcov_ex (source) dev patch 0.3.4== 0.3.5
phoenix (source) prod patch 1.8.7== 1.8.8
phoenix_live_reload (source) dev patch 1.6.1== 1.6.2
tz (source) prod patch 0.28.1== 0.28.2

Release Notes

rrrene/credo (credo)

v1.7.19: v1.17.19

Compare Source

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

  • Fix compatibility & compiler warnings with Elixir 1.20.0

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.4

Compare Source

Fixed
  • Fix a regression with Floki.text/2 when a document contains a DOCTYPE tag.
    It did not appear for most of the users because the "mochiweb" parser (default)
    does not produce such tag.

    This is similar to the fix from v0.38.3.

    Thanks @​foxbenjaminfox.

Fixed

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.

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 (phoenix)

v1.8.8

Compare Source

Enhancements
  • [phx.new] Use LiveView 1.2.0
phoenixframework/phoenix_live_reload (phoenix_live_reload)

v1.6.2

Compare Source

  • Bug fixes
    • Properly deal with Unicode when forwarding logs
mathieuprog/tz (tz)

v0.28.2

Compare Source


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 2 times, most recently from a44db3c to 8d70c0d Compare May 21, 2026 18:38
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from 2a2d0a9 to a9edc81 Compare May 29, 2026 15:11
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch from a9edc81 to 47a1552 Compare June 5, 2026 10:50
@renovate

renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.2

@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch 2 times, most recently from 8bdfe7a to a47b00e Compare June 16, 2026 05:10
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch from a47b00e to df917e7 Compare June 22, 2026 16:58
@renovate renovate Bot force-pushed the renovate/hex-dependencies-(patch) branch from df917e7 to 73f1607 Compare July 2, 2026 14:36
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