swordbattle.io-v1
swordbattle.io-v1 copied to clipboard
[CR] Add Dependabot & update to higher versions
Hello👋
i went through the current used dependencies and i saw some very highly risk used dependencies versions.
For Example postgres:
"postgres": "^1.0.2",
The latest version currently is: 3.3.1
The same for many other deps. By installing the Dependabot you will get updates automatically as a pull request. That makes your app way safer then it is atm. And you are not stuck at functions that are gone since the dinosaurs were killed.
Maybe this is some change for V2. But its one of the most important thing you have to have. Especially as an online game.
Thanks!
Nah, V2 has just as many depreciation warnings
Yes thanks for telling me about this.. I will take a look into it once v2 has been released.
Nah, V2 has just as many depreciation warnings
I agree I'm using a pretty old template with a lot of unnecessary dependencies, but one day I will clean things up, before it goes live. :)