Closed brc-dd closed 3 months ago
Molt currently doesn't update dependencies like jsr:@cliffy/command@1.0.0-rc.4 to jsr:@cliffy/command@1.0.0-rc.5.
jsr:@cliffy/command@1.0.0-rc.4
jsr:@cliffy/command@1.0.0-rc.5
If there is a stable version available, it even downgrades them:
~/foo ❯ cat deno.json { "imports": { "@std/http": "jsr:@std/http@1.0.0-rc.4" } } ~/foo ❯ deno run -A jsr:@molt/cli deno.json 📦 @std/http 1.0.0-rc.4 => 0.224.5
As #194, I've already implemented this here and will be available in the next minor release :+1:
As a workaround right now, you may --ignore such dependencies. Sorry for inconvenience though
--ignore
Molt currently doesn't update dependencies like
jsr:@cliffy/command@1.0.0-rc.4
tojsr:@cliffy/command@1.0.0-rc.5
.If there is a stable version available, it even downgrades them: