Skip to content

chore(deps): add npm/bun coverage to Dependabot - #90

Merged
elkaix merged 1 commit into
mainfrom
chore/dependabot-npm-coverage
Jun 9, 2026
Merged

chore(deps): add npm/bun coverage to Dependabot#90
elkaix merged 1 commit into
mainfrom
chore/dependabot-npm-coverage

Conversation

@elkaix

@elkaix elkaix commented Jun 9, 2026

Copy link
Copy Markdown
Member

What

Adds an npm package-ecosystem entry to .github/dependabot.yml covering the five tracked JS directories: web, vis, docs (bun), packages/install-counter-worker, and examples/feedback-worker. Grouped weekly minor/patch bumps, mirroring the existing uv block.

Why

Dependabot only watched the uv (Python) ecosystem. The npm side had no version-update coverage, so the 26 open npm security alerts (1 critical vitest, plus high-sev vite/rollup/esbuild/hono/dompurify/… — mostly dev & build tooling) had no remediation path and no bot PRs.

Companion change

Dependabot automated-security-fixes has been enabled on the repo (was disabled), so the existing alert backlog now gets remediation PRs directly. This config keeps the lockfiles current so they don't drift back.

Scope

Summary by CodeRabbit

  • Chores
    • Updated dependency management automation configuration to improve efficiency and maintenance workflows across multiple project directories.

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.
@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e5c6d782-ad38-4c91-99fa-6a205cf7a2c4

📥 Commits

Reviewing files that changed from the base of the PR and between 1b840f4 and a26fcb1.

📒 Files selected for processing (1)
  • .github/dependabot.yml

📝 Walkthrough

Walkthrough

Dependabot 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.

Changes

npm Dependency Updates Configuration

Layer / File(s) Summary
Dependabot npm configuration
.github/dependabot.yml
New npm ecosystem update configuration with weekly Monday schedule, 5 concurrent PR limit, minor/patch grouping, and targets for /web, /vis, /docs, /packages/install-counter-worker, and /examples/feedback-worker directories.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

dependencies

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description covers What, Why, and Scope clearly but omits the required Related Issue link, tests checklist, and changelog/docs generation steps from the template. Add a 'Related Issue' section linking to the issue number, and clarify whether template checklist items (tests, changelog, docs generation) apply to this configuration-only change.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title follows the conventional commits format (chore(deps): ...) and accurately describes the main change—adding npm/bun coverage to Dependabot configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/dependabot-npm-coverage

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@elkaix
elkaix merged commit b6a6350 into main Jun 9, 2026
32 checks passed
@elkaix
elkaix deleted the chore/dependabot-npm-coverage branch June 9, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant