Skip to content
New issue

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

Deno outdated seems to be flaky #27442

Open
tomas-zijdemans-vipps opened this issue Dec 21, 2024 · 0 comments
Open

Deno outdated seems to be flaky #27442

tomas-zijdemans-vipps opened this issue Dec 21, 2024 · 0 comments

Comments

@tomas-zijdemans-vipps
Copy link

tomas-zijdemans-vipps commented Dec 21, 2024

Version: Deno 2.1.4

Using deno outdated or deno outdated --latest in various projects, it sometimes gives me a result, sometimes not.

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:

  • Removing the version specifier
  • Running with and without lock file
  • Running deno outdated --update --latest "@std/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant