chore(dependabot): ignore eslint 10 / typescript 6 majors pending upstream#73
Merged
Merged
Conversation
…tream These major bumps surface real blockers we can't yet act on: - eslint 10 (+ @eslint/js, eslint-plugin-react-hooks): the react-hooks 7.x recommended preset adds set-state-in-effect, refs, immutability, incompatible-library, and error-boundaries rules that fire on ~60 real call sites. We need a code-fix sweep before the dep can land. Silencing the rules in eslint config would be a regression of lint coverage. - typescript 6: blocked on openapi-typescript (which we use for type generation) widening its peer dep to TS 6. Tracked upstream at openapi-ts/openapi-typescript#2774. Reopen the bump once that ships. Closing #61 and #65 in parallel; this stops Dependabot from re-suggesting the same bumps weekly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 25, 2026
…ct-refresh 0.5+ The 7.0.1 → 7.1.1 minor bump (and matched react-refresh 0.4 → 0.5) ships the same expanded react-hooks recommended preset as eslint 10 (set-state-in-effect, refs, immutability, etc), surfacing ~50 real lint errors. Pin to 7.0.x and 0.4.x until the code-fix sweep lands. This keeps #72 (the npm minor-and-patch group bump) from being permanently blocked by these two transitive bumps. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Adds ignore rules so Dependabot stops opening unmergeable PRs for these majors. Closing #61 and #65 in tandem.
Test plan