@eslint-react/core 5.8.16 → 5.8.18

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/dist/index.d.ts +1 -1
  3. package/package.json +14 -14
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Rel1cx
3
+ Copyright (c) 2023 Rel1cx and Other Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.d.ts CHANGED
@@ -304,7 +304,7 @@ type FunctionSemanticNode = ClientFunctionSemanticNode | ServerFunctionSemanticN
304
304
  * @param node - The function node to analyze.
305
305
  * @returns The identifier node if found, `null` otherwise.
306
306
  */
307
- declare function getFunctionId(node: TSESTree.Expression | TSESTreeFunction): TSESTree.ArrayExpression | TSESTree.ArrayPattern | TSESTree.ArrowFunctionExpression | TSESTree.AssignmentExpression | TSESTree.AwaitExpression | TSESTree.PrivateInExpression | TSESTree.SymmetricBinaryExpression | TSESTree.CallExpression | TSESTree.ChainExpression | TSESTree.ClassExpression | TSESTree.ConditionalExpression | TSESTree.FunctionExpression | TSESTree.Identifier | TSESTree.ImportExpression | TSESTree.JSXElement | TSESTree.JSXFragment | TSESTree.BigIntLiteral | TSESTree.BooleanLiteral | TSESTree.NullLiteral | TSESTree.NumberLiteral | TSESTree.RegExpLiteral | TSESTree.StringLiteral | TSESTree.LogicalExpression | TSESTree.MemberExpressionComputedName | TSESTree.MemberExpressionNonComputedName | TSESTree.MetaProperty | TSESTree.NewExpression | TSESTree.ObjectExpression | TSESTree.ObjectPattern | TSESTree.PrivateIdentifier | TSESTree.SequenceExpression | TSESTree.Super | TSESTree.TaggedTemplateExpression | TSESTree.TemplateLiteral | TSESTree.ThisExpression | TSESTree.TSAsExpression | TSESTree.TSInstantiationExpression | TSESTree.TSNonNullExpression | TSESTree.TSSatisfiesExpression | TSESTree.TSTypeAssertion | TSESTree.UnaryExpressionBitwiseNot | TSESTree.UnaryExpressionDelete | TSESTree.UnaryExpressionMinus | TSESTree.UnaryExpressionNot | TSESTree.UnaryExpressionPlus | TSESTree.UnaryExpressionTypeof | TSESTree.UnaryExpressionVoid | TSESTree.UpdateExpression | TSESTree.YieldExpression | null;
307
+ declare function getFunctionId(node: TSESTree.Expression | TSESTreeFunction): TSESTree.ArrayExpression | TSESTree.ArrayPattern | TSESTree.ArrowFunctionExpression | TSESTree.AssignmentExpression | TSESTree.AwaitExpression | TSESTree.PrivateInExpression | TSESTree.SymmetricBinaryExpression | TSESTree.CallExpression | TSESTree.ChainExpression | TSESTree.ClassExpression | TSESTree.ConditionalExpression | TSESTree.FunctionExpression | TSESTree.Identifier | TSESTree.ImportExpression | TSESTree.JSXElement | TSESTree.JSXFragment | TSESTree.BigIntLiteral | TSESTree.BooleanLiteral | TSESTree.NullLiteral | TSESTree.NumberLiteral | TSESTree.RegExpLiteral | TSESTree.StringLiteral | TSESTree.TemplateLiteral | TSESTree.LogicalExpression | TSESTree.MemberExpressionComputedName | TSESTree.MemberExpressionNonComputedName | TSESTree.MetaProperty | TSESTree.NewExpression | TSESTree.ObjectExpression | TSESTree.ObjectPattern | TSESTree.SequenceExpression | TSESTree.Super | TSESTree.TaggedTemplateExpression | TSESTree.ThisExpression | TSESTree.TSAsExpression | TSESTree.TSInstantiationExpression | TSESTree.TSNonNullExpression | TSESTree.TSSatisfiesExpression | TSESTree.TSTypeAssertion | TSESTree.UnaryExpressionBitwiseNot | TSESTree.UnaryExpressionDelete | TSESTree.UnaryExpressionMinus | TSESTree.UnaryExpressionNot | TSESTree.UnaryExpressionPlus | TSESTree.UnaryExpressionTypeof | TSESTree.UnaryExpressionVoid | TSESTree.UpdateExpression | TSESTree.YieldExpression | TSESTree.PrivateIdentifier | null;
308
308
  /**
309
309
  * Identifies the initialization path of a function node in the AST.
310
310
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/core",
3
- "version": "5.8.16",
3
+ "version": "5.8.18",
4
4
  "description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -29,28 +29,28 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@typescript-eslint/scope-manager": "^8.60.1",
33
- "@typescript-eslint/types": "^8.60.1",
34
- "@typescript-eslint/utils": "^8.60.1",
32
+ "@typescript-eslint/scope-manager": "^8.61.0",
33
+ "@typescript-eslint/types": "^8.61.0",
34
+ "@typescript-eslint/utils": "^8.61.0",
35
35
  "ts-pattern": "^5.9.0",
36
- "@eslint-react/eslint": "5.8.16",
37
- "@eslint-react/ast": "5.8.16",
38
- "@eslint-react/jsx": "5.8.16",
39
- "@eslint-react/shared": "5.8.16",
40
- "@eslint-react/var": "5.8.16"
36
+ "@eslint-react/ast": "5.8.18",
37
+ "@eslint-react/eslint": "5.8.18",
38
+ "@eslint-react/jsx": "5.8.18",
39
+ "@eslint-react/shared": "5.8.18",
40
+ "@eslint-react/var": "5.8.18"
41
41
  },
42
42
  "devDependencies": {
43
- "@typescript-eslint/parser": "^8.60.1",
44
- "@typescript-eslint/typescript-estree": "^8.60.1",
43
+ "@typescript-eslint/parser": "^8.61.0",
44
+ "@typescript-eslint/typescript-estree": "^8.61.0",
45
45
  "eslint": "^10.4.1",
46
46
  "tsdown": "^0.22.2",
47
47
  "typescript": "6.0.3",
48
48
  "vitest": "^4.1.8",
49
- "@local/configs": "0.0.0",
50
- "@local/eff": "0.0.0"
49
+ "@local/eff": "0.0.0",
50
+ "@local/configs": "0.0.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "eslint": "^10.3.0",
53
+ "eslint": "*",
54
54
  "typescript": "*"
55
55
  },
56
56
  "engines": {