chore: update hex dependencies #36

Merged
graham merged 1 commit from chore/update-hex-deps into main 2026-09-17 08:46:47 -05:00
Owner

Updates all Hex dependencies via mix deps.update --all.

Upgraded:

  • dialyxir 1.4.7 -> 1.4.8
  • mox 1.3.1 -> 1.3.2
  • phoenix 1.8.13 -> 1.8.14
  • phoenix_live_view 1.2.11 -> 1.2.12
  • swoosh 1.28.0 -> 1.28.1

Also picked up the latest commit on the aprs git dependency (tracked on main).

Verification:

  • mix compile --warnings-as-errors clean (warnings only in third-party deps error_tracker/prom_ex)
  • mix format --check-formatted clean
  • mix credo --strict — no issues (2644 mods/funs)
  • mix test — 2267/2267 passed
  • mix dialyzer — passed successfully
  • mix deps.audit — passed (pre-commit hook)
Updates all Hex dependencies via `mix deps.update --all`. **Upgraded:** - dialyxir 1.4.7 -> 1.4.8 - mox 1.3.1 -> 1.3.2 - phoenix 1.8.13 -> 1.8.14 - phoenix_live_view 1.2.11 -> 1.2.12 - swoosh 1.28.0 -> 1.28.1 Also picked up the latest commit on the `aprs` git dependency (tracked on `main`). **Verification:** - `mix compile --warnings-as-errors` clean (warnings only in third-party deps error_tracker/prom_ex) - `mix format --check-formatted` clean - `mix credo --strict` — no issues (2644 mods/funs) - `mix test` — 2267/2267 passed - `mix dialyzer` — passed successfully - `mix deps.audit` — passed (pre-commit hook)
chore: update hex dependencies
All checks were successful
skippy-bot/review Skippy review: clean — no open findings
Elixir CI / Build and test (pull_request) Successful in 1m32s
Elixir CI / Dialyzer (pull_request) Successful in 2m52s
Elixir CI / Build and Push Docker Image (pull_request) Has been skipped
6a05c1eb4b
Upgraded:
- dialyxir 1.4.7 -> 1.4.8
- mox 1.3.1 -> 1.3.2
- phoenix 1.8.13 -> 1.8.14
- phoenix_live_view 1.2.11 -> 1.2.12
- swoosh 1.28.0 -> 1.28.1

Also picked up latest aprs git dependency commit (main branch).
First-time contributor

No findings. Lockfile-only bump (6 lines); every version stays inside its mix.exs requirement (phoenix ~> 1.8 -> 1.8.14, phoenix_live_view ~> 1.2 -> 1.2.12, swoosh ~> 1.23 -> 1.28.1, mox ~> 1.2 -> 1.3.2, dialyxir ~> 1.0 -> 1.4.8), and each bumped package's own requirements are satisfied by what is already locked (erlex 0.2.9 >= 0.2.8, idna 7.1.0 < 8.0.0, plug_crypto 2.2.0, bandit 1.12.5, nimble_ownership 1.0.2). No dep declared in mix.exs is missing from the lock.

One note, not a defect: the aprs git dep moved to 4a9adf04 on upstream main, so that code ships pinned by sha but unreviewed here. If upstream force-pushed main, the new sha is not an ancestor of the old one and anything that lived only on the old commit silently leaves the build. A quick git log --oneline e69c80de..4a9adf04 in a clone of aprsme/aprs settles it if you care.

No findings. Lockfile-only bump (6 lines); every version stays inside its `mix.exs` requirement (`phoenix ~> 1.8` -> 1.8.14, `phoenix_live_view ~> 1.2` -> 1.2.12, `swoosh ~> 1.23` -> 1.28.1, `mox ~> 1.2` -> 1.3.2, `dialyxir ~> 1.0` -> 1.4.8), and each bumped package's own requirements are satisfied by what is already locked (`erlex 0.2.9 >= 0.2.8`, `idna 7.1.0 < 8.0.0`, `plug_crypto 2.2.0`, `bandit 1.12.5`, `nimble_ownership 1.0.2`). No dep declared in `mix.exs` is missing from the lock. One note, not a defect: the `aprs` git dep moved to `4a9adf04` on upstream `main`, so that code ships pinned by sha but unreviewed here. If upstream force-pushed `main`, the new sha is not an ancestor of the old one and anything that lived only on the old commit silently leaves the build. A quick `git log --oneline e69c80de..4a9adf04` in a clone of aprsme/aprs settles it if you care. <!-- skippy-pr-review -->
graham merged commit e73698b23d into main 2026-09-17 08:46:47 -05:00
graham deleted branch chore/update-hex-deps 2026-09-17 08:46:47 -05:00
graham referenced this pull request from a commit 2026-09-17 08:46:48 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
graham/aprs.me!36
No description provided.