-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support deno #2417
Comments
If dependabot were to support Deno, I don't think only deno.land/x should be supported. nest.land, raw.githubusercontent.com, and other popular registries / hosts should be supported. |
That would be cool! |
Currently have a dependency-checking script for deno.land/* dependencies. Looking at ways to get latest version for other hosts. Relies on unstable Deno functionality. https://github.com/legowerewolf/deno-dependency-checker Edit. Kinda wish I'd known about deno-udd before this. |
recent updates to Deno Language Server might be of help here and hopefully support will arrive in the following months from esm.sh, Skypack, JSPM, etc. too so that it won't be just deno.land/x, deno.and/std, etc. https://deno.com/blog/v1.17#updates-to-the-deno-language-server |
Need this. |
bump |
I think that there are two ways to support deno; Any plans for supporting Deno in the future? Thanks! |
Having looked through lots of projects trying to find a standard for my own, it looks like it's split between It would be great to get a timeline on this, considering the issue has been open for over two years now. |
I think we should consider relying on the more standardized |
Any update(s) on this? |
Seems like new ecosystems are now welcomed from maintainers in 0f931f4 |
Supporting Another feature that would be useful for Deno in particular is support for jsr: https://jsr.io/docs/using-packages |
Given that other ecosystems directly shell out to the pm (as opposed to Renovate, which does it from scratch), I'd just shell out to molt, and let it handle it. It's worked great for my use cases, it's just not automated. On the other hand, it does have it's own competition ( |
Now that Demo 2 is out with backwards compatibility with Node, it makes more sense than ever. |
Deno 2.1 ships with an upgrader built in! Hopefully that'll simplify things. |
Registry v2 was released 2 days ago. Now deno/x/ requires proper versioning in modules, has an API and simplifies the distribution with their own cdn which should help in adding support for it in dependabot.
See deno-udd for reference on how the community already update their deps.
The text was updated successfully, but these errors were encountered: