Skip to content

Chore: group Dependabot updates (react family + prod patches), add pre-commit#258

Merged
twschiller merged 1 commit into
mainfrom
chore/dependabot-grouping
Jun 13, 2026
Merged

Chore: group Dependabot updates (react family + prod patches), add pre-commit#258
twschiller merged 1 commit into
mainfrom
chore/dependabot-grouping

Conversation

@twschiller

Copy link
Copy Markdown
Contributor

Summary

Reduces Dependabot PR noise by grouping updates that belong together, and closes an ecosystem coverage gap.

  • react group (/extension, /demo-site) — bundles the React family across prod and dev (react, react-dom, react-router*, @types/react, @types/react-dom, @vitejs/plugin-react, eslint-plugin-react-hooks) at minor + patch. This collapses splits like Chore(deps): Bump react and @types/react in /extension #257 ("Bump react and @types/react") into one PR.
  • production-deps group (all bun ecosystems) — bundles production patch bumps together. Production minor/major still get individual PRs for isolated review.
  • pre-commit ecosystem — added; hook versions in .pre-commit-config.yaml were previously drifting unmanaged.
  • dev-deps group (minor + patch) is unchanged.

Group order matters in Dependabot — a dependency joins the first matching group — so react is listed before production-deps/dev-deps.

🤖 Generated with Claude Code

…e-commit

- Add a `react` group spanning prod + dev so the React family (react,
  react-dom, react-router, @types/react*, @vitejs/plugin-react,
  eslint-plugin-react-hooks) updates in a single PR at minor + patch.
- Add a `production-deps` patch group so prod patch bumps bundle together.
- Add the `pre-commit` ecosystem, which was drifting unmanaged.

Production minor/major updates still get individual PRs for isolated review.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-browser-shield-demo-site Ready Ready Preview, Comment Jun 13, 2026 3:21pm

Request Review

@twschiller twschiller merged commit 3ed58b3 into main Jun 13, 2026
7 checks passed
@twschiller twschiller deleted the chore/dependabot-grouping branch June 13, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant