@typescript-eslint/utils
Advanced tools
Comparing version
{ | ||
"name": "@typescript-eslint/utils", | ||
"version": "8.32.2-alpha.7", | ||
"version": "8.32.2-alpha.8", | ||
"description": "Utilities for working with TypeScript + ESLint together", | ||
@@ -57,14 +57,13 @@ "files": [ | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "tsc -b tsconfig.build.json --clean", | ||
"postclean": "rimraf dist/ coverage/", | ||
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore", | ||
"lint": "npx nx lint", | ||
"clean": "rimraf dist/ coverage/", | ||
"format": "yarn run -T format", | ||
"lint": "yarn run -BT nx lint", | ||
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts", | ||
"check-types": "npx nx typecheck" | ||
"check-types": "yarn run -BT nx typecheck" | ||
}, | ||
"dependencies": { | ||
"@eslint-community/eslint-utils": "^4.7.0", | ||
"@typescript-eslint/scope-manager": "8.32.2-alpha.7", | ||
"@typescript-eslint/types": "8.32.2-alpha.7", | ||
"@typescript-eslint/typescript-estree": "8.32.2-alpha.7" | ||
"@typescript-eslint/scope-manager": "8.32.2-alpha.8", | ||
"@typescript-eslint/types": "8.32.2-alpha.8", | ||
"@typescript-eslint/typescript-estree": "8.32.2-alpha.8" | ||
}, | ||
@@ -77,3 +76,2 @@ "peerDependencies": { | ||
"@vitest/coverage-v8": "^3.1.3", | ||
"prettier": "^3.2.5", | ||
"rimraf": "*", | ||
@@ -80,0 +78,0 @@ "typescript": "*", |
4
-20%267300
-0.06%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed