We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
As #194, I've already implemented this here and will be available in the next minor release 👍
Sorry, something went wrong.
As a workaround right now, you may --ignore such dependencies. Sorry for inconvenience though
--ignore
hasundue
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: