deno-udd icon indicating copy to clipboard operation
deno-udd copied to clipboard

Update Deno Dependencies - update dependency urls to their latest published versions

Results 29 deno-udd issues
Sort by recently updated
recently updated
newest added

Huge fan of this project! Was wondering if you'd consider extending its functionality to cover Deno version text in non-TS files (in particular GitHub actions). ```yml name: Test on: pull_request:...

As noticed in #53 . Basically we should test when things _do not_ match the REGISTRY regex ?

If you install udd as `foo` (`deno install -n foo ...`) then the `--upgrade` should update `foo` not `udd`. https://github.com/hayd/deno-udd/blob/862c789b9f94183bdd6066e569e7d46770f27ff5/main.ts#L85-L86 This should be straightforward... but I'm not sure how we...

Some application developers may prefer [import maps](https://github.com/WICG/import-maps) instead of the `deps.ts` pattern. Would it be within the scope of `udd` to create/modify an import map file instead of using `deps.ts`?

I guess one of the core concepts of deno is being decentralized, and being restricted to https://deno.land/std https://deno.land/x https://denopkg.com https://dev.jspm.io https://cdn.pika.dev https://unpkg.com Isn't good, cause people might want to use...

https://github.com/hayd/deno-udd/commit/7c5a0f5b35af8603020cdc2bfc8cb95b04309e71 https://github.com/hayd/deno-udd/blob/7c5a0f5b35af8603020cdc2bfc8cb95b04309e71/semver.ts#L72

I think a way to do this is for each registry to be its own file and have it export default. This will be a little verbose but would allows...

At the moment udd skips them as they don't match the regex. There should be an optional conversion of no release to latest release. Note: should also complain if no...