Commit cef8123 1 parent eb56061 commit cef8123 Copy full SHA for cef8123
File tree 2 files changed +4
-1
lines changed
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
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.34.3] - 2024.06.18
9
+
8
10
### Fixed
9
11
* [ ` prop-types ` ] : null-check rootNode before calling getScope ([ #3762 ] [ ] @crnhrv )
10
12
* [ ` boolean-prop-naming ` ] : avoid a crash with a spread prop ([ #3733 ] [ ] @ljharb )
11
13
* [ ` jsx-boolean-value ` ] : ` assumeUndefinedIsFalse ` with ` never ` must not allow explicit ` true ` value ([ #3757 ] [ ] @6uliver )
12
14
* [ ` no-object-type-as-default-prop ` ] : enable rule for components with many parameters ([ #3768 ] [ ] @JulienR1 )
13
15
* [ ` jsx-key ` ] : incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([ #3769 ] [ ] @akulsr0 )
14
16
17
+ [ 7.34.3 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3
15
18
[ #3769 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3769
16
19
[ #3768 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3768
17
20
[ #3762 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3762
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.34.2 " ,
3
+ "version" : " 7.34.3 " ,
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