redhat-developer / redhat-developer/vscode-quarkus
Migrate to TypeScript 6
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 31
- Avg merge
- 12h 51m
- Merged PRs (30d)
- 6
Description
TypeScript 6 came out fairly recently. It'd be nice to update to it, but it's not a trivial upgrade. We'll need to change some entries in the tsconfig.json, since some checks that were off by default are now on by default.
TypeScript 7 has also been released, but typescript-eslint doesn't support it yet.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tsconfig.json and the project's TypeScript configuration, then check how typescript-eslint constrains the upgrade. Update the configuration for TypeScript 6's newly enabled checks and verify the project still passes its existing validation; do not target TypeScript 7 until typescript-eslint supports it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100