fix(docs): replace lucide-react Github icon with vendored SVG#793
Merged
Conversation
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.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Coverage Report for Core Package Coverage (./packages/core)
File CoverageNo changed files found. |
Contributor
Coverage Report for UI Package Coverage (./packages/ui)
File CoverageNo changed files found. |
Contributor
Coverage Report for CLI Package Coverage (./packages/cli)
File CoverageNo changed files found. |
Contributor
Coverage Report for Auth Package Coverage (./packages/auth)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage Package Coverage (./packages/storage)
File CoverageNo changed files found. |
Contributor
Coverage Report for RAG Package Coverage (./packages/rag)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)
File CoverageNo changed files found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lucide-react0.562.0→1.25.0bump from chore(deps): bump lucide-react from 0.562.0 to 1.25.0 #791lucide-react1.x removed brand/logo icons (includingGithub), which broke the docs Next.js build (The export Github was not found in module ... lucide-react.mjs)GithubIconSVG component (docs/components/icons/GithubIcon.tsx) and swaps it in wherever the lucideGithubicon was used:docs/app/page.tsx,docs/components/DocLayout.tsx,docs/components/MobileNav.tsxTest plan
pnpm build(full turbo build, includingopensaas-stack-docs) succeedspnpm -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 diffSupersedes #791 (this branch is rebased on top of its commit).
Generated by Claude Code