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

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 +8 -15
  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.76";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
@@ -76,9 +76,6 @@ const rules$17 = {
76
76
  "@eslint-react/exhaustive-deps": "warn",
77
77
  "@eslint-react/jsx-key-before-spread": "warn",
78
78
  "@eslint-react/jsx-no-comment-textnodes": "warn",
79
- "@eslint-react/jsx-no-duplicate-props": "warn",
80
- "@eslint-react/jsx-uses-react": "warn",
81
- "@eslint-react/jsx-uses-vars": "warn",
82
79
  "@eslint-react/no-access-state-in-setstate": "error",
83
80
  "@eslint-react/no-array-index-key": "warn",
84
81
  "@eslint-react/no-children-count": "warn",
@@ -135,11 +132,8 @@ const rules$16 = {
135
132
  "@eslint-react/jsx-dollar": "warn",
136
133
  "@eslint-react/jsx-key-before-spread": "warn",
137
134
  "@eslint-react/jsx-no-comment-textnodes": "warn",
138
- "@eslint-react/jsx-no-duplicate-props": "warn",
139
135
  "@eslint-react/jsx-shorthand-boolean": "warn",
140
136
  "@eslint-react/jsx-shorthand-fragment": "warn",
141
- "@eslint-react/jsx-uses-react": "warn",
142
- "@eslint-react/jsx-uses-vars": "warn",
143
137
  "@eslint-react/no-access-state-in-setstate": "error",
144
138
  "@eslint-react/no-array-index-key": "warn",
145
139
  "@eslint-react/no-children-count": "warn",
@@ -261,17 +255,19 @@ var disable_experimental_exports = /* @__PURE__ */ __exportAll({
261
255
  });
262
256
  const name$11 = "@eslint-react/disable-experimental";
263
257
  const rules$12 = {
264
- "@eslint-react/exhaustive-deps": "off",
258
+ "@eslint-react/immutability": "off",
265
259
  "@eslint-react/jsx-key-before-spread": "off",
266
260
  "@eslint-react/no-duplicate-key": "off",
261
+ "@eslint-react/no-implicit-children": "off",
267
262
  "@eslint-react/no-implicit-key": "off",
263
+ "@eslint-react/no-implicit-ref": "off",
268
264
  "@eslint-react/no-misused-capture-owner-stack": "off",
269
265
  "@eslint-react/no-unnecessary-use-callback": "off",
270
266
  "@eslint-react/no-unnecessary-use-memo": "off",
271
267
  "@eslint-react/no-unused-props": "off",
272
268
  "@eslint-react/refs": "off",
273
- "@eslint-react/rules-of-hooks": "off",
274
269
  "@eslint-react/set-state-in-render": "off",
270
+ "@eslint-react/unstable-rules-of-props": "off",
275
271
  "@eslint-react/rsc/function-definition": "off"
276
272
  };
277
273
 
@@ -292,7 +288,9 @@ var disable_type_checked_exports = /* @__PURE__ */ __exportAll({
292
288
  });
293
289
  const name$9 = "@eslint-react/disable-type-checked";
294
290
  const rules$10 = {
291
+ "@eslint-react/no-implicit-children": "off",
295
292
  "@eslint-react/no-implicit-key": "off",
293
+ "@eslint-react/no-implicit-ref": "off",
296
294
  "@eslint-react/no-leaked-conditional-rendering": "off",
297
295
  "@eslint-react/no-unused-props": "off"
298
296
  };
@@ -371,10 +369,7 @@ const settings$5 = { ...settings$8 };
371
369
  */
372
370
  const rules$5 = {
373
371
  "@eslint-react/dom/no-string-style-prop": "off",
374
- "@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"
372
+ "@eslint-react/dom/no-unknown-property": "off"
378
373
  };
379
374
 
380
375
  //#endregion
@@ -404,7 +399,6 @@ var recommended_type_checked_exports = /* @__PURE__ */ __exportAll({
404
399
  const name$3 = "@eslint-react/recommended-type-checked";
405
400
  const rules$3 = {
406
401
  ...rules$4,
407
- "@eslint-react/no-implicit-key": "error",
408
402
  "@eslint-react/no-leaked-conditional-rendering": "error"
409
403
  };
410
404
  const plugins$3 = { ...plugins$4 };
@@ -465,7 +459,6 @@ var strict_type_checked_exports = /* @__PURE__ */ __exportAll({
465
459
  const name = "@eslint-react/strict-type-checked";
466
460
  const rules = {
467
461
  ...rules$1,
468
- "@eslint-react/no-implicit-key": "error",
469
462
  "@eslint-react/no-leaked-conditional-rendering": "error",
470
463
  "@eslint-react/no-unused-props": "warn"
471
464
  };
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.76",
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.76",
50
+ "@local/eff": "3.0.0-beta.72",
51
+ "eslint-plugin-react-dom": "3.0.0-next.76",
52
+ "eslint-plugin-react-naming-convention": "3.0.0-next.76",
53
+ "eslint-plugin-react-rsc": "3.0.0-next.76",
54
+ "eslint-plugin-react-x": "3.0.0-next.76",
55
+ "eslint-plugin-react-web-api": "3.0.0-next.76"
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"