@typescript-eslint/typescript-estree
Advanced tools
Comparing version
{ | ||
"name": "@typescript-eslint/typescript-estree", | ||
"version": "8.31.2-alpha.8", | ||
"version": "8.32.0", | ||
"description": "A parser that converts TypeScript source code into an ESTree compatible form", | ||
@@ -48,4 +48,3 @@ "files": [ | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "tsc -b tsconfig.build.json --clean", | ||
"postclean": "rimraf dist/ coverage/", | ||
"clean": "rimraf dist/ coverage/", | ||
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore", | ||
@@ -57,4 +56,4 @@ "lint": "npx nx lint", | ||
"dependencies": { | ||
"@typescript-eslint/types": "8.31.2-alpha.8", | ||
"@typescript-eslint/visitor-keys": "8.31.2-alpha.8", | ||
"@typescript-eslint/types": "8.32.0", | ||
"@typescript-eslint/visitor-keys": "8.32.0", | ||
"debug": "^4.3.4", | ||
@@ -65,6 +64,7 @@ "fast-glob": "^3.3.2", | ||
"semver": "^7.6.0", | ||
"ts-api-utils": "^2.0.1" | ||
"ts-api-utils": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@vitest/coverage-v8": "^3.1.1", | ||
"@types/is-glob": "^4.0.4", | ||
"@vitest/coverage-v8": "^3.1.2", | ||
"glob": "*", | ||
@@ -74,3 +74,3 @@ "prettier": "^3.2.5", | ||
"typescript": "*", | ||
"vitest": "^3.1.1" | ||
"vitest": "^3.1.2" | ||
}, | ||
@@ -77,0 +77,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
412040
0.06%7712
0.06%0
-100%7
16.67%+ Added
+ Added
- Removed
- Removed
Updated