feat(deps): upgrade leptos 0.7->0.8 + leptos_icons/icondata 0.5->0.7#5
Merged
Conversation
…5→0.7 Lucide icon renames required by icondata 0.7: - LuFileEdit → LuFilePenLine - LuPlusCircle → LuCirclePlus - LuSendHorizonal → LuSendHorizontal (typo fix) - LuAlertTriangle → LuTriangleAlert - LuTerminalSquare → LuSquareTerminal - LuPlayCircle/AlertCircle/CheckCircle/MinusCircle → LuCircle* variants No reactive API changes needed — leptos 0.8 is backward-compatible for all signal, effect, callback and event-listener APIs used here. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Runs cargo check for both crates on every pull request: - blxcode (Tauri backend, native Linux) - blxcode-ui (Leptos frontend, wasm32-unknown-unknown) Uses dtolnay/rust-toolchain for reliable toolchain setup and actions/cache to speed up repeated runs. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
leptos0.7.8 -> 0.8.19leptos_icons0.5 -> 0.7.1 (requires leptos 0.8)icondata0.5 -> 0.7 (paired with leptos_icons).github/workflows/pr-check.yml— runscargo checkon every PRChanges
All reactive APIs (signals, effects, callbacks, event listeners, spawn_local, etc.) are unchanged between leptos 0.7 and 0.8 — no reactive code needed updating.
The only breaking changes were renamed Lucide icon constants in icondata 0.7:
Test plan
cargo check -p blxcode-ui --target wasm32-unknown-unknownpasses locallycargo check -p blxcodepasses locally🤖 Generated with Claude Code