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

[⚡ Feature]: ESLint 9 Support #939

Open
1 task
rubenmamo opened this issue Feb 16, 2025 · 1 comment
Open
1 task

[⚡ Feature]: ESLint 9 Support #939

rubenmamo opened this issue Feb 16, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@rubenmamo
Copy link

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.

	"peerDependencies": {
		"eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
	}

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?

  • Would you like to help implement this feature?
@rubenmamo rubenmamo added the enhancement New feature or request label Feb 16, 2025
@travisfranklin
Copy link

travisfranklin commented Mar 7, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants