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 to Next 15 (and other dependencies) #46

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

12beesinatrenchcoat
Copy link
Member

@12beesinatrenchcoat 12beesinatrenchcoat commented Nov 24, 2024

Upgrade Next to v15.1.4. Resolves npm audit yelling about vulnerabilities, as well as an increase in build speeds.

When testing, don't forget to do another npm ci.
If you need to go back to a different branch, or choose to not merge this branch, remember to nuke node_modules and reinstall. (Apologies for the inconvenience.)

@12beesinatrenchcoat
Copy link
Member Author

React 19 is now stable, I'll be updating this PR to reflect that later.

@12beesinatrenchcoat 12beesinatrenchcoat marked this pull request as draft December 17, 2024 21:43
@12beesinatrenchcoat
Copy link
Member Author

Currently blocked, updating to Next 15 makes Next mad.

In HTML, <td> cannot be a child of <div>.
This will cause a hydration error.

and

In HTML, <div> cannot be a child of <tr>.
This will cause a hydration error.

A restructuring of the Table component is out of scope for this PR, but is something I'd like to look at when I get time.

@12beesinatrenchcoat 12beesinatrenchcoat changed the title Update to Next 14 (and other dependencies) Update to Next 15 (and other dependencies) Jan 8, 2025
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