hasundue / molt

Update dependencies the Deno way
https://jsr.io/@molt
MIT License
60 stars 5 forks source link

Unify version-bumping logics to `deno_lockfile` #185

Open hasundue opened 1 month ago

hasundue commented 1 month ago

Currently, a few different routines for bumping SemVers in import specifiers are implemented for different "kinds" of dependencies. However, I have come up with an idea that all of them might be substituted by the lock-file updating functionality in Deno CLI.

That would also solve #184 without any special effort.