File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ## [ 7.34.2] - 2024.05.24
9+
810### Fixed
911* [ ` boolean-prop-naming ` ] : avoid a crash with a non-TSTypeReference type ([ #3718 ] [ ] @developer-bandi )
1012* [ ` jsx-no-leaked-render ` ] : invalid report if left side is boolean ([ #3746 ] [ ] @akulsr0 )
1113* [ ` jsx-closing-bracket-location ` ] : message shows ` {{details}} ` when there are no details ([ #3759 ] [ ] @mdjermanovic )
1214* [ ` no-invalid-html-attribute ` ] : ensure error messages are correct ([ #3759 ] [ ] @mdjermanovic , @ljharb )
1315
16+ ### Changed
17+ * [ Refactor] create various eslint utils to fix eslint deprecations ([ #3759 ] [ ] @mdjermanovic , @ljharb )
18+
19+ [ 7.34.2 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2
1420[ #3759 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3759
1521[ #3746 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3746
1622[ #3718 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3718
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.34.1 " ,
3+ "version" : " 7.34.2 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments