Skip to content
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 for pre-release versions #195

Closed
brc-dd opened this issue Jul 15, 2024 · 2 comments · Fixed by #196
Closed

Support for pre-release versions #195

brc-dd opened this issue Jul 15, 2024 · 2 comments · Fixed by #196
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@brc-dd
Copy link

brc-dd commented Jul 15, 2024

Molt currently doesn't update dependencies like jsr:@cliffy/command@1.0.0-rc.4 to 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
@hasundue
Copy link
Owner

hasundue commented Jul 15, 2024

As #194, I've already implemented this here and will be available in the next minor release 👍

@hasundue hasundue added this to the 0.19.0 milestone Jul 15, 2024
@hasundue hasundue self-assigned this Jul 15, 2024
@hasundue hasundue added the enhancement New feature or request label Jul 15, 2024
@hasundue hasundue moved this to In Progress in Deno Jul 15, 2024
@hasundue
Copy link
Owner

As a workaround right now, you may --ignore such dependencies. Sorry for inconvenience though

@hasundue hasundue linked a pull request Jul 25, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in Deno Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants