Skip to content

chore(deps): pnpm 11 + Vite+/void toolchain bump and full dependency sweep#71

Merged
joefairburn merged 2 commits into
mainfrom
update-pnpm-version
Jul 23, 2026
Merged

chore(deps): pnpm 11 + Vite+/void toolchain bump and full dependency sweep#71
joefairburn merged 2 commits into
mainfrom
update-pnpm-version

Conversation

@joefairburn

@joefairburn joefairburn commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Upgrades the package manager (pnpm 10.33 → 11.16, with onlyBuiltDependencies/patchedDependencies moved into pnpm-workspace.yaml) and the core Vite+/void/vitest toolchain, then reconciles the local patch set against fixes shipped in void 0.10.10 and sweeps every remaining outdated direct dependency — including majors — up to latest (details in docs/worklog/2026-07-23-toolchain-and-void-dependency-bump.md).

Knock-on source changes required by the bumps: better-auth aligned to 1.6.24 to dedupe with void; lucide-react v1 icon renames plus a new shared GithubIcon component (v1 removed brand icons), also adopted in login.tsx; react-email v6 consolidation onto the top-level react-email package; and actions/*/pnpm/action-setup major bumps in CI.

It also sends an Origin header on the two MCP OAuth consent POSTs in the e2e suite, because better-auth 1.6.24 now rejects consent POSTs missing an Origin (MISSING_OR_NULL_ORIGIN) — the header a real browser button already sends.

Verified locally: pnpm check (0 errors), pnpm test (dashboard/workers/reporter), and the full pnpm test:e2e harness (29/29) all pass.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • UI Improvements
    • Standardized GitHub branding across sign-in, connected accounts, and GitHub checks settings.
    • Updated dashboard icons for test status, replay, breadcrumbs, loading indicators, and visual comparison controls.
  • Bug Fixes
    • Improved OAuth consent flow reliability by including the required request origin header.
    • Improved deferred page loading consistency and hydration stability.
  • Build & Testing
    • Upgraded CI and release workflow actions and improved test artifact reporting.
  • Documentation
    • Minor worklog formatting and technical note cleanup.

Upgrade the package manager (pnpm 10.33 -> 11.16) and core toolchain
(vite-plus/void/vitest), reconcile the local patch set against fixes that
shipped in void 0.10.10, and sweep every remaining outdated direct dependency
(including majors) to latest. Notable knock-on changes: better-auth aligned to
1.6.24 to dedupe with void; lucide-react v1 icon renames + a shared GithubIcon
component (v1 dropped brand icons), also adopted in login.tsx; react-email v6
consolidation onto the top-level package; and GitHub Actions major bumps.

Also send an Origin header on the MCP OAuth consent POSTs in the e2e suite:
better-auth 1.6.24 now rejects consent POSTs missing an Origin
(MISSING_OR_NULL_ORIGIN), which a real browser button already sends.

Verified: pnpm check (0 errors), pnpm test (dashboard/workers/reporter), and
the full pnpm test:e2e harness (29/29) all pass.

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

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 53f4591c-e9d7-412b-9c6c-490d69eb6d97

📥 Commits

Reviewing files that changed from the base of the PR and between 270863d and c4f666b.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/ci.yml

📝 Walkthrough

Walkthrough

Changes

The pull request updates workspace dependencies and pnpm configuration, refreshes dashboard icons and React Email imports, adjusts Cloudflare and Void patches, adds OAuth request origins, and upgrades GitHub Actions used by CI and release workflows.

Toolchain and workspace

Layer / File(s) Summary
Workspace tooling and dependency configuration
apps/dashboard/package.json, packages/reporter/package.json, package.json, pnpm-workspace.yaml, docs/worklog/*
Dependency versions, pnpm metadata, build policies, patch mappings, and the associated toolchain worklog are updated.
Runtime patches and OAuth request headers
patches/*, packages/e2e/src/e2e.test.ts
Cloudflare and Void patches change configuration merging, deferred hydration, database instance creation, and page response headers; OAuth consent requests now include an Origin header.
CI and release action versions
.github/workflows/*
Checkout, pnpm setup, Node setup, and artifact upload actions are upgraded across CI and release jobs.

Dashboard UI and email integration

Layer / File(s) Summary
Dashboard icons and email imports
apps/dashboard/src/components/*, apps/dashboard/pages/*, apps/dashboard/src/emails/*, apps/dashboard/src/lib/render-email.tsx, apps/dashboard/src/__tests__/render-email.test.tsx
A shared GithubIcon replaces inline or Lucide GitHub icons, several Lucide icon names are updated, and React Email imports move to react-email in application code and tests.

Estimated code review effort: 4 (Complex) | ~45 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 66.67% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main dependency/toolchain upgrade and workspace-wide sweep in this PR.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-pnpm-version

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Checkov (3.3.8)
.github/workflows/ci.yml

Traceback (most recent call last):
File "/usr/local/bin/checkov", line 2, in
from checkov.main import Checkov
ModuleNotFoundError: No module named 'checkov'


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

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
wrightful c4f666b Jul 23 2026, 03:28 PM

@wrightful

wrightful Bot commented Jul 23, 2026

Copy link
Copy Markdown

✅ Wrightful — 51 passed

Passed Failed Flaky Skipped Duration
51 0 0 1 1m 31s

View run report → · Compare to base →

Commit: c4f666b · Base: 270863d

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
.github/workflows/ci.yml (1)

25-25: 🔒 Security & Privacy | 🔵 Trivial | ⚡ Quick win

Disable checkout credential persistence in CI jobs.

These jobs run repository-controlled install/test/build commands and do not push changes. Add persist-credentials: false to each CI checkout step; this also addresses the zizmor warnings. Keep the release workflow separate because its Changesets step may require write credentials.

Proposed change
       - uses: actions/checkout@v7
+        with:
+          persist-credentials: false

Also applies to: 77-77, 112-112, 176-176, 200-200, 254-254, 299-299, 362-362

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/ci.yml at line 25, Add persist-credentials: false to every
checkout step in the CI workflow, including all referenced checkout occurrences,
while leaving the separate release workflow unchanged so its Changesets step
retains required write credentials.

Source: Linters/SAST tools

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In @.github/workflows/ci.yml:
- Line 25: Add persist-credentials: false to every checkout step in the CI
workflow, including all referenced checkout occurrences, while leaving the
separate release workflow unchanged so its Changesets step retains required
write credentials.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 3bd031b7-56f6-4837-90f3-2daa78263855

📥 Commits

Reviewing files that changed from the base of the PR and between bf03d43 and 270863d.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (27)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml
  • apps/dashboard/package.json
  • apps/dashboard/pages/login.tsx
  • apps/dashboard/pages/settings/profile.tsx
  • apps/dashboard/pages/settings/teams/[teamSlug]/general.tsx
  • apps/dashboard/pages/t/[teamSlug]/p/[projectSlug]/insights/slowest-tests.tsx
  • apps/dashboard/src/__tests__/render-email.test.tsx
  • apps/dashboard/src/components/github-icon.tsx
  • apps/dashboard/src/components/trace-viewer-dialog.tsx
  • apps/dashboard/src/components/ui/breadcrumb.tsx
  • apps/dashboard/src/components/ui/spinner.tsx
  • apps/dashboard/src/components/visual-diff-dialog.tsx
  • apps/dashboard/src/emails/components.tsx
  • apps/dashboard/src/emails/layout.tsx
  • apps/dashboard/src/emails/monitor-alert.tsx
  • apps/dashboard/src/lib/render-email.tsx
  • docs/worklog/2026-04-17-local-setup-script.md
  • docs/worklog/2026-06-17-postgres-dialect-fixes.md
  • docs/worklog/2026-07-23-toolchain-and-void-dependency-bump.md
  • package.json
  • packages/e2e/src/e2e.test.ts
  • packages/reporter/package.json
  • patches/@cloudflare__vite-plugin@1.46.0.patch
  • patches/@void__react@0.10.4.patch
  • patches/void@0.10.10.patch
  • pnpm-workspace.yaml
💤 Files with no reviewable changes (1)

These jobs only install/test/build and never push, so the checkout token
doesn't need to persist. Addresses the CodeRabbit/zizmor nitpick. release.yml
is left untouched because its Changesets step needs write credentials.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@joefairburn
joefairburn merged commit 15d4489 into main Jul 23, 2026
11 checks passed
@joefairburn
joefairburn deleted the update-pnpm-version branch July 23, 2026 15:34
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.

1 participant