ryo-ma / ryo-ma/github-profile-trophy
fix: migrate Deno standard library imports to JSR
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.7k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
Problem
The project mixes deno.land/std URLs with JSR imports.
Deno 2 lint rejects inline dependency URLs.
Proposed change
Move standard library imports to JSR.
Declare dependency aliases in deno.json.
Replace any values in render_svg.ts.
Format vercel.json.
Validation
deno fmt --checkdeno lintdeno test --allow-env
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 deno.json and search the project for deno.land/std imports, then inspect render_svg.ts for the any values and vercel.json formatting. Update the dependency aliases and imports, replace the specified any values, format vercel.json, and run deno fmt --check, deno lint, and deno test --allow-env.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, typescript
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100