chore(deps): update all workspace dependencies to latest compatible versions - #1013
chore(deps): update all workspace dependencies to latest compatible versions#1013riderx wants to merge 4 commits into
Conversation
|
Warning Review limit reachedNext included review available in 59 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe pull request updates dependency versions in the root, documentation, and web manifests. It enables fuzzy-link detection in the image-link checker and enables the request-changes review workflow. ChangesMaintenance updates
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This updates workspace dependencies, enables fuzzy link detection for image-link checks, and enables the request-changes workflow. The documented validation completed successfully, and no concrete current-head merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files. (4 skipped: 4 unsupported.) ✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 |
There was a problem hiding this comment.
All reported issues were addressed across 4 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
@coderabbitai review |
|
|
@coderabbitai full review |
|
606b7b7 to
2b78b81
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
…ersions Rebased onto main (79cbefd). Kept @astrojs/starlight at 0.41.3 instead of main's 0.42.0 from renovate #916: Starlight 0.42 / MDX 8 pull satteri 0.10 native bindings that fail docs prerender on /_llms-txt/* routes. Also pinned @astrojs/mdx 7.0.8, starlight-image-zoom 0.15.0, starlight-llms-txt 0.10.0, typescript 6.0.3, and js-yaml 4.3.2 for the same Astro check/build constraints. Upgraded highlights: @astrojs/compiler-rs 0.4.0, @dotenvx/dotenvx 2.23.0, @supabase/supabase-js 2.115.0, astro-icon 1.2.0, linkify-it 6.1.0, playwright 1.63.0, tailwindcss 4.3.3, wrangler 4.129.0, zod 4.5.4, sharp 0.35.4. Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
linkify-it 6 removed the default export and disables fuzzyLink by default. The image link checker scans raw file content, so fuzzyLink stays enabled. Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
2b78b81 to
3bb3455
Compare
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai approve |
✅ Action performedComments resolved and changes approved. |
TorichanCapgo
left a comment
There was a problem hiding this comment.
Approving HEAD 3bb3455 — CI green, CLEAN, cubic linkify thread resolved, CR full review covered this SHA (no actionable). Waiting on coderabbitai GitHub APPROVED on this HEAD before Jose ready ping.
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai approve |
|
@coderabbitai rate limit |
…vals Enables GitHub APPROVED submissions via @coderabbitai approve and auto-approval after clean reviews. Needed so PR #1013 can receive a non-stale CodeRabbit review on the current HEAD (stale approval remains on ece82db). Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
|
@coderabbitai full review |
|
|
@coderabbitai approve |
TorichanCapgo
left a comment
There was a problem hiding this comment.
Approving HEAD 0c59914 — not draft, CLEAN/MERGEABLE, CI green, 0 unresolved threads (cubic linkify resolved), AGENTS summary filled, deps chore (no UX shot). Prior Torichan APPROVED was on 3bb3455; this SHA only enables CodeRabbit request_changes_workflow. Waiting on coderabbitai GitHub APPROVED on this HEAD before any Jose re-ping (HEAD moved after prior ready path).
✅ Action performedComments resolved and changes approved. |
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai approve |
✅ Action performedComments resolved and changes approved. |
|
@coderabbitai full review |
|



Summary
Updates dependencies and devDependencies across the Capgo website monorepo (root +
apps/web,apps/docs) usingbun update --latest, then pins packages that breakastro checkor the production build.Upgraded packages
@astrojs/compiler-rs@datafast/ai-crawl@dotenvx/dotenvx@supabase/supabase-js@tailwindcss/vite/tailwindcssastro-iconlinkify-itmarkedmermaidplaywrightprettiersharpwranglerzodPlus minor/patch bumps for
@iconify-json/carbon,@types/bun,@types/node,astro-font,dayjs,fast-xml-parser,prettier-plugin-tailwindcss, and others.Intentionally pinned (latest blocked)
typescriptastro checkrequires the TS 6.x programmatic API; TS 7 removed it (Astro roadmap)js-yaml@astrojs/mdx@astrojs/markdown-satteri0.4 +satteri0.10 native bindings that fail during docs prerender@astrojs/starlight/_llms-txt/*routes@astrojs/starlight-docsearchstarlight-image-zoomstarlight-llms-txtVerification
bun installbun run check(docs mirror, web/docs astro check, all workertsc)bun run build(docs + web production builds)No product/content changes beyond what dependency upgrades require.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit
Chores
Bug Fixes
Other