chore(frontend): bump fumadocs docs deps to 16.15.7 only - #59
Merged
Merged
Conversation
Co-authored-by: AdamEXu <51470750+AdamEXu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Bump fumadocs-core and fumadocs-ui to 16.15.7
chore(frontend): bump fumadocs docs deps to 16.15.7 only
Sep 12, 2026
AdamEXu
marked this pull request as ready for review
September 13, 2026 15:27
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
Bumps only the frontend docs app’s
fumadocs-coreandfumadocs-uito16.15.7, and updates the lockfile to resolve both exactly to16.15.7while keeping all intentionally held packages unchanged.frontend/package.jsonfumadocs-core:^16.15.6→^16.15.7fumadocs-ui:^16.15.6→^16.15.7frontend/pnpm-lock.yaml^16.15.716.15.7lucide-react,next,react,react-dom,fumadocs-mdx,posthog-js,eslint,typescript, or other dependencies.{ "dependencies": { "fumadocs-core": "^16.15.7", "fumadocs-ui": "^16.15.7" } }Area
How tested
frontend/pnpm-lock.yamlfrom updated frontend manifest and verified targeted dependency resolution is16.15.7for both packages.frontend/package.jsonandfrontend/pnpm-lock.yaml.Security checklist
@auth_requiredis applied to routes that need authentication (N/A: no backend route changes)..env,*.db, keys, or credentials in the diff.Checks
cd frontend && pnpm lintpasses.make dev-backend).Original prompt