Skip to content

fix(deps): update vue monorepo to v3.3.11 #2257

fix(deps): update vue monorepo to v3.3.11

fix(deps): update vue monorepo to v3.3.11 #2257

Triggered via push December 8, 2023 09:01
Status Success
Total duration 15m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yaml

on: push
Matrix: ci
Matrix: Clippy!
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
/home/runner/work/charted/charted/crates/sessions/src/lib.rs#L372
useless conversion to the same type: `i64`
./file/that/probably/doesnt/exist.rs#L0
1 warning emitted
useless conversion to the same type: `i64`: crates/sessions/src/lib.rs#L372
warning: useless conversion to the same type: `i64` --> crates/sessions/src/manager.rs:372:17 | 372 | one_week.timestamp_millis().try_into().unwrap(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider removing `.try_into()` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
1 warning emitted
warning: 1 warning emitted