Skip to content

chore: bump lucide-react to v1.8.0#13703

Merged
Innei merged 2 commits into
canaryfrom
bump/lucide-react-v1
Apr 10, 2026
Merged

chore: bump lucide-react to v1.8.0#13703
Innei merged 2 commits into
canaryfrom
bump/lucide-react-v1

Conversation

@Innei

@Innei Innei commented Apr 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Bump lucide-react from ^0.577.0 to ^1.8.0
  • Fix breaking change: Github icon removed in v1.x (brand icons removed). Replaced with Github from @lobehub/icons in 5 affected files.

Affected files

  • package.json — version bump
  • src/features/CommandMenu/MainMenu.tsx — replace Github import
  • src/features/SkillStore/SkillList/AddSkillButton.tsx — replace Github import
  • src/features/SkillStore/SkillList/ImportFromGithubModal.tsx — replace Github import
  • src/routes/(main)/community/features/CreateButton/Inner.tsx — replace Github import
  • src/routes/(main)/home/_layout/Footer/index.tsx — replace Github import

Test plan

  • tsc --noEmit passes with 0 errors
  • Verify Github icon renders correctly in UI
  • Full build passes (bun run build:spa && bun run build:next)

 Breaking change: Github icon was removed from lucide-react v1.x (brand icons removed).
 Replaced with Github from @lobehub/icons in 5 affected files.
Copilot AI review requested due to automatic review settings April 9, 2026 14:12

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We've reviewed this pull request using the Sourcery rules engine

@vercel

vercel Bot commented Apr 9, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
lobehub Ready Ready Preview, Comment Apr 10, 2026 10:18am

Request Review

@codecov

codecov Bot commented Apr 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.67%. Comparing base (a23e159) to head (12f9bc0).
⚠️ Report is 16 commits behind head on canary.

Additional details and impacted files
@@            Coverage Diff            @@
##           canary   #13703     +/-   ##
=========================================
  Coverage   66.67%   66.67%             
=========================================
  Files        1998     1998             
  Lines      169045   169047      +2     
  Branches    20404    16413   -3991     
=========================================
+ Hits       112708   112712      +4     
+ Misses      56214    56212      -2     
  Partials      123      123             
Flag Coverage Δ
app 58.68% <66.66%> (+<0.01%) ⬆️
database 92.58% <ø> (ø)
packages/agent-runtime 79.72% <ø> (ø)
packages/context-engine 83.33% <ø> (ø)
packages/conversation-flow 92.36% <ø> (ø)
packages/file-loaders 87.02% <ø> (ø)
packages/memory-user-memory 74.74% <ø> (ø)
packages/model-bank 99.85% <ø> (ø)
packages/model-runtime 84.58% <ø> (ø)
packages/prompts 69.69% <ø> (ø)
packages/python-interpreter 92.90% <ø> (ø)
packages/ssrf-safe-fetch 0.00% <ø> (ø)
packages/utils 90.14% <ø> (ø)
packages/web-crawler 88.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Store 66.77% <ø> (ø)
Services 52.22% <ø> (ø)
Server 66.25% <ø> (+<0.01%) ⬆️
Libs 52.82% <ø> (ø)
Utils 91.01% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the icon dependency stack by upgrading lucide-react to the v1.x line and addressing the associated breaking change where the GitHub brand icon was removed, by switching affected UI surfaces to use the GitHub icon from @lobehub/icons.

Changes:

  • Bump lucide-react from ^0.577.0 to ^1.8.0.
  • Replace removed lucide-react GitHub icon usage with Github from @lobehub/icons in the affected components.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Upgrades lucide-react to ^1.8.0.
src/features/CommandMenu/MainMenu.tsx Switches GitHub icon import to @lobehub/icons.
src/features/SkillStore/SkillList/AddSkillButton.tsx Switches GitHub icon import to @lobehub/icons.
src/features/SkillStore/SkillList/ImportFromGithubModal.tsx Switches GitHub icon import to @lobehub/icons.
src/routes/(main)/community/features/CreateButton/Inner.tsx Switches GitHub icon import to @lobehub/icons.
src/routes/(main)/home/_layout/Footer/index.tsx Switches GitHub icon import to @lobehub/icons.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Innei Innei merged commit cd49e98 into canary Apr 10, 2026
34 checks passed
@Innei Innei deleted the bump/lucide-react-v1 branch April 10, 2026 12:17
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