From e752fdfd77cdfc17e55fd6e2caf86510fb0ec806 Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Wed, 27 May 2026 16:13:52 -0400 Subject: [PATCH] Block eslint v10 majors temporarily Plugin compatibility (typescript-eslint, eslint-plugin-mdx, eslint-plugin-react) isn't there yet, so PR #898 keeps churning. Revisit once the plugin majors that support eslint v10 land. Co-Authored-By: Claude Opus 4.7 (1M context) --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index c435a4dc..d8b180b3 100644 --- a/renovate.json +++ b/renovate.json @@ -64,6 +64,13 @@ "matchUpdateTypes": ["major"], "enabled": false }, + { + "description": "Temporarily block eslint v10. typescript-eslint, eslint-plugin-mdx, and eslint-plugin-react don't support v10 yet; revisit once plugin majors land.", + "matchManagers": ["npm"], + "matchPackageNames": ["eslint", "@eslint/js"], + "matchUpdateTypes": ["major"], + "enabled": false + }, { "matchManagers": ["npm"], "matchDepTypes": ["engines"],