Closed joshka closed 1 month ago
This gives a good base of npm packages to work with when updating next.js and avoids any potential incompatible versions during the update.
Bulma is a little more complex to update as it has a variety of interesting changes in the 0.8 -> 1.x update.
Next.js has 2 versions to update (14 and 15).
Testing: I upgraded each dependency individually, checked their changelogs / releases / commits for breaking changes, and compared the output of tokio.rs and localhost:3000 when rendering the same pages.
This gives a good base of npm packages to work with when updating next.js and avoids any potential incompatible versions during the update.
Bulma is a little more complex to update as it has a variety of interesting changes in the 0.8 -> 1.x update.
Next.js has 2 versions to update (14 and 15).
Testing: I upgraded each dependency individually, checked their changelogs / releases / commits for breaking changes, and compared the output of tokio.rs and localhost:3000 when rendering the same pages.