release: harden v17 publish package#86
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis PR makes two independent configuration adjustments: moving ChangesDependency and Configuration Updates
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Release Preflight
If you tag this commit as |
Release Preflight
If you tag this commit as |
Release Preflight
If you tag this commit as |
Summary
roaringan optional dependency so the package can install on runtimes where the native binding is unavailableroaring-wasmas the required runtime fallback used by the existing loader chainWhy
Release preflight exposed that
[email protected]cannot build under Node 26. The runtime loader already falls back toroaring-wasm, but npm never reached that fallback while nativeroaringwas a hard dependency. Marking it optional lets npm continue and lets the loader use the WASM implementation.Validation
bash scripts/smoke-packed-artifact.shunder Node 26npx vitest run test/unit/domain/utils/roaring.test.tsnpm run typecheck:surfacenpm run release:preflightunder Node 22 via Node 22 onPATHnpm run test:localSummary by CodeRabbit