deps: bump fumadocs-core/ui to 16.15.5 - #57
Merged
Merged
Conversation
Age-gated frontend-only patch: caret ranges preserved, lockfile refreshed. Deferred fumadocs 16.15.6–16.15.8 (<7 days) and fumadocs-mdx 15.x major. Co-authored-by: Adam Xu <AdamEXu@users.noreply.github.com>
AdamEXu
marked this pull request as ready for review
September 9, 2026 15:19
Greptile SummaryThe PR updates
Confidence Score: 5/5The PR appears safe to merge with no concrete blocking or non-blocking defects identified. The manifest and lockfile updates remain synchronized, fumadocs peer requirements resolve consistently, and no changed dependency path was shown to violate an existing build or runtime contract.
|
| Filename | Overview |
|---|---|
| frontend/package.json | Raises the minimum compatible fumadocs core and UI versions to 16.15.5 without widening their existing semver ranges. |
| frontend/pnpm-lock.yaml | Pins both fumadocs packages to 16.15.5 with a consistent peer graph and refreshes compatible transitive resolutions. |
Reviews (1): Last reviewed commit: "deps: bump fumadocs-core/ui to 16.15.5" | 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 for fumadocs packages that are aged (≥7 days) and OSV-clean. Caret ranges in
frontend/package.jsonare preserved; the frontend lockfile is refreshed.Changes
fumadocs-core:^16.15.4→^16.15.5fumadocs-ui:^16.15.4→^16.15.5Age gate / deferred
16.15.6–16.15.8(still <7 days).fumadocs-mdx15.x major.<1.425.0cap, openai/Python backend packages, ESLint 10, TypeScript 7.Area
How tested
cd frontend && pnpm typecheck— passcd frontend && pnpm build— pass (Next.js 16.3.4 turbopack;/helproutes SSG)cd frontend && pnpm lint— fails with pre-existing violations (CI iscontinue-on-error; not introduced by this bump)pnpm starton :3112):/help,/help/roadmap,/help/bugsall HTTP 200Help welcome page after fumadocs 16.15.5 bump
Help roadmap page after fumadocs 16.15.5 bump
Help bugs page after fumadocs 16.15.5 bump
Security checklist
@auth_requiredis applied to routes that need authentication. N/A — frontend dep bump only..env,*.db, keys, or credentials in the diff.Checks
cd frontend && pnpm lint— run; pre-existing failures only (CI non-blocking).make dev-backend). N/A — frontend-only lockfile/package.json change.To show artifacts inline, enable in settings.