Skip to content

upgrade deps

upgrade deps #184

Triggered via push September 19, 2024 19:01
Status Success
Total duration 1m 25s
Artifacts

upload.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
first doc comment paragraph is too long: respo/src/node/css.rs#L41
warning: first doc comment paragraph is too long --> respo/src/node/css.rs:41:1 | 41 | / /// it provides ADT interfaces as APIs, but internally it's maintained dynamically. 42 | | /// it's easily diffed in a hashmap. 43 | | /// and when it's sent to JS APIs, it's still in strings, which is also dynamic. 44 | | /// TODO order of rules might matter in edge cases | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph help: add an empty line | 41 ~ /// it provides ADT interfaces as APIs, but internally it's maintained dynamically. 42 + /// |
first doc comment paragraph is too long: respo/src/states_tree.rs#L22
warning: first doc comment paragraph is too long --> respo/src/states_tree.rs:22:1 | 22 | / /// Respo maintains states in a tree structure, where the keys are strings, 23 | | /// each child component "picks" a key to attach its own state to the tree, 24 | | /// and it dispatches events to global store to update the state. | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
first doc comment paragraph is too long: respo/src/states_tree.rs#L1
warning: first doc comment paragraph is too long --> respo/src/states_tree.rs:1:1 | 1 | / //! Respo does not provide local states in components, but a global states tree. 2 | | //! `RespoStatesTree` tree has concept of "cursor", which is a path to the current state in the tree. 3 | | //! use `branch.pick(name)` to get a child branch, and `branch.set_in_mut(change)` to update the tree. | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph = note: `#[warn(clippy::too_long_first_doc_paragraph)]` on by default help: add an empty line | 1 ~ //! Respo does not provide local states in components, but a global states tree. 2 + /// |
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: jetli/trunk-action@v0.4.0, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/