Skip to content

build(deps): unblock the two glitching Dependabot PRs (#1021, #1022)#1029

Merged
BigSimmo merged 2 commits into
mainfrom
claude/new-dependencies-github-glitch-1gw69x
Jul 21, 2026
Merged

build(deps): unblock the two glitching Dependabot PRs (#1021, #1022)#1029
BigSimmo merged 2 commits into
mainfrom
claude/new-dependencies-github-glitch-1gw69x

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

Two open Dependabot dependency-update PRs were failing the required CI aggregate. This unblocks both from main.

No application code changes; no package.json/lockfile changes. This does not touch retrieval/ranking/ingestion/answer surfaces — RAG impact: no retrieval behaviour change — dependency/CI config only.

Verification

  • npm run verify:cheap — all static gates pass (incl. check:github-actions, check:ci-scope, check:pr-policy), lint + typecheck clean, 3028/3032 unit tests pass.
  • node scripts/check-github-action-pins.mjs → "GitHub Actions pin check passed."
  • tests/github-action-pins.test.ts → 6/6 pass.
  • Verification not run: browser/UI, release, and provider-backed gates — not applicable (no UI, clinical, or provider surface touched).

One pre-existing unrelated failure: tests/pdf-extraction-budget.test.ts (Python OCR subprocess — "python exploded"). Confirmed to fail identically on a clean tree with these changes stashed; it's the sandbox missing the Python OCR stack (per AGENTS.md), not a regression from this PR.

Risk and rollout

  • Risk: Low. Allowlist additions only widen the set of reviewed action SHAs (both resolved by Dependabot from tagged releases v7.0.1 / v1.0.179); the Dependabot ignore only stops proposing an ESLint major that already cannot build.
  • Rollback: revert this commit — restores the prior allowlist and drops the ESLint hold.
  • Provider or production effects: None.

Clinical Governance Preflight

Not applicable — no ingestion, answer generation, search/ranking, source rendering, document access, privacy, production env, or clinical output is touched.

Notes


Generated by Claude Code

Two open dependency-update PRs are failing required CI:

- #1021 (github-actions group) bumps actions/checkout to v7.0.1 and
  anthropics/claude-code-action to v1.0.179, but both new commit SHAs
  are rejected by check:github-actions ("not a reviewed commit SHA").
  Add both to the reviewed-pin allowlist so the batched action-bump PR
  passes once rebased.

- #1022 bumps eslint 9 -> 10, which crashes `npm run lint` outright:
  eslint-config-next@16.2.10 bundles an eslint-plugin-react that still
  calls the removed context.getFilename() API. ESLint 10 is not yet
  supported by the lint toolchain, so hold the major in Dependabot,
  mirroring the existing TypeScript hold. Dependabot will close #1022.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FFME8u6CC4QRHPwcrD6TmG
@supabase

supabase Bot commented Jul 21, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@BigSimmo, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 1 minute

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 26bb2f58-4c35-49bd-8db2-2494156524ed

📥 Commits

Reviewing files that changed from the base of the PR and between e02ba3d and 5edff4a.

📒 Files selected for processing (2)
  • .github/dependabot.yml
  • scripts/github-action-pins.mjs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/new-dependencies-github-glitch-1gw69x

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

@BigSimmo
BigSimmo marked this pull request as ready for review July 21, 2026 01:08
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@BigSimmo
BigSimmo enabled auto-merge (squash) July 21, 2026 01:09
@BigSimmo
BigSimmo merged commit 49ae361 into main Jul 21, 2026
17 checks passed
@BigSimmo
BigSimmo deleted the claude/new-dependencies-github-glitch-1gw69x branch July 21, 2026 01:11
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.

2 participants