@typescript-eslint/typescript-estree 8.50.1 → 8.50.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -55,9 +55,6 @@ function inferSingleRun(options) {
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
* We default to assuming that this run could be part of a long-running session (e.g. in an IDE)
|
|
59
|
-
* and watch programs will therefore be required.
|
|
60
|
-
*
|
|
61
58
|
* Unless we can reliably infer otherwise, we default to assuming that this run could be part
|
|
62
59
|
* of a long-running session (e.g. in an IDE) and watch programs will therefore be required
|
|
63
60
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/typescript-estree",
|
|
3
|
-
"version": "8.50.1",
|
|
3
|
+
"version": "8.50.2-alpha.1",
|
|
4
4
|
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"typecheck": "yarn run -BT nx typecheck"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@typescript-eslint/project-service": "8.50.1",
|
|
56
|
-
"@typescript-eslint/tsconfig-utils": "8.50.1",
|
|
57
|
-
"@typescript-eslint/types": "8.50.1",
|
|
58
|
-
"@typescript-eslint/visitor-keys": "8.50.1",
|
|
55
|
+
"@typescript-eslint/project-service": "8.50.2-alpha.1",
|
|
56
|
+
"@typescript-eslint/tsconfig-utils": "8.50.2-alpha.1",
|
|
57
|
+
"@typescript-eslint/types": "8.50.2-alpha.1",
|
|
58
|
+
"@typescript-eslint/visitor-keys": "8.50.2-alpha.1",
|
|
59
59
|
"debug": "^4.3.4",
|
|
60
60
|
"minimatch": "^9.0.4",
|
|
61
61
|
"semver": "^7.6.0",
|