Minor Changes
- BREAKING (eslint-plugin): The
exhaustive-depsrule now reports member expression dependencies more granularly for call expressions (e.g.a.b.foo()suggestsa.b), which may cause existing code that previously passed the rule to now report missing dependencies. To accommodate stable variables and types, the rule now accepts anallowlistoption withvariablesandtypesarrays to exclude specific dependencies from enforcement. (#10295)