-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
After Deno 1.18.0 release, I discovered Deno created a file called deno.lock, I think it's similar to NPM lockfile.
Udd bug is that dependencies update seems not to handle (ex. edit, create) the file, which I is kept intact (or not created) after update.
A workaround I found is to update deps with Udd, then remove the lockfile (if present) and run the project. This makes sure Deno automatically creates this file.
Would be great and fair if Udd updates automatically all dependencies on lockfile, too, with all hashes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels