fix: use resolvedVersion on package page to display data correctly#1969
fix: use resolvedVersion on package page to display data correctly#1969alex-key wants to merge 2 commits intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe package page now resolves a requested semver range to a concrete Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
|
Vercel deployment is failing because of What could be the cause? Could it be that |
🔗 Linked issue
Resolves #1967
🧭 Context
Requested version could be semver range not real existing package version
📚 Description
Mainly use
resolvedVersionfor any api calls and everywhere by default. UserequestedVersiononly to display resolution widget, for url or meta