Commit 417e1ca 1 parent d79605a commit 417e1ca Copy full SHA for 417e1ca
File tree 2 files changed +7
-1
lines changed
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
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.34.2] - 2024.05.24
9
+
8
10
### Fixed
9
11
* [ ` boolean-prop-naming ` ] : avoid a crash with a non-TSTypeReference type ([ #3718 ] [ ] @developer-bandi )
10
12
* [ ` jsx-no-leaked-render ` ] : invalid report if left side is boolean ([ #3746 ] [ ] @akulsr0 )
11
13
* [ ` jsx-closing-bracket-location ` ] : message shows ` {{details}} ` when there are no details ([ #3759 ] [ ] @mdjermanovic )
12
14
* [ ` no-invalid-html-attribute ` ] : ensure error messages are correct ([ #3759 ] [ ] @mdjermanovic , @ljharb )
13
15
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
14
20
[ #3759 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3759
15
21
[ #3746 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3746
16
22
[ #3718 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3718
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.34.1 " ,
3
+ "version" : " 7.34.2 " ,
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