@eslint-react/eslint-plugin 4.2.5-beta.0 → 5.0.0-beta.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/dist/index.js +1 -3
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -52,7 +52,6 @@ const rules$21 = {
52
52
  "@eslint-react/no-missing-key": "error",
53
53
  "@eslint-react/no-nested-component-definitions": "error",
54
54
  "@eslint-react/no-nested-lazy-component-declarations": "error",
55
- "@eslint-react/no-redundant-should-component-update": "error",
56
55
  "@eslint-react/no-set-state-in-component-did-mount": "warn",
57
56
  "@eslint-react/no-set-state-in-component-did-update": "warn",
58
57
  "@eslint-react/no-set-state-in-component-will-update": "warn",
@@ -108,7 +107,6 @@ const rules$20 = {
108
107
  "@eslint-react/no-misused-capture-owner-stack": "error",
109
108
  "@eslint-react/no-nested-component-definitions": "error",
110
109
  "@eslint-react/no-nested-lazy-component-declarations": "error",
111
- "@eslint-react/no-redundant-should-component-update": "error",
112
110
  "@eslint-react/no-set-state-in-component-did-mount": "warn",
113
111
  "@eslint-react/no-set-state-in-component-did-update": "warn",
114
112
  "@eslint-react/no-set-state-in-component-will-update": "warn",
@@ -453,7 +451,7 @@ const settings = { ...settings$1 };
453
451
  //#endregion
454
452
  //#region package.json
455
453
  var name = "@eslint-react/eslint-plugin";
456
- var version = "4.2.5-beta.0";
454
+ var version = "5.0.0-beta.0";
457
455
 
458
456
  //#endregion
459
457
  //#region src/utils/type-of.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "4.2.5-beta.0",
3
+ "version": "5.0.0-beta.0",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -47,13 +47,13 @@
47
47
  "@typescript-eslint/types": "^8.58.0",
48
48
  "@typescript-eslint/utils": "^8.58.0",
49
49
  "ts-api-utils": "^2.5.0",
50
- "@eslint-react/shared": "4.2.5-beta.0",
51
- "eslint-plugin-react-jsx": "4.2.5-beta.0",
52
- "eslint-plugin-react-rsc": "4.2.5-beta.0",
53
- "eslint-plugin-react-web-api": "4.2.5-beta.0",
54
- "eslint-plugin-react-dom": "4.2.5-beta.0",
55
- "eslint-plugin-react-naming-convention": "4.2.5-beta.0",
56
- "eslint-plugin-react-x": "4.2.5-beta.0"
50
+ "@eslint-react/shared": "5.0.0-beta.0",
51
+ "eslint-plugin-react-naming-convention": "5.0.0-beta.0",
52
+ "eslint-plugin-react-rsc": "5.0.0-beta.0",
53
+ "eslint-plugin-react-jsx": "5.0.0-beta.0",
54
+ "eslint-plugin-react-dom": "5.0.0-beta.0",
55
+ "eslint-plugin-react-web-api": "5.0.0-beta.0",
56
+ "eslint-plugin-react-x": "5.0.0-beta.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "tsdown": "^0.21.7",