This section is used to track and coordinate dependency updates across the entire project.
Keeping our dependencies up-to-date is important for:
- ✅ Security patches – Fix vulnerabilities and keep the project safe
- 🚀 Performance improvements – Take advantage of faster and more optimized code
- 🧼 Better maintainability – Reduce tech debt and avoid outdated code
- 🧪 Tooling compatibility – Ensure support for the latest frameworks, plugins, and build tools
🔄 Ongoing Upgrade Process
We follow a regular workflow to manage and apply dependency updates:
🛠️ Tools & Automation
To make this process easier and more reliable, we use the following tools:
- ✅
pnpm outdated or npm-check-updates – Check which packages are outdated
- ✅ GitHub automation tools:
- ✅ Manual checks for major or breaking changes
🔁 Note: This is an ongoing process. This section will remain in the README as a reference and reminder to regularly update and review dependencies.