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

fix(outdated): Use latest tag even when it's the same as the current version #27699

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

nathanwhit
Copy link
Member

Fixes #27696.

Just a > that should've been a >=. Also made sure to filter out deprecated versions.

@nathanwhit nathanwhit enabled auto-merge (squash) January 16, 2025 18:21
@nathanwhit nathanwhit requested a review from dsherret January 16, 2025 18:47
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nathanwhit nathanwhit merged commit a5ba198 into denoland:main Jan 16, 2025
17 checks passed
bartlomieju pushed a commit that referenced this pull request Jan 16, 2025
…t version (#27699)

Fixes #27696.

Just a `>` that should've been a `>=`. Also made sure to filter out
deprecated versions.
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

Successfully merging this pull request may close these issues.

deno outdated --latest output depends on currently installed version
2 participants