Skip to content

Commit d793de5

Browse files
danbarrclaude
andauthored
Block eslint v10 majors temporarily (#901)
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: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8814b70 commit d793de5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
"matchUpdateTypes": ["major"],
6565
"enabled": false
6666
},
67+
{
68+
"description": "Temporarily block eslint v10. typescript-eslint, eslint-plugin-mdx, and eslint-plugin-react don't support v10 yet; revisit once plugin majors land.",
69+
"matchManagers": ["npm"],
70+
"matchPackageNames": ["eslint", "@eslint/js"],
71+
"matchUpdateTypes": ["major"],
72+
"enabled": false
73+
},
6774
{
6875
"matchManagers": ["npm"],
6976
"matchDepTypes": ["engines"],

0 commit comments

Comments
 (0)