Chore: group Dependabot updates (react family + prod patches), add pre-commit#258
Merged
Conversation
…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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Reduces Dependabot PR noise by grouping updates that belong together, and closes an ecosystem coverage gap.
reactgroup (/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-depsgroup (all bun ecosystems) — bundles production patch bumps together. Production minor/major still get individual PRs for isolated review.pre-commitecosystem — added; hook versions in.pre-commit-config.yamlwere previously drifting unmanaged.dev-depsgroup (minor + patch) is unchanged.Group order matters in Dependabot — a dependency joins the first matching group — so
reactis listed beforeproduction-deps/dev-deps.🤖 Generated with Claude Code