fix(deps): add support for unhead v3#795
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| link: [ | ||
| { | ||
| rel: props.loading === 'eager' ? 'preconnect' : 'dns-prefetch', | ||
| rel: (props.loading === 'eager' ? 'preconnect' : 'dns-prefetch') as 'preconnect', |
There was a problem hiding this comment.
is this correct? do we not support dns-prefetch as a rel value
commit: |
|
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 ignored due to path filters (1)
📒 Files selected for processing (6)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR prepares the codebase for Unhead v3 compatibility. The peer dependency constraint for Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
🔗 Linked issue
closes #703
📚 Description
this is an initial stab at making nuxt/scripts pass in ecosystem-ci with nuxt v4.5 (which contains unhead v3)
I've made a few guesses but feel free to scrap this!