tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
234 stars 335 forks source link

Npm update everything except next.js and bulma #790

Closed joshka closed 1 month ago

joshka commented 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.