build(deps): bump leptos from 0.4.10 to 0.5.0 #133
Annotations
10 errors and 15 warnings
Build & Test (nightly):
src/app.rs#L19
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/app.rs#L38
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/app.rs#L82
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/components/code/code_sidebar.rs#L33
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/components/general/structure/navigation.rs#L9
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/components/general/structure/sidebar.rs#L5
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/components/general/svg.rs#L7
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/views/code.rs#L11
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/views/home.rs#L5
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly):
src/views/impressum.rs#L5
`cx,` is not used with the `view!` macro in 0.5.
|
Build & Test (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build & Test (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build & Test (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build & Test (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build & Test (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build & Test (nightly):
src/app.rs#L3
unused import: `leptos_router::*`
|
Build & Test (nightly):
src/app.rs#L6
unused imports: `CodeView`, `HomeView`, `ImpressumView`, `LoginView`, `LogoutView`, `ProfileView`, `RegisterView`, `SettingsView`, `VerifyView`, `components::Navigation`, `contexts::AuthContextProvider`
|
Build & Test (nightly):
src/components/code/code_sidebar.rs#L4
unused import: `crate::components::Sidebar`
|
Build & Test (nightly):
src/components/general/structure/navigation.rs#L3
unused import: `components::Svg`
|
Build & Test (nightly):
src/views/code.rs#L4
unused imports: `app::CODE`, `components::CodeSidebar`
|
Build & Test (nightly):
src/views/login.rs#L2
unused import: `leptos_router::ActionForm`
|
Build & Test (nightly):
src/views/logout.rs#L2
unused import: `leptos_router::Redirect`
|
Build & Test (nightly):
src/views/register.rs#L2
unused import: `leptos_router::ActionForm`
|
Build & Test (nightly):
src/lib.rs#L21
unused import: `app::*`
|
Build & Test (nightly):
src/views/register.rs#L11
use of deprecated method `leptos::Resource::<S, T>::read`: You can now use .get() on resources.
|