distributeaid / aggregated-public-information

https://aggregated-public-information.vercel.app
2 stars 3 forks source link

Upgrade to Strapi 5 (Beta/RC) #85

Open corasaurus-hex opened 1 month ago

corasaurus-hex commented 1 month ago

Strapi 5 is just around the corner and Strapi 4 has dead-ends for TypeScript + Jest that aren't fixable. Let's try upgrading and see how far we can get!

madcalf commented 1 month ago

I have some corrections to add before we upgrade. Will try to get that up tonight or tomorrow.

corasaurus-hex commented 1 month ago

@madcalf we have a branch going already with the upgrade mostly done! it's feat/85/something, we should sneak your changes in quick

cc @jtfairbank

corasaurus-hex commented 1 month ago

also, just a heads up, I couldn't get jest + typescript to work right with strapi 4, not without having to run the build ahead of time (so that files are in dist), which is part of why we're upgrading here