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

Upgrade Next to version 14 #1759

Merged

Conversation

henrycatalinismith
Copy link
Collaborator

@henrycatalinismith henrycatalinismith commented Jan 30, 2024

In #1756 (comment) I mentioned that getting server actions working correctly had depended on upgrading all the way to Next v14. Seems preferable to tackle that separately from the new survey form though, so I've created #1758 and now this PR to begin exploring that task.

So far I've simply run the command from https://nextjs.org/docs/app/building-your-application/upgrading/version-14.

yarn add next@latest react@latest react-dom@latest eslint-config-next@latest

After that, I ran rm -rf .next node_modules; yarn; yarn suite, and ran into an error resulting from having multiple versions of eslint-plugin-react-hooks installed. Updating that package to the latest version fixed that error, and now here we are.

@henrycatalinismith henrycatalinismith changed the base branch from issue-1620/next-v13-survey-page-with-app-router-and-server-action to issue-1718/next-v13-upgrade January 30, 2024 20:18
@henrycatalinismith henrycatalinismith linked an issue Feb 3, 2024 that may be closed by this pull request
@henrycatalinismith henrycatalinismith marked this pull request as ready for review February 3, 2024 10:58
@henrycatalinismith henrycatalinismith merged commit a61b925 into issue-1718/next-v13-upgrade Feb 3, 2024
@henrycatalinismith henrycatalinismith deleted the issue-1758/next-v14-upgrade branch February 3, 2024 10:58
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.

Next v14 Upgrade
1 participant