@typescript-eslint/utils
Advanced tools
Comparing version
{ | ||
"name": "@typescript-eslint/utils", | ||
"version": "8.35.1", | ||
"version": "8.35.2-alpha.0", | ||
"description": "Utilities for working with TypeScript + ESLint together", | ||
@@ -56,3 +56,2 @@ "files": [ | ||
"scripts": { | ||
"//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", | ||
"build": "yarn run -BT nx build", | ||
@@ -67,5 +66,5 @@ "clean": "rimraf dist/ coverage/", | ||
"@eslint-community/eslint-utils": "^4.7.0", | ||
"@typescript-eslint/scope-manager": "8.35.1", | ||
"@typescript-eslint/types": "8.35.1", | ||
"@typescript-eslint/typescript-estree": "8.35.1" | ||
"@typescript-eslint/scope-manager": "8.35.2-alpha.0", | ||
"@typescript-eslint/types": "8.35.2-alpha.0", | ||
"@typescript-eslint/typescript-estree": "8.35.2-alpha.0" | ||
}, | ||
@@ -78,2 +77,3 @@ "peerDependencies": { | ||
"@vitest/coverage-v8": "^3.1.3", | ||
"eslint": "*", | ||
"rimraf": "*", | ||
@@ -93,5 +93,15 @@ "typescript": "*", | ||
"targets": { | ||
"lint": { | ||
"command": "eslint" | ||
}, | ||
"typecheck": { | ||
"outputs": [ | ||
"{workspaceRoot}/dist", | ||
"{projectRoot}/dist" | ||
] | ||
}, | ||
"test": { | ||
"dependsOn": [ | ||
"^build" | ||
"^build", | ||
"typecheck" | ||
] | ||
@@ -98,0 +108,0 @@ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
267666
0.05%30
7.14%71
2.9%4
100%5
25%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed