Skip to content

Conversation

pan93412
Copy link
Member

  • chore: upgrade dependencies
  • refactor(ui): remove unused sidebar
  • refactor(login): get "do you know" in server action
  • refactor: remove deprecated features
  • refactor(layout): wrap ProtectedRoute with Suspense

@pan93412 pan93412 self-assigned this Oct 12, 2025
Copy link
Contributor

vercel bot commented Oct 12, 2025

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

Project Deployment Preview Comments Updated (UTC)
dbplay-app Ready Ready Preview Comment Oct 12, 2025 6:08pm

@pan93412 pan93412 requested a review from Copilot October 12, 2025 18:07
Copy link
Contributor

@Copilot 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 upgrades the project to Next.js 16 and performs associated code modernization and cleanup.

  • Upgrades Next.js from version 15.6.0-canary.45 to 16.0.0-canary.2 along with related dependencies
  • Removes deprecated Next.js configuration options and adds new caching features
  • Replaces deprecated React cache configuration with new server action caching

Reviewed Changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updates Next.js to v16 and dependencies, changes dev server from turbopack to experimental-https
next.config.ts Removes deprecated PPR config, adds new cacheComponents and turbopack options
components/ui/sidebar.tsx Removes entire sidebar component (unused)
app/login/_components/status/action.ts Modernizes caching with new "use cache" directive and performance.now()
app/login/_components/do-you-know/index.tsx Refactors component to extract server action for "do you know" functionality
app/(app)/layout.tsx Wraps ProtectedRoute with Suspense and updates ViewTransition import

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@pan93412 pan93412 merged commit 20e19a6 into main Oct 12, 2025
3 checks passed
@pan93412 pan93412 deleted the next-16 branch October 12, 2025 18:11
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.

1 participant