Update phoenix_live_view to v1.2.6#168
Merged
Merged
Conversation
Owner
|
awesome @Wigny. The CI doesnt seem to be working in some versions but overall good job! |
8078b64 to
99c1555
Compare
Contributor
Author
|
Ahh, that was because Plug 1.20 dropped support for Elixir 1.14. |
99c1555 to
89c20d9
Compare
Owner
|
good call, lets drop the support |
phcurado
approved these changes
Jul 10, 2026
Owner
|
thanks for the PR |
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.
This MR updates the
phoenix_live_viewto the latest version, solving all existing vulnerabilities inphoenixandplug, and fixing a compile warning users might face when passing the attrtypein the.buttoncomponent, after phoenixframework/phoenix_live_view#4207.