@eslint-react/eslint-plugin 2.0.0-next.133 → 2.0.0-next.136

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.
package/dist/index.d.ts CHANGED
@@ -1621,6 +1621,7 @@ declare namespace recommendedConfig {
1621
1621
  declare const name$2 = "@eslint-react/recommended-type-checked";
1622
1622
  declare const rules$2: {
1623
1623
  readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
1624
+ readonly "@eslint-react/no-unused-props": "warn";
1624
1625
  readonly "@eslint-react/dom/no-string-style-prop": "off";
1625
1626
  readonly "@eslint-react/dom/no-unknown-property": "off";
1626
1627
  readonly "@eslint-react/jsx-no-duplicate-props": "off";
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "2.0.0-next.133";
17
+ var version = "2.0.0-next.136";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -446,7 +446,8 @@ var settings6 = {
446
446
  var name14 = "@eslint-react/recommended-type-checked";
447
447
  var rules14 = {
448
448
  ...rules13,
449
- "@eslint-react/no-leaked-conditional-rendering": "warn"
449
+ "@eslint-react/no-leaked-conditional-rendering": "warn",
450
+ "@eslint-react/no-unused-props": "warn"
450
451
  // "@eslint-react/prefer-read-only-props": "warn",
451
452
  };
452
453
  var plugins8 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.0.0-next.133",
3
+ "version": "2.0.0-next.136",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -37,19 +37,19 @@
37
37
  "./package.json"
38
38
  ],
39
39
  "dependencies": {
40
- "@typescript-eslint/scope-manager": "^8.39.1",
41
- "@typescript-eslint/type-utils": "^8.39.1",
42
- "@typescript-eslint/types": "^8.39.1",
43
- "@typescript-eslint/utils": "^8.39.1",
44
- "@eslint-react/eff": "2.0.0-next.133",
45
- "@eslint-react/kit": "2.0.0-next.133",
46
- "eslint-plugin-react-dom": "2.0.0-next.133",
47
- "eslint-plugin-react-hooks-extra": "2.0.0-next.133",
48
- "eslint-plugin-react-debug": "2.0.0-next.133",
49
- "eslint-plugin-react-naming-convention": "2.0.0-next.133",
50
- "eslint-plugin-react-web-api": "2.0.0-next.133",
51
- "eslint-plugin-react-x": "2.0.0-next.133",
52
- "@eslint-react/shared": "2.0.0-next.133"
40
+ "@typescript-eslint/scope-manager": "^8.40.0",
41
+ "@typescript-eslint/type-utils": "^8.40.0",
42
+ "@typescript-eslint/types": "^8.40.0",
43
+ "@typescript-eslint/utils": "^8.40.0",
44
+ "@eslint-react/eff": "2.0.0-next.136",
45
+ "@eslint-react/kit": "2.0.0-next.136",
46
+ "eslint-plugin-react-debug": "2.0.0-next.136",
47
+ "eslint-plugin-react-hooks-extra": "2.0.0-next.136",
48
+ "eslint-plugin-react-naming-convention": "2.0.0-next.136",
49
+ "eslint-plugin-react-dom": "2.0.0-next.136",
50
+ "eslint-plugin-react-web-api": "2.0.0-next.136",
51
+ "@eslint-react/shared": "2.0.0-next.136",
52
+ "eslint-plugin-react-x": "2.0.0-next.136"
53
53
  },
54
54
  "devDependencies": {
55
55
  "tsup": "^8.5.0",