vcode-sh/depfresh - Evidence-backed dependency workflow

Run version-coupled check, capabilities, inspect, plan, or reviewed apply workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandWorkflow command: check, capabilities, inspect, plan, applynocheck
modeVersion range mode: default, major, minor, patch, latest, newest, nextnodefault
writeWrite updated versions to package filesnofalse
fail-on-outdatedExit 1 if outdated dependencies are found (ignored when write is true)notrue
includeComma-separated list of package name patterns to includeno""
excludeComma-separated list of package name patterns to excludeno""
recursiveRecursively scan workspace packagesnotrue
working-directoryDirectory to run depfresh inno.
node-versionExact Node.js version to use (must be >= 24.15.0)no24.15.0
plan-fileReviewed plan file, relative to working-directory (apply only)no""
sync-lockfilePlan or grant the sync-lockfile phasenofalse
installPlan or grant the contained install phasenofalse
verify-artifactsPlan or grant exact npm artifact verification (requires install)nofalse
namedescription
jsonFull JSON output from depfresh
outdated-countNumber of outdated dependencies found
exit-codeRaw exit code; interpret it with the selected command contract and JSON result
has-updatesWhether outdated dependencies were found (true/false)
contractMachine contract identifier for capabilities, inspect, plan, or apply
result-statusApply result status; blank for other commands
has-findingsWhether the selected machine workflow reported reviewable findings