File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ## [ 7.33.2] - 2023.08.15
9+
810### Fixed
911* [ ` no-deprecated ` ] : prevent false positive on commonjs import ([ #3614 ] [ ] @akulsr0 )
1012* [ ` no-unsafe ` ] : report on the method instead of the entire component (@ljharb )
1113* [ ` no-deprecated ` ] : report on the destructured property instead of the entire variable declarator (@ljharb )
1214* [ ` no-deprecated ` ] : report on the imported specifier instead of the entire import statement (@ljharb )
1315* [ ` no-invalid-html-attribute ` ] : report more granularly (@ljharb )
1416
17+ [ 7.33.2 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.1...v7.33.2
1518[ #3614 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3614
1619
1720## [ 7.33.1] - 2023.07.29
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.33.1 " ,
3+ "version" : " 7.33.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