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

EFI: Up to date packages #174

Open
sheplu opened this issue Feb 20, 2024 · 1 comment
Open

EFI: Up to date packages #174

sheplu opened this issue Feb 20, 2024 · 1 comment

Comments

@sheplu
Copy link
Member

sheplu commented Feb 20, 2024

Motivation

Keeping dependencies up to date can provide a lot of comfort for the ecosystem. First of all, following the update and changes may allows the project to be less overwhelmed, but this is also a way to keep using packages that are updated and safe/secure. By relaying on out of date packages, we may have hidden vulnerabilities that could be exploited.

Expectation

Keep all dependencies up to date for performance and security reasons.

Implementation

Remove unused packages if we have some
Implement automation around package update using Dependabot or Renovate (or build a custom GitHub Action)
Following with Security WG to keep up to date the deps
Do we want to have automatic security update with auto-merge and auto-publish (if all tests are good)

Status

Part: Organization

Draft

Following the Security and Performances part, one key solution is to keep our dependencies list small and up to date. By doing so it would help the project operate faster, ensuring the best security and allowing us to stay up to date with the ecosystem.
We need to focus on
Keep all dependencies to the latest version (or close to)
Remove unused dependencies
Use Node.js core module if possible

@wesleytodd
Copy link
Member

related: expressjs/express#5435

I think we need a larger discussion around how we want to approach this. For 4.x we have a long standing practice but we could consider changing it to be more update friendly going forward if we want but we need to be careful to not loose our great stability.

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

No branches or pull requests

2 participants