eslint-plugin-react-x 3.0.0-next.34 → 3.0.0-next.37

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 +6 -6
package/dist/index.js CHANGED
@@ -68,7 +68,7 @@ const rules$7 = {
68
68
  //#endregion
69
69
  //#region package.json
70
70
  var name$6 = "eslint-plugin-react-x";
71
- var version = "3.0.0-next.34";
71
+ var version = "3.0.0-next.37";
72
72
 
73
73
  //#endregion
74
74
  //#region src/utils/create-rule.ts
@@ -4447,7 +4447,7 @@ function create$5(context) {
4447
4447
  }
4448
4448
 
4449
4449
  //#endregion
4450
- //#region src/rules/rules-of-hooks/code-path-analyzer.ts
4450
+ //#region src/rules/rules-of-hooks/lib.ts
4451
4451
  function assert(cond, message) {
4452
4452
  if (!cond) throw new Error(message ?? "Assertion violated.");
4453
4453
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "3.0.0-next.34",
3
+ "version": "3.0.0-next.37",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -45,11 +45,11 @@
45
45
  "string-ts": "^2.3.1",
46
46
  "ts-api-utils": "^2.4.0",
47
47
  "ts-pattern": "^5.9.0",
48
- "@eslint-react/ast": "3.0.0-next.34",
49
- "@eslint-react/core": "3.0.0-next.34",
50
- "@eslint-react/var": "3.0.0-next.34",
51
- "@eslint-react/shared": "3.0.0-next.34",
52
- "@eslint-react/eff": "3.0.0-next.34"
48
+ "@eslint-react/core": "3.0.0-next.37",
49
+ "@eslint-react/eff": "3.0.0-next.37",
50
+ "@eslint-react/ast": "3.0.0-next.37",
51
+ "@eslint-react/var": "3.0.0-next.37",
52
+ "@eslint-react/shared": "3.0.0-next.37"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/react": "^19.2.14",