@typescript-eslint/utils
Advanced tools
Comparing version 8.2.1-alpha.10 to 8.2.1-alpha.11
@@ -13,4 +13,4 @@ import type { Parser as ParserType } from './Parser'; | ||
type RulesRecord = Partial<Record<string, RuleEntry>>; | ||
type GlobalVariableOptionBase = 'off' | 'readable' | 'readonly' | /** @deprecated use `'writable'` */ 'writable' | /** @deprecated use `'readonly'` */ 'writeable'; | ||
type GlobalVariableOptionBoolean = /** @deprecated use `'writable'` */ false | /** @deprecated use `'readonly'` */ true; | ||
type GlobalVariableOptionBase = 'off' | /** @deprecated use `'readonly'` */ 'readable' | 'readonly' | 'writable' | /** @deprecated use `'writable'` */ 'writeable'; | ||
type GlobalVariableOptionBoolean = /** @deprecated use `'readonly'` */ false | /** @deprecated use `'writable'` */ true; | ||
type GlobalVariableOption = GlobalVariableOptionBase | GlobalVariableOptionBoolean; | ||
@@ -17,0 +17,0 @@ interface GlobalsConfig { |
{ | ||
"name": "@typescript-eslint/utils", | ||
"version": "8.2.1-alpha.10", | ||
"version": "8.2.1-alpha.11", | ||
"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.2.1-alpha.10", | ||
"@typescript-eslint/types": "8.2.1-alpha.10", | ||
"@typescript-eslint/typescript-estree": "8.2.1-alpha.10" | ||
"@typescript-eslint/scope-manager": "8.2.1-alpha.11", | ||
"@typescript-eslint/types": "8.2.1-alpha.11", | ||
"@typescript-eslint/typescript-estree": "8.2.1-alpha.11" | ||
}, | ||
@@ -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
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
+ Added@typescript-eslint/scope-manager@8.2.1-alpha.11(transitive)
+ Added@typescript-eslint/types@8.2.1-alpha.11(transitive)
+ Added@typescript-eslint/typescript-estree@8.2.1-alpha.11(transitive)
+ Added@typescript-eslint/visitor-keys@8.2.1-alpha.11(transitive)
- Removed@typescript-eslint/scope-manager@8.2.1-alpha.10(transitive)
- Removed@typescript-eslint/types@8.2.1-alpha.10(transitive)
- Removed@typescript-eslint/typescript-estree@8.2.1-alpha.10(transitive)
- Removed@typescript-eslint/visitor-keys@8.2.1-alpha.10(transitive)