You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this I believe Cloudflare/next-on-pages will never support NextJS 15.
If you wish to use NextJS 15, as of today you do not have a fully functional stable option for deploying on Cloudflare (which makes me very sad). The unstable option is to use OpenNext's cloudflare adapter which is pre-1.0.
This doesn't stop next-on-pages from supporting eslint upgrades, but I felt it was relevant to mention.
Description
Next JS 15 now supports ESLint 9 https://nextjs.org/blog/next-15#eslint-9-support however the eslint-next-on-pages package limits eslint to versions prior to 9.
in next-on-pages/packages/eslint-plugin-next-on-pages
In #755 it was stated that nothing in the package itself would prevent using eslint 9.
Would it be possible to update the package to support eslint 9?
Additional Information
No response
Would you like to help?
The text was updated successfully, but these errors were encountered: