Skip to content

Commit c7a54c8

Browse files
authored
Merge pull request #135 from acelaya-forks/eslint-react-hooks-7
Add support for eslint-plugin-react-hooks 7
2 parents 3f69869 + 0414768 commit c7a54c8

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [3.7.0] - 2025-10-14
8+
#### Added
9+
* Support `eslint-plugin-react-hooks` 7.
10+
11+
#### Changed
12+
* *Nothing*
13+
14+
#### Deprecated
15+
* *Nothing*
16+
17+
#### Removed
18+
* *Nothing*
19+
20+
#### Fixed
21+
* *Nothing*
22+
23+
724
## [3.6.1] - 2025-10-10
825
#### Added
926
* *Nothing*

package-lock.json

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-jsx-a11y": "^6.8.0",
4141
"eslint-plugin-react": "^7.34.2",
4242
"eslint-plugin-react-compiler": "*",
43-
"eslint-plugin-react-hooks": "^6.1.1 || ^5.0.0",
43+
"eslint-plugin-react-hooks": "^7.0.0 || ^6.1.1",
4444
"eslint-plugin-simple-import-sort": "^12.1.0",
4545
"typescript-eslint": "^8.45"
4646
},

0 commit comments

Comments
 (0)