Skip to content

fix(docs): replace lucide-react Github icon with vendored SVG#793

Merged
borisno2 merged 2 commits into
mainfrom
claude/pr-791-test-fixes-ybso2t
Jul 21, 2026
Merged

fix(docs): replace lucide-react Github icon with vendored SVG#793
borisno2 merged 2 commits into
mainfrom
claude/pr-791-test-fixes-ybso2t

Conversation

@borisno2

Copy link
Copy Markdown
Member

Summary

  • Includes the lucide-react 0.562.01.25.0 bump from chore(deps): bump lucide-react from 0.562.0 to 1.25.0 #791
  • lucide-react 1.x removed brand/logo icons (including Github), which broke the docs Next.js build (The export Github was not found in module ... lucide-react.mjs)
  • Vendors a local GithubIcon SVG component (docs/components/icons/GithubIcon.tsx) and swaps it in wherever the lucide Github icon was used: docs/app/page.tsx, docs/components/DocLayout.tsx, docs/components/MobileNav.tsx

Test plan

  • pnpm build (full turbo build, including opensaas-stack-docs) succeeds
  • pnpm -r --filter=./packages/* test — all package test suites pass (2400+ tests)
  • pnpm lint — no new errors (pre-existing unrelated warnings only)
  • pnpm format / pnpm manypkg fix — no diff

Supersedes #791 (this branch is rebased on top of its commit).


Generated by Claude Code

dependabot Bot and others added 2 commits July 21, 2026 10:52
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.562.0 to 1.25.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.25.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
lucide-react 1.x removed brand/logo icons (including Github), which
broke the docs build after the dependency bump in #791. Vendor the
GitHub mark locally since it's just used as a link icon.
@changeset-bot

changeset-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1771205

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stack-docs Ready Ready Preview, Comment Jul 21, 2026 11:01am

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Core Package Coverage (./packages/core)

Status Category Percentage Covered / Total
🟢 Lines 92.53% (🎯 65%) 1141 / 1233
🟢 Statements 91.02% (🎯 65%) 1217 / 1337
🟢 Functions 97.93% (🎯 62%) 190 / 194
🟢 Branches 81.81% (🎯 50%) 819 / 1001
File CoverageNo changed files found.
Generated in workflow #1489 for commit 1771205 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for UI Package Coverage (./packages/ui)

Status Category Percentage Covered / Total
🔵 Lines 76.72% 244 / 318
🔵 Statements 76.29% 251 / 329
🔵 Functions 69.15% 74 / 107
🔵 Branches 64.25% 160 / 249
File CoverageNo changed files found.
Generated in workflow #1489 for commit 1771205 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for CLI Package Coverage (./packages/cli)

Status Category Percentage Covered / Total
🔵 Lines 79.4% 1496 / 1884
🔵 Statements 79.1% 1556 / 1967
🔵 Functions 86.19% 206 / 239
🔵 Branches 67.31% 655 / 973
File CoverageNo changed files found.
Generated in workflow #1489 for commit 1771205 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Auth Package Coverage (./packages/auth)

Status Category Percentage Covered / Total
🔵 Lines 97.45% 115 / 118
🔵 Statements 97.52% 118 / 121
🔵 Functions 100% 38 / 38
🔵 Branches 92.85% 78 / 84
File CoverageNo changed files found.
Generated in workflow #1489 for commit 1771205 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage Package Coverage (./packages/storage)

Status Category Percentage Covered / Total
🔵 Lines 75.09% 193 / 257
🔵 Statements 76.7% 214 / 279
🔵 Functions 85.89% 67 / 78
🔵 Branches 70.96% 176 / 248
File CoverageNo changed files found.
Generated in workflow #1489 for commit 1771205 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for RAG Package Coverage (./packages/rag)

Status Category Percentage Covered / Total
🔵 Lines 47.97% 355 / 740
🔵 Statements 48.14% 377 / 783
🔵 Functions 54.26% 70 / 129
🔵 Branches 42.55% 180 / 423
File CoverageNo changed files found.
Generated in workflow #1489 for commit 1771205 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)

Status Category Percentage Covered / Total
🔵 Lines 100% 40 / 40
🔵 Statements 100% 40 / 40
🔵 Functions 100% 9 / 9
🔵 Branches 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #1489 for commit 1771205 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)

Status Category Percentage Covered / Total
🔵 Lines 100% 68 / 68
🔵 Statements 100% 71 / 71
🔵 Functions 100% 15 / 15
🔵 Branches 97.87% 46 / 47
File CoverageNo changed files found.
Generated in workflow #1489 for commit 1771205 by the Vitest Coverage Report Action

@borisno2
borisno2 merged commit d1a9f04 into main Jul 21, 2026
6 checks passed
@borisno2
borisno2 deleted the claude/pr-791-test-fixes-ybso2t branch July 21, 2026 11:08
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