Sourced from eslint-plugin-react's changelog.
7.23.2 - 2021.04.08
Fixed
- [
jsx-max-depth]: Prevent getting stuck in circular references (#2957[]@AriPerkkio)- [
jsx-no-target-blank]: fix handling ofwarnOnSpreadAttributesbeing false (#2953[]@Nokel81)- [
forbid-dom-props]: supportJSXNamespacedName(#2961[]@mrtnzlml)- [
forbid-component-props]: supportJSXNamespacedName(@ljharb)Changed
#2961: yannickcr/eslint-plugin-react#2961 #2953: yannickcr/eslint-plugin-react#2953 #2957: yannickcr/eslint-plugin-react#2957 #2950: yannickcr/eslint-plugin-react#2950
0d999ef Update CHANGELOG and bump versioncbe99e0 [Fix] forbid-component-props: support JSXNamespacedName2f376e0 [Fix] forbid-dom-props: support JSXNamespacedName6b6a14a [Fix] jsx-no-target-blank: fix handling of warnOnSpreadAttributes being f...7ce9106 [Fix] jsx-max-depth: Prevent getting stuck in circular references106ccf4 [Tests] switch from coveralls to codecovb4cdf25 [Dev Deps] update types/eslint, types/estree, types/node752dc96 [actions] use node/install instead of node/runc2a790a Fix CHANGELOG.md