@open-turo/eslint-config-react 7.1.2 → 8.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.
@@ -1,4 +1,4 @@
1
- # Breaking changes in v6
1
+ # Breaking changes in v7
2
2
 
3
3
  This preset now uses the standard config from `@open-turo/eslint-config-typescript`. There is now a `legacy` preset that
4
4
  extends `@open-turo/eslint-config-typescript/legacy`.
@@ -0,0 +1,3 @@
1
+ # Breaking changes in v8
2
+
3
+ - Major version upgrade of `eslint-plugin-react-hook` may result in new errors.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@open-turo/eslint-config-typescript": "9.0.21",
6
6
  "eslint-plugin-jsx-a11y": "6.10.2",
7
7
  "eslint-plugin-react": "7.37.2",
8
- "eslint-plugin-react-hooks": "4.6.2"
8
+ "eslint-plugin-react-hooks": "5.0.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "eslint": "8.57.1",
@@ -31,5 +31,6 @@
31
31
  "access": "public"
32
32
  },
33
33
  "repository": "https://github.com/open-turo/eslint-config-react",
34
- "version": "7.1.2"
34
+ "version": "8.0.0",
35
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
35
36
  }