-
Notifications
You must be signed in to change notification settings - Fork 403
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 an automated workflow for updating package.json #64
base: master
Are you sure you want to change the base?
Conversation
demn pro |
Nice idea, but I prefer manually testing after updating dependencies, and as I didn't write any tests, I'd prefer not to merge this now. |
@out386 Will try to write tests, let's keep the PR open for other people to help! |
necrobumping coz bored af |
If I merge this now, packages that I've not updated in 2 years will get updated. I half want to see exactly how much will break xD |
Lol |
Hi, I have updated the dependencies here https://github.com/arghyac35/aria-telegram-mirror-bot/commits/master , two things which broke:
For uuid it was a small fix but for aria2 I need to update the functions accordingly new version. You can have a look. |
wew your fork looks nice |
It updates the dependencies in
package.json
on push and creates a Pull Request for it.Squash and merge if it's fine !