Skip to content

[bug/feat] deno.lock support #94

@Bellisario

Description

@Bellisario

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions