Tell `deno outdated` to show patch level updates
Is there a way to tell
deno outdated
to show ALL updates, even those affecting only the patch level?
I fI have "@std/cli": "jsr:@std/cli@^1.0.0"
in deno.json
, deno outdated
won't say anything, even though the current version is 1.0.11.
It's also unclear what version will actually be used in that case since the ^
is specified. The most recent in the cache? Does deno outdated
silently update to the last patch level?0 Replies