Open adamsr123 opened 1 month ago
2.2.0 was recently published which requires eslint 8.x. this wasn't a breaking change (i.e. a major version) because we already have code in our rules which rely on 8.x and above
presumably your setup just wasn't hitting that code so far
do you have any option to upgrade from eslint 7.x to 8.x? the jump should be easier than to 9.x
Although you already have code compliant with the rules that relies on version 8.x and above, this change could, will and does potentially break existing implementations that depend on the semver policy, which allows minor version updates.
That said, this release definitely marks a breaking change
It really shouldn't have since we already required 8.x and above
That's why we really need an example from you so we can reproduce the problem
If you can reproduce the problem, showing that it works in the older version and now doesn't, at least I can investigate and see if it can be fixed
Could this be related to the new release?
Error: