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

Upgrade typescript to the latest version 5 #72

Open
1 task
ygrishajev opened this issue Apr 4, 2024 · 0 comments
Open
1 task

Upgrade typescript to the latest version 5 #72

ygrishajev opened this issue Apr 4, 2024 · 0 comments
Labels
kind/tech-debt Technical debt

Comments

@ygrishajev
Copy link
Contributor

The project is currently using an older version of TypeScript. Upgrading to TypeScript version 5 will bring several benefits like:

  1. Latest Features: TypeScript 5 comes with new features that are not available in the current version we are using. These features can help us write more efficient and cleaner code.
  2. Improved Performance: The newer version of TypeScript has improved performance in terms of both compilation and code execution. This can lead to faster development cycles and a better user experience.
  3. Long-Term Support: By upgrading to the latest version, we ensure that we are using a version that is actively maintained and supported. This can help us avoid potential issues and bugs that might exist in older versions.
  4. Keeping Up with the Ecosystem: Many popular libraries and frameworks are starting to require newer versions of TypeScript. To ensure compatibility and take advantage of these tools, it's important to keep our TypeScript version up to date.
  • Upgrade to typescript v 5
@ygrishajev ygrishajev added the kind/tech-debt Technical debt label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/tech-debt Technical debt
Projects
Status: Backlog (not prioritized)
Development

No branches or pull requests

1 participant