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

Package management improvement idea #462

Merged
merged 4 commits into from
Jun 28, 2024
Merged

Package management improvement idea #462

merged 4 commits into from
Jun 28, 2024

Conversation

onx2
Copy link
Contributor

@onx2 onx2 commented Jun 25, 2024

I like to use npm-check-updates in my personal projects and thought it could be useful here too. I added some npm scripts to help with managing packages.

npm run deps:patch, npm run deps:minor, and npm run deps:latest will update the package.json file to the specified versions and then running npm i will install those. I ran npm run deps:patch in this PR as an example.

With a lot of dev deps it can be a hassle to keep everything up to date with the latest, and falling behind on that can be an even bigger burden later when trying to update anything for a legitimate reason such as new feature or security.

@onx2 onx2 marked this pull request as ready for review June 25, 2024 12:53
Copy link
Owner

@inokawa inokawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@inokawa inokawa merged commit c430b94 into inokawa:main Jun 28, 2024
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants