build(deps): bump igniter 0.8.0 -> 0.8.3 and dev deps - #195
Merged
Conversation
Safe patch/minor batch, all within existing mix.exs constraints: - igniter 0.8.0 -> 0.8.3: --check/verbose fixes, Elixir 1.20 type-check warning fixes, assert_creates/3 accepts a content function. No changes to the APIs used by mix hammer.install. - credo 1.7.18 -> 1.7.19, ex_doc 0.40.2 -> 0.40.3, benchee 1.5.0 -> 1.5.1 plus transitive deep_merge, earmark_parser, jason, makeup, statistex. Verified: mix compile --warnings-as-errors, mix test --cover (142 tests, 92.78%), mix credo --strict, mix deps.unlock --check-unused. Co-Authored-By: Emmanuel Pinault <dev@pinault-family.us> Claude-Session: https://claude.ai/code/session_01JckHuT8GcW8Gzsai7vcpvT
This was referenced Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mix.exsconstraints, so onlymix.lockchanges.igniter0.8.0 → 0.8.3:--check/ verbose passthrough fixes, Elixir 1.20 type-check warning fixes,assert_creates/3now accepts a content function. No changes to the APIs used bymix hammer.install(feat: add mix hammer.install Igniter task #194).Changes
Transitive: deep_merge, earmark_parser, jason, makeup, statistex.
mix hex.audit: no retired or advisory packages. No majors available.Test Plan
mix compile --warnings-as-errorsmix test --warnings-as-errors --cover— 142 tests, 0 failures, 92.78% coveragemix credo --strict,mix format --check-formatted,mix deps.unlock --check-unused🤖 Generated with Claude Code by Emmanuel Pinault
https://claude.ai/code/session_01JckHuT8GcW8Gzsai7vcpvT