@typescript-eslint/utils
Advanced tools
Comparing version 8.6.0 to 8.6.1-alpha.0
@@ -325,3 +325,2 @@ import type { JSONSchema4 } from '../json-schema'; | ||
AwaitExpression?: RuleFunction<TSESTree.AwaitExpression>; | ||
BigIntLiteral?: RuleFunction<TSESTree.BigIntLiteral>; | ||
BinaryExpression?: RuleFunction<TSESTree.BinaryExpression>; | ||
@@ -354,2 +353,3 @@ BlockStatement?: RuleFunction<TSESTree.BlockStatement>; | ||
IfStatement?: RuleFunction<TSESTree.IfStatement>; | ||
ImportAttribute?: RuleFunction<TSESTree.ImportAttribute>; | ||
ImportDeclaration?: RuleFunction<TSESTree.ImportDeclaration>; | ||
@@ -369,2 +369,3 @@ ImportDefaultSpecifier?: RuleFunction<TSESTree.ImportDefaultSpecifier>; | ||
JSXMemberExpression?: RuleFunction<TSESTree.JSXMemberExpression>; | ||
JSXNamespacedName?: RuleFunction<TSESTree.JSXNamespacedName>; | ||
JSXOpeningElement?: RuleFunction<TSESTree.JSXOpeningElement>; | ||
@@ -384,2 +385,3 @@ JSXOpeningFragment?: RuleFunction<TSESTree.JSXOpeningFragment>; | ||
ObjectPattern?: RuleFunction<TSESTree.ObjectPattern>; | ||
PrivateIdentifier?: RuleFunction<TSESTree.PrivateIdentifier>; | ||
Program?: RuleFunction<TSESTree.Program>; | ||
@@ -392,2 +394,3 @@ Property?: RuleFunction<TSESTree.Property>; | ||
SpreadElement?: RuleFunction<TSESTree.SpreadElement>; | ||
StaticBlock?: RuleFunction<TSESTree.StaticBlock>; | ||
Super?: RuleFunction<TSESTree.Super>; | ||
@@ -402,2 +405,3 @@ SwitchCase?: RuleFunction<TSESTree.SwitchCase>; | ||
TryStatement?: RuleFunction<TSESTree.TryStatement>; | ||
TSAbstractAccessorProperty?: RuleFunction<TSESTree.TSAbstractAccessorProperty>; | ||
TSAbstractKeyword?: RuleFunction<TSESTree.TSAbstractKeyword>; | ||
@@ -420,2 +424,3 @@ TSAbstractMethodDefinition?: RuleFunction<TSESTree.TSAbstractMethodDefinition>; | ||
TSEmptyBodyFunctionExpression?: RuleFunction<TSESTree.TSEmptyBodyFunctionExpression>; | ||
TSEnumBody?: RuleFunction<TSESTree.TSEnumBody>; | ||
TSEnumDeclaration?: RuleFunction<TSESTree.TSEnumDeclaration>; | ||
@@ -432,2 +437,3 @@ TSEnumMember?: RuleFunction<TSESTree.TSEnumMember>; | ||
TSInferType?: RuleFunction<TSESTree.TSInferType>; | ||
TSInstantiationExpression?: RuleFunction<TSESTree.TSInstantiationExpression>; | ||
TSInterfaceBody?: RuleFunction<TSESTree.TSInterfaceBody>; | ||
@@ -437,2 +443,3 @@ TSInterfaceDeclaration?: RuleFunction<TSESTree.TSInterfaceDeclaration>; | ||
TSIntersectionType?: RuleFunction<TSESTree.TSIntersectionType>; | ||
TSIntrinsicKeyword?: RuleFunction<TSESTree.TSIntrinsicKeyword>; | ||
TSLiteralType?: RuleFunction<TSESTree.TSLiteralType>; | ||
@@ -443,2 +450,3 @@ TSMappedType?: RuleFunction<TSESTree.TSMappedType>; | ||
TSModuleDeclaration?: RuleFunction<TSESTree.TSModuleDeclaration>; | ||
TSNamedTupleMember?: RuleFunction<TSESTree.TSNamedTupleMember>; | ||
TSNamespaceExportDeclaration?: RuleFunction<TSESTree.TSNamespaceExportDeclaration>; | ||
@@ -463,2 +471,3 @@ TSNeverKeyword?: RuleFunction<TSESTree.TSNeverKeyword>; | ||
TSSymbolKeyword?: RuleFunction<TSESTree.TSSymbolKeyword>; | ||
TSTemplateLiteralType?: RuleFunction<TSESTree.TSTemplateLiteralType>; | ||
TSThisType?: RuleFunction<TSESTree.TSThisType>; | ||
@@ -465,0 +474,0 @@ TSTupleType?: RuleFunction<TSESTree.TSTupleType>; |
{ | ||
"name": "@typescript-eslint/utils", | ||
"version": "8.6.0", | ||
"version": "8.6.1-alpha.0", | ||
"description": "Utilities for working with TypeScript + ESLint together", | ||
@@ -67,5 +67,5 @@ "files": [ | ||
"@eslint-community/eslint-utils": "^4.4.0", | ||
"@typescript-eslint/scope-manager": "8.6.0", | ||
"@typescript-eslint/types": "8.6.0", | ||
"@typescript-eslint/typescript-estree": "8.6.0" | ||
"@typescript-eslint/scope-manager": "8.6.1-alpha.0", | ||
"@typescript-eslint/types": "8.6.1-alpha.0", | ||
"@typescript-eslint/typescript-estree": "8.6.1-alpha.0" | ||
}, | ||
@@ -72,0 +72,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
283018
4186
1
+ Added@typescript-eslint/scope-manager@8.6.1-alpha.0(transitive)
+ Added@typescript-eslint/types@8.6.1-alpha.0(transitive)
+ Added@typescript-eslint/typescript-estree@8.6.1-alpha.0(transitive)
+ Added@typescript-eslint/visitor-keys@8.6.1-alpha.0(transitive)
- Removed@typescript-eslint/scope-manager@8.6.0(transitive)
- Removed@typescript-eslint/types@8.6.0(transitive)
- Removed@typescript-eslint/typescript-estree@8.6.0(transitive)
- Removed@typescript-eslint/visitor-keys@8.6.0(transitive)