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 #153

Open
6 tasks
ygrishajev opened this issue Apr 4, 2024 · 1 comment
Open
6 tasks

Upgrade typescript to the latest version 5 #153

ygrishajev opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels
P3 priority 3 feature/ enhancement tech-debt Technical debt

Comments

@ygrishajev
Copy link
Collaborator

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 api
  • Upgrade deploy-web
  • Upgrade indexer
  • Upgrade landing
  • Upgrade provider-proxy
  • Upgrade shared
@ygrishajev ygrishajev added the tech-debt Technical debt label Apr 17, 2024
@baktun14 baktun14 added the P3 priority 3 feature/ enhancement label Jun 3, 2024
@baktun14
Copy link
Collaborator

baktun14 commented Jun 3, 2024

image
This should be straightforward and easy to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 priority 3 feature/ enhancement tech-debt Technical debt
Projects
Status: In Progress (prioritized)
Development

Successfully merging a pull request may close this issue.

2 participants