What do you want to see in the API?
TypeScript should be upgraded from the 5.9 version to the 6.0 version and later 7.0 version very, very soon on this codebase. All of my unit tests files under src/__tests__/ folder have started showing all red and not finding anything defined there. The tests still work normally but this is more than likely a symptom of running TS 6.0 instead of 7.0.
Then on tsconfig.json I ran into this:
How do you think this should work?
There should be a plan for this that I'm now implementing. Ideally these things should be uncovered:
- How long can we go on the server with TS version 6.0 until things literally break.
- How can we make sure we have a plan and action steps to migrate to TS 7.0 before all this happens.
- How to do all this with absolute minimal disruption to the codebase
- How to test this out on a different branch or something along those lines before moving this upgrade over to main and dev. Taking into account all the different dependencies that, some, haven't been touched in years this is never a simple operation.
Any additional info?
I'll post documentation on the matter here and start working on this issue.
What do you want to see in the API?
TypeScript should be upgraded from the 5.9 version to the 6.0 version and later 7.0 version very, very soon on this codebase. All of my unit tests files under
src/__tests__/folder have started showing all red and not finding anything defined there. The tests still work normally but this is more than likely a symptom of running TS 6.0 instead of 7.0.Then on
tsconfig.jsonI ran into this:How do you think this should work?
There should be a plan for this that I'm now implementing. Ideally these things should be uncovered:
Any additional info?
I'll post documentation on the matter here and start working on this issue.