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

suggestion: deno upgrade --deps (to keep dependencies up-to-date) #20487

Closed
Tracked by #26520
iuioiua opened this issue Sep 14, 2023 · 3 comments · Fixed by #26942
Closed
Tracked by #26520

suggestion: deno upgrade --deps (to keep dependencies up-to-date) #20487

iuioiua opened this issue Sep 14, 2023 · 3 comments · Fixed by #26942
Labels
cli related to cli/ dir suggestion suggestions for new features (yet to be agreed)

Comments

@iuioiua
Copy link
Contributor

iuioiua commented Sep 14, 2023

Deno is a batteries-included runtime. One common task for maintenance is keeping dependencies up-to-date while ensuring tests are passing. Having this functionality in a module might be cool, but it might be of greater value if included in the runtime itself. I'll outline this idea in greater detail once I get a chance.

@iuioiua iuioiua changed the title suggestion: deno upgrade --deps subcommand (in-built tool to keep dependencies up-to-date) suggestion: deno upgrade --deps subcommand (to keep dependencies up-to-date) Sep 14, 2023
@iuioiua iuioiua changed the title suggestion: deno upgrade --deps subcommand (to keep dependencies up-to-date) suggestion: deno upgrade --deps (to keep dependencies up-to-date) Sep 14, 2023
@lucacasonato lucacasonato added suggestion suggestions for new features (yet to be agreed) cli related to cli/ dir labels Sep 18, 2023
@Malix-Labs
Copy link

Malix-Labs commented Oct 24, 2024

Can this be escalated ?

Currently, deno dependency management is too much underfeatured :
No way to have information on dependencies (nor directly from the deno.json through the LSP), no way to update them nor know what version are available, etc

@bartlomieju
Copy link
Member

It's being worked on in #26219

@Malix-Labs
Copy link

Malix-Labs commented Oct 24, 2024

See pnpm update

Also, running a similar workflow than pnpm dedup would be nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to cli/ dir suggestion suggestions for new features (yet to be agreed)
Projects
None yet
4 participants