Uh oh!
There was an error while loading. Please reload this page.
refactor: use useVisibleItems in vulnerability tree - #2405
Conversation
Switches the vulnerability tree to use the new `useVisibleItems` composable.
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 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 VulnerabilityTree.vue component was refactored to replace its local Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
ghostdevv
commented
Apr 7, 2026
@43081j what's an easy way to test this? |
43081j
commented
Apr 7, 2026
https://npmxdev-git-jg-visible-voolnerabools-npmx.vercel.app/package/gulp/v/2.7.0 this one shows it under the vulnerabilities box. you can expand some of them that have many vulnerabilities. |
useVisibleItems in vulnerability treeUh oh!
There was an error while loading. Please reload this page.
🔗 Linked issue
N/A
🧭 Context
Part of moving to the
useVisibleItemscomposable.📚 Description
Switches the vulnerability tree to use the new
useVisibleItemscomposable.