@jmlweb/eslint-config-react 2.0.7 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @jmlweb/eslint-config-react
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - b2e7aa5: Update to eslint-plugin-react-hooks v7 for React 19 support
8
+
3
9
  ## 2.0.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jmlweb/eslint-config-react",
3
- "version": "2.0.7",
3
+ "version": "3.0.0",
4
4
  "description": "ESLint configuration for React libraries with TypeScript, extending base config with React-specific rules",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -51,7 +51,7 @@
51
51
  "eslint": "^9.0.0",
52
52
  "eslint-config-prettier": "^9.1.0",
53
53
  "eslint-plugin-react": "^7.37.0",
54
- "eslint-plugin-react-hooks": "^5.0.0",
54
+ "eslint-plugin-react-hooks": "^7.0.0",
55
55
  "eslint-plugin-simple-import-sort": "^12.0.0",
56
56
  "typescript-eslint": "^8.0.0",
57
57
  "@jmlweb/eslint-config-base": "2.0.6"
@@ -65,7 +65,7 @@
65
65
  "eslint": "^9.39.2",
66
66
  "eslint-config-prettier": "^10.1.8",
67
67
  "eslint-plugin-react": "^7.37.5",
68
- "eslint-plugin-react-hooks": "^5.1.0",
68
+ "eslint-plugin-react-hooks": "^7.0.1",
69
69
  "eslint-plugin-simple-import-sort": "^12.1.1",
70
70
  "tsup": "^8.5.1",
71
71
  "typescript": "^5.9.3",