Skip to content

chore(deps): bump commander from 11.1.0 to 12.0.0 in /javascript #1455

chore(deps): bump commander from 11.1.0 to 12.0.0 in /javascript

chore(deps): bump commander from 11.1.0 to 12.0.0 in /javascript #1455

Triggered via pull request February 8, 2024 05:54
Status Success
Total duration 1m 18s
Artifacts

checks.yml

on: pull_request
Check Spelling
14s
Check Spelling
Check nix hash is up-to-date
1m 11s
Check nix hash is up-to-date
Fit to window
Zoom out
Zoom in

Annotations

1 warning
use of a fallible conversion when an infallible one could be used: crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used --> crates/parser/src/lib.rs:184:10 | 184 | .try_into() | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default