I'm upgrading eslint-plugin-mocha from v10.5 to v11.2 (latest).
I run into the following error locally -
TypeError: Key "rules": Key "mocha/no-skipped-tests": Could not find "no-skipped-tests" in plugin "mocha".
It took me non-insignificant amount of digging to find out that the rule was removed and effectively replaced by no-pending-tests (in #365). The change makes sense, yet it would be great to have it mentioned in README or at least in the v11.0 changelog.