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

Allow "pinning" a dependency, so it is not changed on global "upgrade" #227

Closed
chromalchemy opened this issue Jun 11, 2024 · 2 comments
Closed

Comments

@chromalchemy
Copy link

Allow :neil/pinned true on a dependency to prevend it getting bumped on neil dep upgrade

Case: I started getting errors in from nextjournal.markdown, apparently from from a java upgrade. Per an older reccomendation, if (in deps.edn) i point the dep to a Sha on a branch with a patch, it works. But every time I run the neil upgrade, it bumps that Sha to another one (presumably older, but on the main branch?), and the errors return if I dont revert the change.

@chromalchemy chromalchemy changed the title All "pinning" a dep to it is not changed on global "upgrade" Allow "pinning" a dependency, so it is not changed on global "upgrade" Jun 11, 2024
@borkdude
Copy link
Contributor

LGTM. @teodorlu if you want, you can take this one, else I'll look at this soon!

@teodorlu
Copy link
Contributor

I'll have a look 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants