eslint-plugin-react-x 2.4.0-next.7 → 2.4.0-next.9

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 +2 -2
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ var __export = (all, symbols) => {
34
34
  //#endregion
35
35
  //#region package.json
36
36
  var name$6 = "eslint-plugin-react-x";
37
- var version = "2.4.0-next.7";
37
+ var version = "2.4.0-next.9";
38
38
 
39
39
  //#endregion
40
40
  //#region src/utils/create-rule.ts
@@ -3601,7 +3601,7 @@ var no_forbidden_props_default = createRule({
3601
3601
  defaultOptions
3602
3602
  });
3603
3603
  function create(context, [option]) {
3604
- const { forbid = [{ prop: "/_/" }] } = option;
3604
+ const { forbid } = option;
3605
3605
  return { JSXOpeningElement(node) {
3606
3606
  let nodeName = null;
3607
3607
  if (node.name.type === AST_NODE_TYPES.JSXIdentifier) nodeName = node.name.name;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "2.4.0-next.7",
3
+ "version": "2.4.0-next.9",
4
4
  "description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -37,20 +37,20 @@
37
37
  "./package.json"
38
38
  ],
39
39
  "dependencies": {
40
- "@typescript-eslint/scope-manager": "^8.49.0",
41
- "@typescript-eslint/type-utils": "^8.49.0",
42
- "@typescript-eslint/types": "^8.49.0",
43
- "@typescript-eslint/utils": "^8.49.0",
40
+ "@typescript-eslint/scope-manager": "^8.50.0",
41
+ "@typescript-eslint/type-utils": "^8.50.0",
42
+ "@typescript-eslint/types": "^8.50.0",
43
+ "@typescript-eslint/utils": "^8.50.0",
44
44
  "compare-versions": "^6.1.1",
45
45
  "is-immutable-type": "^5.0.1",
46
46
  "string-ts": "^2.3.1",
47
47
  "ts-api-utils": "^2.1.0",
48
48
  "ts-pattern": "^5.9.0",
49
- "@eslint-react/ast": "2.4.0-next.7",
50
- "@eslint-react/core": "2.4.0-next.7",
51
- "@eslint-react/eff": "2.4.0-next.7",
52
- "@eslint-react/shared": "2.4.0-next.7",
53
- "@eslint-react/var": "2.4.0-next.7"
49
+ "@eslint-react/ast": "2.4.0-next.9",
50
+ "@eslint-react/eff": "2.4.0-next.9",
51
+ "@eslint-react/shared": "2.4.0-next.9",
52
+ "@eslint-react/var": "2.4.0-next.9",
53
+ "@eslint-react/core": "2.4.0-next.9"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19.2.7",