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

feat(deps): update next to v15.1 #1105

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

marcalexiei
Copy link
Contributor

@marcalexiei marcalexiei commented Dec 17, 2024

Part of #1098.

I changed the order of the tasks.
Getting eslint@9 will be easier if we are using next@15.

I updated all next js dependencies using the official codemod.

When trying out the site I encountered a few non-blocking errors related to key prop management
in the following files:

  • src/components/FormFields.tsx (duplicate / missing key prop)
  • src/components/mdx/code.tsx (key prop should not be passed via spread operator)

I navigated a few pages and test the form builder running the site via pnpm run build and then pnpm run start.

Note

React has been update to v18.3.1.

Copy link

vercel bot commented Dec 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-hook-form-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 2:03pm

Copy link
Member

@bluebill1049 bluebill1049 left a comment

Choose a reason for hiding this comment

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

Nice! Thank you!

@bluebill1049 bluebill1049 merged commit 8d97b6b into react-hook-form:master Dec 20, 2024
5 checks passed
@marcalexiei marcalexiei deleted the next-15 branch December 20, 2024 13:00
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