Conversation
Updated: - mix.lock: All Hex dependencies to latest compatible versions * Phoenix LiveView: 1.1.19 => 1.1.20 * All transitive dependencies updated - flake.lock: nixpkgs input to latest (c1cf4a5...) * Brings latest Erlang 28.x (28.3.1) and Elixir 1.19.x (1.19.5) * All system tools updated (FFmpeg, mediainfo, etc.) - flake.nix: Simplified Erlang version to use latest 28.x from nixpkgs * Removed hardcoded version override * Now tracks latest patch versions automatically All code compiles successfully. Ready for production use. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates Phoenix LiveView to version 1.1.20 and simplifies the Erlang/Elixir build configuration to use nixpkgs defaults rather than hardcoded version overrides.
Changes:
- Phoenix LiveView updated from 1.1.19 to 1.1.20 (patch version bump)
- Erlang configuration simplified to use nixpkgs default erlang_28 instead of hardcoded 28.1.1 override
- nixpkgs flake input updated to latest release (commit c1cf4a5)
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| mix.lock | Updates Phoenix LiveView to 1.1.20, a minor patch release with backwards compatibility |
| flake.nix | Simplifies Erlang configuration by removing hardcoded version override, now using nixpkgs default |
| flake.lock | Updates nixpkgs to latest release with updated Erlang/Elixir toolchain versions |
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.
Summary
Comprehensive update of all project dependencies and build tool versions to latest compatible releases.
Changes
Hex Dependencies (mix.lock)
NixPkgs (flake.lock)
Build Configuration (flake.nix)
Testing
Notes
~> 1.19(allows any 1.19.x)🤖 Generated with Claude Code