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
5
5
6
6
## Unreleased
7
7
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
+
8
15
### Fixed
9
16
* [ ` jsx-no-leaked-render ` ] : prevent wrongly adding parens ([ #3700 ] [ ] @developer-bandi )
10
17
* [ ` 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
13
20
* [ ` no-unknown-property ` ] : support ` popover ` , ` popovertarget ` , ` popovertargetaction ` attributes ([ #3707 ] [ ] @ljharb )
14
21
* [ ` no-unknown-property ` ] : only match ` data-* ` attributes containing ` - ` ([ #3713 ] [ ] @silverwind )
15
22
* [ ` 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 )
17
23
18
24
### Changed
19
25
* [ ` boolean-prop-naming ` ] : improve error message (@ljharb )
20
26
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
22
28
[ #3715 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3715
23
29
[ #3713 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3713
24
30
[ #3707 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3707
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.34.0 " ,
3
+ "version" : " 7.34.1 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments