Skip to content

chore(deps): bump nextjs and fumadocs#160

Merged
sadmann7 merged 7 commits intomainfrom
bump-depz
Oct 27, 2025
Merged

chore(deps): bump nextjs and fumadocs#160
sadmann7 merged 7 commits intomainfrom
bump-depz

Conversation

@sadmann7
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings October 27, 2025 18:43
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Oct 27, 2025

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

Project Deployment Preview Comments Updated (UTC)
diceui Ready Ready Preview Comment Oct 27, 2025 7:48pm

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates Next.js and Fumadocs dependencies to their latest versions, along with various other development and production dependencies. The upgrade includes necessary code changes to adapt to breaking changes in the new versions, particularly in Fumadocs' API structure and Next.js configuration.

Key changes:

  • Next.js upgraded from 15.5.2 to 16.0.0
  • Fumadocs packages upgraded to version 16.x
  • TypeScript interfaces refactored to use explicit Pick and Required<Pick> instead of Omit

Reviewed Changes

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

Show a summary per file
File Description
package.json Updates root-level dev dependencies including testing libraries, TypeScript, and Vitest
docs/package.json Bumps Next.js to v16, Fumadocs to v16, React to v19.2, and numerous other dependencies
docs/tsconfig.json Changes JSX transform to react-jsx and adds Next.js dev types inclusion
docs/types/docs/data-table.ts Refactors interface to use explicit Pick with Required for better type safety
docs/types/docs/data-grid.ts Refactors interface to use explicit Pick instead of Omit
docs/lib/source.ts Updates Fumadocs import path and API call structure for v16 compatibility
docs/next.config.ts Removes experimental webpack optimization flag and ESLint configuration
docs/app/docs/[[...slug]]/page.tsx Updates property access from page.file.path to page.path
docs/app/api/search/route.ts Adds language option and reorders properties in search API configuration
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)

docs/package.json:1

  • Vitest 4.0.4 does not exist yet. As of January 2025 (my knowledge cutoff), Vitest is at version 2.x or 3.x. This version appears to be invalid or from a future release. Please verify the intended version number.
{

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

@sadmann7 sadmann7 merged commit 394fd46 into main Oct 27, 2025
7 of 8 checks passed
@sadmann7 sadmann7 deleted the bump-depz branch October 27, 2025 19:47
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