RetroAchievements / RetroAchievements/api-js
Outdated `devDependencies`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 77
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
While working on upgrading the library from Node 20 to Node 24, I noticed that a good handful of devDependencies are outdated and/or have vulnerabilities. Although these are just development dependencies, there is a good mixture of high, medium, and low vulnerabilities within the list of outdated devDependencies that should be taken care of. Plus, Prettier, which is outdated in this repo as well, currently has an issue interpreting newer keywords introduced in later NodeJs versions such as the switch from assert to with for import statements.
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
Review the repository's development dependencies while following the Node 20 to Node 24 upgrade context. Identify outdated packages and reported vulnerabilities, including Prettier's handling of newer import syntax, then verify that the dependency checks are clean and the development tooling works with the newer Node.js version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- build-system, security, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100