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

#165 Upgrade nextjs to v14 #166

Merged
merged 14 commits into from
Nov 24, 2024
Merged

Conversation

nevendyulgerov
Copy link
Contributor

@nevendyulgerov nevendyulgerov commented Nov 4, 2024

Summary

I upgraded Next to v14.2.2 (latest 14.x version before v15). I had to deprecate the usage of next-transpile-modules as it was no longer available from v13 onwards. Additionally, I had to fix some minor issues related to storybook.

There were several unit tests that were failing, and a couple of ts errors, I fixed those as well.

@nevendyulgerov nevendyulgerov added type:refactor A code change that neither fixes a bug nor adds a feature type:chore It is not a new feature or bug fix. e.g. update dependencies, change repository configurations labels Nov 4, 2024
@nevendyulgerov nevendyulgerov self-assigned this Nov 4, 2024
Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 9:50pm

Copy link

github-actions bot commented Nov 4, 2024

Pull Request Test Coverage Report for Build 11672917407

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 77.511%

Totals Coverage Status
Change from base Build 11450391697: 0.0%
Covered Lines: 338
Relevant Lines: 401

💛 - Coveralls

@brunomenezes brunomenezes merged commit b8a628e into main Nov 24, 2024
7 checks passed
@brunomenezes brunomenezes deleted the feature/165-upgrade-nextjs-to-v14 branch November 24, 2024 05:39
@brunomenezes brunomenezes linked an issue Nov 24, 2024 that may be closed by this pull request
13 tasks
@brunomenezes brunomenezes mentioned this pull request Nov 24, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:chore It is not a new feature or bug fix. e.g. update dependencies, change repository configurations type:refactor A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade NextJS from 12 to 14
2 participants