deps: bump lucide-react to 1.41.0 and fumadocs to 16.15.6 - #58
Merged
Merged
Conversation
Bump frontend direct deps only: lucide-react ^1.41.0 (lock 1.41.0), fumadocs-core and fumadocs-ui ^16.15.6 (lock 16.15.6). Leave next, react, fumadocs-mdx, katex, posthog-js, TypeScript, and ESLint unchanged. Co-authored-by: Adam Xu <AdamEXu@users.noreply.github.com>
AdamEXu
marked this pull request as ready for review
September 11, 2026 15:42
Greptile SummaryThis PR updates three frontend dependencies and refreshes their transitive lockfile resolutions.
Confidence Score: 5/5The dependency updates appear safe to merge, with compatible peer requirements and deterministic CI and deployment installations. No actionable failure remains: the lockfile is internally consistent, Fumadocs packages are compatibly paired, and all supported installation and runtime paths use Node 22.
|
| Filename | Overview |
|---|---|
| frontend/package.json | Updates the requested Fumadocs and Lucide dependency ranges without introducing an incompatible peer requirement. |
| frontend/pnpm-lock.yaml | Resolves the requested versions consistently, including the compatible Node 20+ transitive cn package. |
Reviews (1): Last reviewed commit: "deps: bump lucide-react to 1.41.0 and fu..." | Re-trigger Greptile
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.
What & why
Frontend-only dependency bump. Supply-chain OK for
lucide-react@1.41.0andfumadocs-core/fumadocs-ui@16.15.6(>=7 days, OSV clean).Bumped
lucide-react:^1.39.0/ lock1.39.0→^1.41.0/ lock1.41.0fumadocs-core:^16.15.5→^16.15.6(lock16.15.6)fumadocs-ui:^16.15.5→^16.15.6(lock16.15.6)Skipped (fresh majors/minors or out of scope)
next— leave at16.3.4react/react-dom— skip19.3.0(too fresh); stay on19.2.8fumadocs-mdx— leave as-is (major line differs)16.15.6— newer than16.15.6are under 7 dayskatexpast0.18.5posthog-jsrange — keep>=1.422.1 <1.425.0Area
How tested
pnpm add lucide-react@1.41.0 fumadocs-core@16.15.6 fumadocs-ui@16.15.6infrontend/lucide-react@1.41.0,fumadocs-core@16.15.6,fumadocs-ui@16.15.6pnpm typecheckpassedpnpm lintstill fails on pre-existing app issues (setState-in-effect, unused vars, generated.source/files); none of those files changed in this PRSecurity checklist
@auth_requiredis applied to routes that need authentication. N/A.env,*.db, keys, or credentials in the diff.Checks
cd frontend && pnpm lintpasses. (pre-existing failures; not introduced here)make dev-backend). N/A — no backend changes