@eslint-react/eslint-plugin 3.0.0-next.71 → 3.0.0-next.74

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +2 -8
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -63,8 +63,8 @@
63
63
  > [!NOTE]\
64
64
  > ESLint React requires the following minimum versions:
65
65
  >
66
- > - Node.js: 20.19.0
67
- > - ESLint: 9.36.0
66
+ > - Node.js: 22.0.0
67
+ > - ESLint: 10.0.0
68
68
  > - TypeScript: 5.0.0
69
69
 
70
70
  ### Install
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ var __exportAll = (all, no_symbols) => {
24
24
  //#endregion
25
25
  //#region package.json
26
26
  var name$19 = "@eslint-react/eslint-plugin";
27
- var version = "3.0.0-next.71";
27
+ var version = "3.0.0-next.74";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
@@ -77,8 +77,6 @@ const rules$17 = {
77
77
  "@eslint-react/jsx-key-before-spread": "warn",
78
78
  "@eslint-react/jsx-no-comment-textnodes": "warn",
79
79
  "@eslint-react/jsx-no-duplicate-props": "warn",
80
- "@eslint-react/jsx-uses-react": "warn",
81
- "@eslint-react/jsx-uses-vars": "warn",
82
80
  "@eslint-react/no-access-state-in-setstate": "error",
83
81
  "@eslint-react/no-array-index-key": "warn",
84
82
  "@eslint-react/no-children-count": "warn",
@@ -138,8 +136,6 @@ const rules$16 = {
138
136
  "@eslint-react/jsx-no-duplicate-props": "warn",
139
137
  "@eslint-react/jsx-shorthand-boolean": "warn",
140
138
  "@eslint-react/jsx-shorthand-fragment": "warn",
141
- "@eslint-react/jsx-uses-react": "warn",
142
- "@eslint-react/jsx-uses-vars": "warn",
143
139
  "@eslint-react/no-access-state-in-setstate": "error",
144
140
  "@eslint-react/no-array-index-key": "warn",
145
141
  "@eslint-react/no-children-count": "warn",
@@ -372,9 +368,7 @@ const settings$5 = { ...settings$8 };
372
368
  const rules$5 = {
373
369
  "@eslint-react/dom/no-string-style-prop": "off",
374
370
  "@eslint-react/dom/no-unknown-property": "off",
375
- "@eslint-react/jsx-no-duplicate-props": "off",
376
- "@eslint-react/jsx-uses-react": "off",
377
- "@eslint-react/jsx-uses-vars": "off"
371
+ "@eslint-react/jsx-no-duplicate-props": "off"
378
372
  };
379
373
 
380
374
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "3.0.0-next.71",
3
+ "version": "3.0.0-next.74",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,21 +46,21 @@
46
46
  "@typescript-eslint/types": "canary",
47
47
  "@typescript-eslint/utils": "canary",
48
48
  "ts-api-utils": "^2.4.0",
49
- "@eslint-react/eff": "3.0.0-next.71",
50
- "@eslint-react/shared": "3.0.0-next.71",
51
- "eslint-plugin-react-naming-convention": "3.0.0-next.71",
52
- "eslint-plugin-react-rsc": "3.0.0-next.71",
53
- "eslint-plugin-react-web-api": "3.0.0-next.71",
54
- "eslint-plugin-react-dom": "3.0.0-next.71",
55
- "eslint-plugin-react-x": "3.0.0-next.71"
49
+ "@eslint-react/shared": "3.0.0-next.74",
50
+ "@local/eff": "3.0.0-beta.72",
51
+ "eslint-plugin-react-naming-convention": "3.0.0-next.74",
52
+ "eslint-plugin-react-dom": "3.0.0-next.74",
53
+ "eslint-plugin-react-rsc": "3.0.0-next.74",
54
+ "eslint-plugin-react-web-api": "3.0.0-next.74",
55
+ "eslint-plugin-react-x": "3.0.0-next.74"
56
56
  },
57
57
  "devDependencies": {
58
58
  "tsdown": "^0.21.0-beta.2",
59
59
  "@local/configs": "0.0.0"
60
60
  },
61
61
  "peerDependencies": {
62
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
63
- "typescript": ">=4.8.4 <6.0.0"
62
+ "eslint": "^10.0.0",
63
+ "typescript": "*"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=22.0.0"