Skip to content

chore(deps): Bump luhn from 0.3.3 to 0.4.0#145

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/luhn-0.4.0
Open

chore(deps): Bump luhn from 0.3.3 to 0.4.0#145
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/luhn-0.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps luhn from 0.3.3 to 0.4.0.

Changelog

Sourced from luhn's changelog.

[0.4.0] - 2026-05-08

Changed

  • Modernized mix.exs configuration (renamed module to Luhn.MixProject, updated deps)
  • Made double/3 private — it was an internal implementation detail exposed publicly
  • Improved @doc and @spec annotations across all public functions
  • Updated CI to test against Elixir 1.15–1.19 and OTP 26–28
  • Minimum Elixir version bumped to 1.13
  • Replaced ExCoveralls with Mix's built-in coverage; enforces 80% minimum threshold
  • Fixed incorrect doctest expected values for checksum/2 and valid?/2

Added

  • .formatter.exs for enforced code formatting
  • Credo for static analysis (mix credo --strict)
  • Dialyxir for type checking (mix dialyzer)
  • CHANGELOG.md (this file)
  • Doctest integration in test suite
  • Edge case tests (single digit, error handling)

Removed

  • power_assert dependency (unmaintained, unused)
  • benchfella dependency (replaced by standard benchmarking)
  • excoveralls dependency (replaced by built-in Mix coverage)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [luhn](https://github.com/epinault/luhn_ex) from 0.3.3 to 0.4.0.
- [Changelog](https://github.com/epinault/luhn_ex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/epinault/luhn_ex/commits/0.4.0)

---
updated-dependencies:
- dependency-name: luhn
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants