docs(ops): record ESLint 10 as a blocked upgrade#70
Merged
Conversation
Adds a "Blocked upgrades" section to docs/ops/dependency-policy.md tracking the eslint 9 → 10 bump that was held back today. eslint-plugin-react@7.37.5 (latest) caps its eslint peer at ^9.7 and ESLint 10 removed the RuleContext API the plugin uses (upstream PRs jsx-eslint/eslint-plugin-react#3972 and #3979 open, no release). PR #68 was closed via @dependabot ignore this major version. A scheduled remote agent re-checks upstream monthly. Signed-off-by: Snowboard Bot <bot@example.com>
Owner
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
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
docs/ops/dependency-policy.mdtracking the ESLint 9 → 10 bump that was held back today.eslint-plugin-react@7.37.5peer caps at^9.7; ESLint 10 removed theRuleContextAPI; upstream PRs Update types and RuleContext deprecations jsx-eslint/eslint-plugin-react#3972 and #3979 open, no release;@eslint/jswould also need a sibling bump).@dependabot ignore this major version) and the recurring scheduled agent that re-checks upstream monthly.Context
PR #68 attempted
eslint 9.39.4 → 10.3.0and failedquality-gate / qaonnpm ciERESOLVE. The upstream gap is real (not a peer-dep noise issue), so the right call was to ignore the major and revisit wheneslint-plugin-react@8(or successor witheslint: "^10"peer) ships. This PR is the doc-side memory of that decision so the next person/agent encountering the same Dependabot bump has the trail.Test plan
npm run qapassed locally via the pre-commit hook (lint, agent-discipline-sync, typecheck, 100% coverage on 867 tests, tokens drift, hooks, integration).quality-gate / qare-validates on the PR.dcovalidates theSigned-off-by:trailer.