redhat-developer / redhat-developer/vscode-microprofile
Update to TypeScript 6
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 17
- Avg merge
- 23h 47m
- Merged PRs (30d)
- 3
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 by reviewing tsconfig.json and the project's TypeScript and typescript-eslint configuration. Check which compiler checks change when upgrading to TypeScript 6, then run the existing project checks to identify required updates. Done means TypeScript 6 is supported with the necessary tsconfig changes while remaining compatible with typescript-eslint; do not target TypeScript 7.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100