feat: dependencies page#686
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Could you move it to |
|
Looking at the vercel builds for this, and between the two last builds it fails to properly get some of the information? And after f8fe55f: |
| const canonicalUrl = computed(() => { | ||
| if (packageName.value && version.value) { | ||
| return `https://npmx.dev/package-deps/${packageName.value}/v/${version.value}` | ||
| } | ||
| return 'https://npmx.dev/package-deps' | ||
| }) |
There was a problem hiding this comment.
I think we could resolve the route here instead of hardcoding it.
|
Thank you for your contribution! 🙏 Unfortunately, this PR has been marked as stale for 14 days without any updates and we're now closing it to keep our repository tidy. If you'd like to continue working on this, feel free to:
We appreciate your interest in npmx and hope you'll continue contributing! 💙 |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |


Closes #29 by making the existing "Dependencies" header in the sidebar clickable, and adding a /deps route structured similar to /code.