@eslint-react/jsx 1.26.3-next.1 → 1.26.3-next.10

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.mts CHANGED
@@ -66,7 +66,7 @@ declare const JSXValueHint: {
66
66
  };
67
67
  declare const DEFAULT_JSX_VALUE_HINT: bigint;
68
68
  /**
69
- * Heruistic decision to determine if a node is a JSX value
69
+ * Heuristic decision to determine if a node is a JSX value
70
70
  * @param node The AST node to check
71
71
  * @param jsxCtx The requirements for the check
72
72
  * @param jsxCtx.getScope The function to get the scope of a node
package/dist/index.d.ts CHANGED
@@ -66,7 +66,7 @@ declare const JSXValueHint: {
66
66
  };
67
67
  declare const DEFAULT_JSX_VALUE_HINT: bigint;
68
68
  /**
69
- * Heruistic decision to determine if a node is a JSX value
69
+ * Heuristic decision to determine if a node is a JSX value
70
70
  * @param node The AST node to check
71
71
  * @param jsxCtx The requirements for the check
72
72
  * @param jsxCtx.getScope The function to get the scope of a node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "1.26.3-next.1",
3
+ "version": "1.26.3-next.10",
4
4
  "description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -35,17 +35,17 @@
35
35
  "./package.json"
36
36
  ],
37
37
  "dependencies": {
38
- "@typescript-eslint/scope-manager": "^8.23.0",
39
- "@typescript-eslint/types": "^8.23.0",
40
- "@typescript-eslint/utils": "^8.23.0",
38
+ "@typescript-eslint/scope-manager": "^8.24.0",
39
+ "@typescript-eslint/types": "^8.24.0",
40
+ "@typescript-eslint/utils": "^8.24.0",
41
41
  "ts-pattern": "^5.6.2",
42
- "@eslint-react/ast": "1.26.3-next.1",
43
- "@eslint-react/var": "1.26.3-next.1",
44
- "@eslint-react/eff": "1.26.3-next.1"
42
+ "@eslint-react/ast": "1.26.3-next.10",
43
+ "@eslint-react/eff": "1.26.3-next.10",
44
+ "@eslint-react/var": "1.26.3-next.10"
45
45
  },
46
46
  "devDependencies": {
47
47
  "tsup": "^8.3.6",
48
- "@workspace/configs": "0.0.0"
48
+ "@local/configs": "0.0.0"
49
49
  },
50
50
  "engines": {
51
51
  "bun": ">=1.0.15",