-
Notifications
You must be signed in to change notification settings - Fork 31
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
Renovate Dependencies #657
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Remove dead deps
Dynmaic imports need only work with the default export
Old pinned versions of eslint typescript parser where killing the build You might need to remove the .next folder Add peer deps for mui again emotion/react emotion/styled
Signed-off-by: Raphael Arce <raphael.arce@ts.berlin>
…nextjs, auth-helpers-react to latest version
Revert headlessui update
Signed-off-by: Raphael Arce <raphael.arce@ts.berlin>
Signed-off-by: Raphael Arce <raphael.arce@ts.berlin>
@ff6347 I just looked into the locate me/unclickable tree bug and I can't locate myself anymore. I think this is due to the newest mapbox version vs react-map-gl still being an older version. I think we might need a newer version of react-map-gl to fix the bug. I'll look into the link you posted figure out if we might face an issue. |
refactor(test): Move from jest to vitest
I merged all the tests. I have one test that is failing which I skipped and some unhandled errors. I'll be AFK for an hour or so. |
Signed-off-by: Raphael Arce <raphael.arce@ts.berlin>
This (WIP) PR updates a lot of dependencies: Next to 14@latest, React to 18@latest and many more…
It also removes a lot of dead deps that where still present from the before nextjs times.
Urgent Problems:
Nice to have but neglect-able for the sprint