chore(deps): bump fumadocs-mdx and @eslint/eslintrc - #56
Merged
Merged
Conversation
Keep fumadocs-mdx on the 14.x line (^14.3.2); 15.x remains deferred. Bump @eslint/eslintrc ^3.3.6 → ^3.3.7. Co-authored-by: Adam Xu <AdamEXu@users.noreply.github.com>
AdamEXu
marked this pull request as ready for review
September 8, 2026 15:26
Greptile SummaryUpdates two frontend dependencies within their existing major versions and refreshes their resolved transitive dependency graph.
Confidence Score: 5/5The PR appears safe to merge, with no concrete changed-code failure identified. The upgraded packages satisfy the repository’s declared Node and peer requirements, frozen installations consume the committed resolutions, and no repository usage depends on the removed transitive package.
|
| Filename | Overview |
|---|---|
| frontend/package.json | Updates the fumadocs-mdx runtime dependency and @eslint/eslintrc development dependency within their current major versions; no incompatible repository usage was identified. |
| frontend/pnpm-lock.yaml | Consistently resolves the requested versions and their transitive updates with compatible peers and platform-specific esbuild packages. |
Reviews (1): Last reviewed commit: "chore(deps): bump fumadocs-mdx and @esli..." | 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
Bump two well-aged frontend packages within their existing majors:
fumadocs-mdx:^14.2.6→^14.3.2(resolved 14.3.2). Stays on 14.x; 15.x is deferred (major, not in scope).@eslint/eslintrc:^3.3.6→^3.3.7(resolved 3.3.7).Supply-chain: both targets are well-aged (
fumadocs-mdx@14.3.2published 2026-04-27;@eslint/eslintrc@3.3.7published 2026-09-01). No other direct dependencies were bumped (Next, React, lucide-react, fumadocs-core/ui, posthog-js, TypeScript, ESLint, katex, highlight.js left as-is).Lockfile updates are those two packages plus fumadocs-mdx 14.3.x transitive changes (including dropping
@fumadocs/mdx-remote).Area
How tested
Local, from
frontend/:pnpm typecheck— passedpnpm build— passed (next build --turbopack, dummyNEXT_PUBLIC_*env)pnpm lint— same pre-existing violations as on main (CI lint is non-blocking). No new generated.sourcediffs from this bump.Security checklist
@auth_requiredis applied to routes that need authentication. N/A — frontend deps only..env,*.db, keys, or credentials in the diff.Checks
cd frontend && pnpm lintruns (pre-existing non-blocking backlog; CIcontinue-on-error).make dev-backend). N/A — frontend-only bump.