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

difference in oudated vs outdated --update #27038

Open
felix-schindler opened this issue Nov 24, 2024 · 0 comments
Open

difference in oudated vs outdated --update #27038

felix-schindler opened this issue Nov 24, 2024 · 0 comments
Labels
bug Something isn't working correctly outdated Related to `deno outdated` tool

Comments

@felix-schindler
Copy link

Version: Deno 2.1.1

Current behaviour

Currently, there's no indication that a new prerelease version is available. Running the --update command updates to the new version without any prior notice.

Expected behaviour

The outdated command should also show prerelease versions.

Example using @fresh/core

❯ deno outdated
┌─────────────────┬─────────┬─────────┬─────────┐
│ Package         │ Current │ Update  │ Latest  │
├─────────────────┼─────────┼─────────┼─────────┤
│ jsr:@deno/gfm   │ 0.9.0   │ 0.9.0   │ 0.10.0  │
├─────────────────┼─────────┼─────────┼─────────┤
│ jsr:@std/http   │ 1.0.9   │ 1.0.11  │ 1.0.11  │
├─────────────────┼─────────┼─────────┼─────────┤
│ jsr:@std/path   │ 1.0.7   │ 1.0.8   │ 1.0.8   │
├─────────────────┼─────────┼─────────┼─────────┤
│ npm:preact      │ 10.24.3 │ 10.25.0 │ 10.25.0 │
├─────────────────┼─────────┼─────────┼─────────┤
│ npm:tailwindcss │ 3.4.11  │ 3.4.11  │ 3.4.15  │
└─────────────────┴─────────┴─────────┴─────────┘
❯ deno outdated --update
Updated 4 dependencies:
 - jsr:@fresh/core 2.0.0-alpha.23 -> 2.0.0-alpha.25
 - jsr:@std/http            1.0.9 ->         1.0.11
 - jsr:@std/path            1.0.7 ->          1.0.8
 - npm:preact             10.24.3 ->        10.25.0
@bartlomieju bartlomieju added bug Something isn't working correctly outdated Related to `deno outdated` tool labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly outdated Related to `deno outdated` tool
Projects
None yet
Development

No branches or pull requests

2 participants