Skip to content
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

Update NextJS packages (Nov 8 2024) #64

Merged
merged 3 commits into from
Nov 8, 2024
Merged

Conversation

rogermparent
Copy link
Owner

This PR focuses on updating all NextJS related packages to their latest as of Nov 8 2024 (original Nov 5) because NextJS 15 went stable.

Copy link

trunk-io bot commented Nov 8, 2024

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

"react": "19.0.0-rc-65903583-20240805",
"react": "19.0.0-rc-5c56b873-20241107",
Copy link
Owner Author

Choose a reason for hiding this comment

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

pnpm up -r react@rc react-dom@rc because latest is still 18 and 19 is needed

Comment on lines 15 to +20
export default async function Page({
params: { slug: slugSegments },
params,
}: {
params: { slug: string[] };
params: Promise<{ slug: string[] }>;
}) {
const { slug: slugSegments } = await params;
Copy link
Owner Author

Choose a reason for hiding this comment

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

at some point page params became a promise

@rogermparent rogermparent merged commit 6ca0697 into main Nov 8, 2024
2 checks passed
@rogermparent rogermparent deleted the update-next-nov-5 branch November 8, 2024 18:50
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