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

[CR] Add Dependabot & update to higher versions #207

Open
Mittelblut9 opened this issue Nov 7, 2022 · 2 comments
Open

[CR] Add Dependabot & update to higher versions #207

Mittelblut9 opened this issue Nov 7, 2022 · 2 comments
Labels
easy This is an easy thing to do. enhancement improve an existing mechanic or feature

Comments

@Mittelblut9
Copy link

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!

@mollthecoder
Copy link
Collaborator

Nah, V2 has just as many depreciation warnings

@mollthecoder mollthecoder added enhancement improve an existing mechanic or feature easy This is an easy thing to do. labels Nov 8, 2022
@codergautam
Copy link
Owner

codergautam commented Nov 9, 2022

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This is an easy thing to do. enhancement improve an existing mechanic or feature
Projects
None yet
Development

No branches or pull requests

3 participants