Skip to content

feat(ui): add Deno icon to engine compatibility table#2965

Merged
gameroman merged 1 commit into
npmx-dev:mainfrom
kytta:compatibility-deno
Jun 26, 2026
Merged

feat(ui): add Deno icon to engine compatibility table#2965
gameroman merged 1 commit into
npmx-dev:mainfrom
kytta:compatibility-deno

Conversation

@kytta

@kytta kytta commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

🔗 Linked issue

🧭 Context

The "Compatibility" table in the right sidebar on the package page shows what runtimes/tools the package supports. The data comes from package.json#engines. There are pretty icons for Node, npm, bun, but not for Deno.

This PR adds the icon and the proper capitalization for deno.

📚 Description

For example, @fedify/fedify:

Before After
image image

@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview, Comment Jun 26, 2026 12:09pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Jun 26, 2026 12:09pm
npmx-lunaria Ignored Ignored Jun 26, 2026 12:09pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: bf0ef82c-a8c0-4e7c-a53d-216bef633955

📥 Commits

Reviewing files that changed from the base of the PR and between 15c4966 and 69e8021.

📒 Files selected for processing (1)
  • app/components/Package/Compatibility.vue

📝 Walkthrough

Summary by CodeRabbit

  • New Features
    • Added support for displaying Deno as a recognised engine in compatibility information.
    • Deno now appears with the correct name and icon when listed.

Walkthrough

Compatibility.vue now includes deno in its engine name and icon mappings, so compatibility output can render Deno with the matching icon when props.engines contains that key.

Changes

Deno engine support

Layer / File(s) Summary
Engine label and icon mapping
app/components/Package/Compatibility.vue
Adds deno to the engine display-name map and icon map used by compatibility rendering.
🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarises the main change: adding Deno support in the compatibility table.
Description check ✅ Passed The description is directly related to the UI change and matches the implemented Deno icon update.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@gameroman gameroman added this pull request to the merge queue Jun 26, 2026
Merged via the queue into npmx-dev:main with commit 25f24dc Jun 26, 2026
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

front Frontend, Design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants