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

Unify version-bumping logics to deno_lockfile #185

Closed
hasundue opened this issue Jun 3, 2024 · 1 comment
Closed

Unify version-bumping logics to deno_lockfile #185

hasundue opened this issue Jun 3, 2024 · 1 comment
Milestone

Comments

@hasundue
Copy link
Owner

hasundue commented Jun 3, 2024

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.

@hasundue hasundue added this to the 0.19.0 milestone Jun 3, 2024
@hasundue
Copy link
Owner Author

Turned out that deno_lockfile doesn't have functionalities to "bump" lockfiles.

@github-project-automation github-project-automation bot moved this 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
Projects
Archived in project
Development

No branches or pull requests

1 participant