ryo-ma / ryo-ma/github-profile-trophy

fix: migrate Deno standard library imports to JSR

Open
#455 2 comments 0 reactions 0 assignees View on GitHub

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 --check
  • deno lint
  • deno test --allow-env

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.