Update dependencies - #584
Merged
Merged
Conversation
Bump Mix deps within their version ranges (finch 0.22→0.23, floki 0.38.3→0.38.4, phoenix_live_view 1.2.0→1.2.3, plug 1.19.2→1.20.1, sentry 13.1→13.2, swoosh 1.26.1→1.26.2, tailwind installer 0.4.1→0.5.1), realign the corresponding mix.exs specs to the installed minors, and bump the esbuild binary to 0.28.1. Held back deliberately: ecto_sql 3.14 requires decimal ~> 3.0, which the o11y override pins to ~> 2.0; o11y 0.3.0 only adds an igniter dep and still pins decimal 2.x, so neither moves without a breaking decimal bump. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Routine dependency refresh, split out from the whimsy-mode branch (#571) so it can ship on its own.
Mix deps (within existing version ranges)
0.22 → 0.230.38.3 → 0.38.41.2.0 → 1.2.31.19.2 → 1.20.113.1 → 13.21.26.1 → 1.26.20.4.1 → 0.5.1Plus realigned the corresponding
mix.exsspecs to the installed minors and bumped the esbuild binary to0.28.1inconfig/config.exs.Held back deliberately
decimal ~> 3.0, but theo11yoverride pinsdecimal ~> 2.0— can't advance without dropping o11y.igniterdep and still pins decimal 2.x, so it brings no benefit and wouldn't unblock ecto_sql either.Both would need a deliberate breaking decimal 2→3 migration.
Validation
Full local pre-commit passed:
compile --warnings-as-errors,format --check-formatted,credo --strict, and the full test suite (354 tests, 0 failures, 3 skipped).🤖 Generated with Claude Code