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

Dependencies updated by [udd](https://github.com/hayd/deno-udd).

It would be nice for UDD to support Deno's new preferred registry, [JSR](https://jsr.io).

udd 0.8.2 deno-version: v1.29.1 Incorrectly upgrade the version number to "undefined" [deps.ts](https://github.com/masx200/deno-http-middleware/pull/20/files#diff-c5027af4b65d385844cd2ddd712950a06ac0d8db6aec9bccb69ed0c4145fd796) ```ts export type { ConnInfo }; export { STATUS_TEXT } from "https://deno.land/[email protected]/http/http_status.ts"; export { encode }; export {...

Atm udd uses regex to get the urls which is hacky. note: importmaps will have to be handled differently (but trivially).

I have a file that contains JSDoc for a library. `udd` cannot operate on the file, as it tries to analyse the docs. ``` [1/1] Looking for releases: https://deno.land/x/redis) library....

help wanted

``` Run deno run -A https://deno.land/x/udd/main.ts deps.ts *.ts '*/*.ts' '*.json' deno run -A https://deno.land/x/udd/main.ts deps.ts *.ts '*/*.ts' '*.json' shell: /usr/bin/bash -e {0} Download https://deno.land/x/udd/main.ts Warning Implicitly using latest version (0.8.2)...

```ts /*import "https://example.com/foo.ts"*/ //import bar from "https://example.com/bar.ts" ``` can it ignore urls in comments?

help wanted
good first issue

fix https://github.com/hayd/deno-udd/issues/8 I left couple of notes This implements the search, and the search gives precise location of the urls, maybe we can in the future use that for replacement....

adds #100 fixes #96