File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ### Fixed
9+ * [ ` boolean-prop-naming ` ] : avoid a crash with a non-TSTypeReference type ([ #3718 ] [ ] @developer-bandi )
10+
11+ [ #3718 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3718
12+
13+ ## [ 7.34.1] - 2024.03.15
14+
815### Fixed
916* [ ` jsx-no-leaked-render ` ] : prevent wrongly adding parens ([ #3700 ] [ ] @developer-bandi )
1017* [ ` boolean-prop-naming ` ] : detect TS interfaces ([ #3701 ] [ ] @developer-bandi )
@@ -13,12 +20,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1320* [ ` no-unknown-property ` ] : support ` popover ` , ` popovertarget ` , ` popovertargetaction ` attributes ([ #3707 ] [ ] @ljharb )
1421* [ ` no-unknown-property ` ] : only match ` data-* ` attributes containing ` - ` ([ #3713 ] [ ] @silverwind )
1522* [ ` checked-requires-onchange-or-readonly ` ] : correct options that were behaving opposite ([ #3715 ] [ ] @jaesoekjjang )
16- * [ ` boolean-prop-naming ` ] : avoid a crash with a non-TSTypeReference type ([ #3718 ] [ ] @developer-bandi )
1723
1824### Changed
1925* [ ` boolean-prop-naming ` ] : improve error message (@ljharb )
2026
21- [ #3718 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3718
27+ [ 7.34.1 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.0...v7.34.1
2228[ #3715 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3715
2329[ #3713 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3713
2430[ #3707 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3707
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.34.0 " ,
3+ "version" : " 7.34.1 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments