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

Create a unified way to check/update dependencies #9436

Open
smartcontracts opened this issue Feb 8, 2024 · 3 comments · May be fixed by #10406
Open

Create a unified way to check/update dependencies #9436

smartcontracts opened this issue Feb 8, 2024 · 3 comments · May be fixed by #10406
Labels
D-good-first-issue Difficulty: A great task to get started

Comments

@smartcontracts
Copy link
Contributor

smartcontracts commented Feb 8, 2024

So package.json has a bunch of related scripts like update:foundry or install:abigen. Would be nice if we had a unified way of handling this stuff.

I'd love to see a script that can:

  1. Install the correct software versions for everything.
  2. Verify the software versions for everything.
  3. Print out the current software versions for everything.

This script could optionally also take a specific dependency as an argument and apply the above 3 options to that specific dependency instead of all dependencies at once.

@smartcontracts smartcontracts added the D-good-first-issue Difficulty: A great task to get started label Feb 8, 2024
@mds1
Copy link
Contributor

mds1 commented Feb 14, 2024

@sambacha
Copy link

nix can do this for you ser

@richardgreg richardgreg linked a pull request May 5, 2024 that will close this issue
@richardgreg
Copy link

Hi @smartcontracts, I implemented this at #10406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-good-first-issue Difficulty: A great task to get started
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants