Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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
PickandRequired<Pick>instead ofOmit
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.
There was a problem hiding this comment.
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.
No description provided.