chore(deps): bump phoenix_live_dashboard from 0.9.0 to 0.9.1 - #195
Merged
Merged
Conversation
The squash of #191 landed with no content: the mix.lock conflict was resolved from the wrong side of the merge, so the commit arrived with the message but not the change. This applies the bump Dependabot had resolved. Version and hash are taken verbatim from Dependabot's own resolution of this update — nothing was hand-edited. phoenix_live_dashboard 0.9.1 requires phoenix_live_view ~> 1.0, which main's 1.2.11 satisfies, so this stands alone.
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.
Applies the update Dependabot resolved in #191.
Why this PR exists: #191's squash landed with an empty diff. Its
mix.lockconflict was resolved from the wrong side of the merge, so the commit arrived carrying the message but not the change — main still had 0.9.0. The version and hash here are taken verbatim from Dependabot's own resolution, so nothing is hand-computed.One line changes:
phoenix_live_dashboard0.9.0 → 0.9.1. Its constraintphoenix_live_view ~> 1.0is satisfied by main's 1.2.11, so it stands alone — the sibling bump (#192, live_view → 1.2.11) already landed via this repo's Dependabot auto-merge.Note: this repository's Elixir CI has been failing on main since at least 15 September, at the
Set up BEAM (OTP + Elixir)step — before dependency installation — so no CI here can validate a lockfile change either way. That pipeline is worth a separate look.