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.34.3] - 2024.06.18
9+
810### Fixed
911* [ ` prop-types ` ] : null-check rootNode before calling getScope ([ #3762 ] [ ] @crnhrv )
1012* [ ` boolean-prop-naming ` ] : avoid a crash with a spread prop ([ #3733 ] [ ] @ljharb )
1113* [ ` jsx-boolean-value ` ] : ` assumeUndefinedIsFalse ` with ` never ` must not allow explicit ` true ` value ([ #3757 ] [ ] @6uliver )
1214* [ ` no-object-type-as-default-prop ` ] : enable rule for components with many parameters ([ #3768 ] [ ] @JulienR1 )
1315* [ ` jsx-key ` ] : incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([ #3769 ] [ ] @akulsr0 )
1416
17+ [ 7.34.3 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3
1518[ #3769 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3769
1619[ #3768 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3768
1720[ #3762 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3762
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.34.2 " ,
3+ "version" : " 7.34.3 " ,
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