chore(deps): astro 5->6 + vitest 2->3 — clear 11 of 12 Scorecard advisories#129
Conversation
|
Warning Review limit reached
Next review available in: 14 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
7a70de0 to
f8decda
Compare
…ies (re-landed on main) Re-applies PR #129 on top of current main (connector-platform packages). - root: vitest ^2.1.8 -> ^3.2.6; overrides reworked (drop vite@6, scope @vitejs/plugin-react to @wxt-dev/module-react, add js-yaml@3/@4). - apps/{peek,tracelane}-docs: astro ^5.18.2 -> ^6.4.6; engines node >=22.12. - packages/docs-shared: zod ^3.25.76 -> ^4.3.6. - packages/peek-extension: vite ^6.4.2 -> ^6.4.3. - AGENTS.md note updated (Vitest 3 / Astro 6). Reconciled cleanly with main's verify:plugin script + docs-shared test script + smol-toml. esbuild GHSA-g7r4-m6w7-qqqr remains an accepted dev-only residual. Full local CI green (build/typecheck/lint/test) incl. connector suites under vitest 3.2.7. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: harry-harish <22562634+harry-harish@users.noreply.github.com>
f8decda to
ff229f6
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai full review |
✅ Action performedFull review finished. Your plan includes PR reviews subject to rate limits. More reviews will be available in 14 minutes. |
What
The astro 5→6 + vitest 2→3 major-bump PR that the Phase 4b override notes deferred to "its own PR". Rebased onto current
mainand built on its existing override strategy — clears 11 of the original 12 Scorecard advisories, leaving only the one esbuild residualmainalready documented as accepted.Clears
apps/peek-docs,apps/tracelane-docs) — the 5 astro advisories (2pvr,8hv8,j687,jrpj,xr5h; no 5.x backport exists).@cubenest/docs-shared'srecipeSchemais rebuilt onzod@^4.3.6— content validation was silently failing otherwise (astro checkflagged 32 cascading type errors).engines(CI runs Node 24).GHSA-5xrq-8626-4rwp, andesbuild GHSA-67mh-4wv8-2f99(retiring the vitest@2/Vite-5 toolchain drops the oldesbuild@0.21.5). The@vitejs/plugin-reactpin is now scoped to@wxt-dev/module-react(plugin-react 6 needs vite 7+ viavite/internal; WXT 0.20 stays on Vite 6).GHSA-h67p-54hq-rp68) —js-yaml@3 → 3.15.0/@4 → 4.2.0, fixed within the 3.x line so@changesets/cli'ssafeLoadis preserved (the residualmainwas tracking).GHSA-fx2h-pf6j-xcff,GHSA-v6wh-96g9-6wx3) → 6.4.3 via peek-extension's directvitedep, replacing thevite@6override (which rewrote vitefu/@tailwindcss-vite peers and broke strict-peer once astro@6/Vite-7 and the demo/Vite-8 entered the tree).Residual (accepted, unchanged from
main)esbuild GHSA-g7r4-m6w7-qqqr— a global 0.28.1 pin breaks the WXT MV3 build (esbuild 0.28 can't lower for-of destructuring to chrome87/es2020); the advisory is esbuild-dev-server-only, never invoked in this build-only pipeline.Verification
pnpm audit→ 11/12 cleared (onlyg7r4residual).pnpm buildgreen — incl. the WXT MV3 extension (esbuild 0.27.7 retained) and both Astro 6 docs sites.pnpm test— peek-mcp (35), peek-cli (25), peek-extension (45), rrweb-core, tracelane-core/security all pass under vitest 3. Remaining local failures are the pre-existing Windows-only@tracelane/reportassets.tspath-guard tests (andtracelane-cli/detect) — they pass on CI Linux.🤖 Generated with Claude Code