-
Notifications
You must be signed in to change notification settings - Fork 6
chore(deps): upgrade next.js to v15 #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Nice! Once this is ready, let's try and test and deploy it standalone (i.e immediately after another deploy) in case it has any side effects |
PR Type
Enhancement
Description
Upgrade Next.js to v15 and React to v19
Refactor pages into async server + client components
Await
params
andsearchParams
in routesUpdate cookie/header utilities to async calls
Changes walkthrough 📝
14 files
Refactor streams page into async server component
Extract `MyStreams` logic into client component
Convert stream page to async server wrapper
Create client component for stream form
Refactor playground page to server/client split
Add client component for playground UI
Await `params.id` in clip API handlers
Await `searchParams` in create page
Await `slug` in embed clips page
Await `streamkey` in proxy route handlers
Await `params` and `searchParams` in pipeline page
Make `cookies()` calls async with await
Await `headers()` and `cookies()` in auth util
Convert embed page to await `slug`
1 files
Bump `next`, `react`, and related deps
2 files