chore(deps): add npm/bun coverage to Dependabot - #90
Merged
Conversation
Dependabot only watched the uv (Python) ecosystem, so the npm packages (web, vis, docs, install-counter-worker, feedback-worker) got no version updates and the 26 open npm security alerts had no remediation path. Add an npm package-ecosystem entry across the five JS directories with grouped weekly minor/patch bumps, mirroring the existing uv block. Pairs with enabling Dependabot automated-security-fixes for the alert backlog.
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDependabot configuration is extended to automate npm dependency updates. A new npm ecosystem entry targets multiple directories with weekly Monday scheduling, groups minor and patch updates, and limits concurrent pull requests to five. Changesnpm Dependency Updates Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds an
npmpackage-ecosystementry to.github/dependabot.ymlcovering the five tracked JS directories:web,vis,docs(bun),packages/install-counter-worker, andexamples/feedback-worker. Grouped weekly minor/patch bumps, mirroring the existinguvblock.Why
Dependabot only watched the
uv(Python) ecosystem. The npm side had no version-update coverage, so the 26 open npm security alerts (1 criticalvitest, plus high-sevvite/rollup/esbuild/hono/dompurify/… — mostly dev & build tooling) had no remediation path and no bot PRs.Companion change
Dependabot automated-security-fixeshas been enabled on the repo (wasdisabled), so the existing alert backlog now gets remediation PRs directly. This config keeps the lockfiles current so they don't drift back.Scope
blackbox/and.worktrees/are gitignored and not scanned — coverage is exactly the 5 real packages.main.Summary by CodeRabbit