Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
496 stars 96 forks source link

Update nextjs to version 14.0.1 #676

Closed LoremIPsummer closed 5 months ago

LoremIPsummer commented 7 months ago

fixes #667

mcserep commented 7 months ago

The breaking changes should be checked, there is not much fortunately:
https://nextjs.org/docs/pages/building-your-application/upgrading/version-14

E.g. the @next/font package has been fully removed in favor of the built-in next/font, so we need to update that.

As we have automated tests for the UI, a functionality test should also be performed for the frontend.

mcserep commented 7 months ago

Any update on this @LoremIPsummer ?

mcserep commented 5 months ago

Since there is no update on this for almost 3 months, I will close this, and I have created #706 to address the mentioned issues.