-
Notifications
You must be signed in to change notification settings - Fork 2
📦 Upgrade @denops/core to v8 #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughBumps Denops core imports from Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
==========================================
- Coverage 93.59% 93.34% -0.25%
==========================================
Files 7 7
Lines 484 451 -33
Branches 55 54 -1
==========================================
- Hits 453 421 -32
+ Misses 31 30 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hm... |
|
|
It seems the issue above is not only Deno v2.5.0... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.github/workflows/test.yml(4 hunks)README.md(3 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
- README.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: test (ubuntu-latest, 2.x, v9.1.1646, v0.11.3)
- GitHub Check: test (macos-latest, ~2.3, v9.1.1646, v0.11.3)
- GitHub Check: test (macos-latest, 2.x, v9.1.1646, v0.11.3)
- GitHub Check: test (windows-latest, 2.x, v9.1.1646, v0.11.3)
44120d0 to
cafb0eb
Compare
|
lovell/detect-libc#33 will fix the issue on Linux (but on Windows) |
369814b to
083b23a
Compare
We now can use deno's built-in functionality to update dependencies.
|
CI fails because of coverage generation (denoland/deno#30924) so merge. |

🎯 Purpose
This PR upgrades the @denops/core dependency from v7 to v8 to ensure compatibility with the latest denops ecosystem.
📝 Description
What Changed
^7.0.0to^8.0.0Implementation Approach
Simple version bump across all import statements - the v8 API maintains backward compatibility.
🔄 Type of Change
🧪 Testing
Test Coverage
Test Results
✅ Checklist
Code Quality
Documentation
Testing
Dependencies
🔗 Related Issues
No related issues - proactive dependency update to stay current with denops ecosystem.
🚀 Deployment Notes
📊 Performance Impact
No performance impact expected - version update only.
📚 References
Reviewer Tips:
Summary by CodeRabbit
Chores
Tests
Documentation