We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: Deno 2.1.4
Using deno outdated or deno outdated --latest in various projects, it sometimes gives me a result, sometimes not.
deno outdated
deno outdated --latest
Here, in a clean project, I have a deno.json file:
{ "imports": { "@std/log": "jsr:@std/log@^0.224.11" } }
I expect the deno outdated or deno outdated --latest command to suggest upgrading to 0.224.12.
I also tried:
deno outdated --update --latest "@std/*"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: Deno 2.1.4
Using
deno outdated
ordeno outdated --latest
in various projects, it sometimes gives me a result, sometimes not.Here, in a clean project, I have a deno.json file:
I expect the
deno outdated
ordeno outdated --latest
command to suggest upgrading to 0.224.12.I also tried:
deno outdated --update --latest "@std/*"
The text was updated successfully, but these errors were encountered: