@eslint-react/jsx 1.5.31-next.0 → 1.5.31-next.2

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
@@ -110,7 +110,7 @@ declare const DEFAULT_JSX_VALUE_HINT: bigint;
110
110
  * @param hint The `JSXValueHint` to use
111
111
  * @returns boolean
112
112
  */
113
- declare function isJSXValue(node: TSESTree$1.Node | null | undefined, context: RuleContext, hint?: bigint): boolean;
113
+ declare function isJSXValue(node: null | TSESTree$1.Node | undefined, context: RuleContext, hint?: bigint): boolean;
114
114
 
115
115
  /**
116
116
  * Check if a node is a Literal or JSXText
package/dist/index.d.ts CHANGED
@@ -110,7 +110,7 @@ declare const DEFAULT_JSX_VALUE_HINT: bigint;
110
110
  * @param hint The `JSXValueHint` to use
111
111
  * @returns boolean
112
112
  */
113
- declare function isJSXValue(node: TSESTree$1.Node | null | undefined, context: RuleContext, hint?: bigint): boolean;
113
+ declare function isJSXValue(node: null | TSESTree$1.Node | undefined, context: RuleContext, hint?: bigint): boolean;
114
114
 
115
115
  /**
116
116
  * Check if a node is a Literal or JSXText
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "1.5.31-next.0",
3
+ "version": "1.5.31-next.2",
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,13 +35,13 @@
35
35
  "./package.json"
36
36
  ],
37
37
  "dependencies": {
38
- "@typescript-eslint/scope-manager": "^7.16.1",
39
- "@typescript-eslint/types": "^7.16.1",
40
- "@typescript-eslint/utils": "^7.16.1",
41
- "@eslint-react/ast": "1.5.31-next.0",
42
- "@eslint-react/types": "1.5.31-next.0",
43
- "@eslint-react/var": "1.5.31-next.0",
44
- "@eslint-react/tools": "1.5.31-next.0"
38
+ "@typescript-eslint/scope-manager": "^7.17.0",
39
+ "@typescript-eslint/types": "^7.17.0",
40
+ "@typescript-eslint/utils": "^7.17.0",
41
+ "@eslint-react/ast": "1.5.31-next.2",
42
+ "@eslint-react/tools": "1.5.31-next.2",
43
+ "@eslint-react/var": "1.5.31-next.2",
44
+ "@eslint-react/types": "1.5.31-next.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "ts-pattern": "5.2.0",