raspiblitz-web icon indicating copy to clipboard operation
raspiblitz-web copied to clipboard

Document how to handle dependencies

Open cstenglein opened this issue 3 years ago • 4 comments

Document that we shoudn't use dependencies for small things to not have too many of them.

cstenglein avatar Oct 21 '21 17:10 cstenglein

Suggestion: https://depfu.com

image

The depfu people are nice. It has a great support for npm-modules.

dependabot is Githubs own solution (they got accquired) which supports more languages, but is not needed here.

escapedcat avatar Oct 27 '21 13:10 escapedcat

Document that we shoudn't use dependencies for small things to not have too many of them.

Only noticed now that this issue wasn't about updating deps. Sorry.

escapedcat avatar Jan 15 '22 07:01 escapedcat

No worries, still a good idea so we don't have to do updates by hand all the time. ;)

cstenglein avatar Jan 15 '22 11:01 cstenglein

btw this is how a depfu PR looks like:
https://github.com/getAlby/lightning-browser-extension/pull/573

escapedcat avatar Jan 31 '22 06:01 escapedcat

I think we automated updates & shouldn't be an issue anymore

cstenglein avatar Dec 20 '22 13:12 cstenglein