Skip to content

Commit 03cd4b5

Browse files
committed
Merge tag 'v7.34.1' into HEAD
v7.34.1
2 parents 4467db5 + eea45bf commit 03cd4b5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
### Fixed
9+
* [`boolean-prop-naming`]: avoid a crash with a non-TSTypeReference type ([#3718][] @developer-bandi)
10+
11+
[#3718]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3718
12+
13+
## [7.34.1] - 2024.03.15
14+
815
### Fixed
916
* [`jsx-no-leaked-render`]: prevent wrongly adding parens ([#3700][] @developer-bandi)
1017
* [`boolean-prop-naming`]: detect TS interfaces ([#3701][] @developer-bandi)
@@ -13,12 +20,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1320
* [`no-unknown-property`]: support `popover`, `popovertarget`, `popovertargetaction` attributes ([#3707][] @ljharb)
1421
* [`no-unknown-property`]: only match `data-*` attributes containing `-` ([#3713][] @silverwind)
1522
* [`checked-requires-onchange-or-readonly`]: correct options that were behaving opposite ([#3715][] @jaesoekjjang)
16-
* [`boolean-prop-naming`]: avoid a crash with a non-TSTypeReference type ([#3718][] @developer-bandi)
1723

1824
### Changed
1925
* [`boolean-prop-naming`]: improve error message (@ljharb)
2026

21-
[#3718]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3718
27+
[7.34.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.0...v7.34.1
2228
[#3715]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3715
2329
[#3713]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3713
2430
[#3707]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3707

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.34.0",
3+
"version": "7.34.1",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)