Skip to content

build(deps): bump igniter 0.8.0 -> 0.8.3 and dev deps - #195

Merged
epinault merged 1 commit into
masterfrom
chore/deps-2026-08-28
Aug 29, 2026
Merged

build(deps): bump igniter 0.8.0 -> 0.8.3 and dev deps#195
epinault merged 1 commit into
masterfrom
chore/deps-2026-08-28

Conversation

@epinault

Copy link
Copy Markdown
Contributor

Summary

  • Safe patch/minor dependency batch; every update is within the existing mix.exs constraints, so only mix.lock changes.
  • igniter 0.8.0 → 0.8.3: --check / verbose passthrough fixes, Elixir 1.20 type-check warning fixes, assert_creates/3 now accepts a content function. No changes to the APIs used by mix hammer.install (feat: add mix hammer.install Igniter task #194).

Changes

Package From To
igniter (optional) 0.8.0 0.8.3
credo (dev/test) 1.7.18 1.7.19
ex_doc (dev) 0.40.2 0.40.3
benchee (bench) 1.5.0 1.5.1

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-errors
  • mix test --warnings-as-errors --cover — 142 tests, 0 failures, 92.78% coverage
  • mix credo --strict, mix format --check-formatted, mix deps.unlock --check-unused
  • CI matrix (Elixir 1.15–1.19)

🤖 Generated with Claude Code by Emmanuel Pinault

https://claude.ai/code/session_01JckHuT8GcW8Gzsai7vcpvT

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
@epinault
epinault merged commit 4365d00 into master Aug 29, 2026
3 of 9 checks passed
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.

1 participant