@typescript-eslint/utils 8.70.1-alpha.2 → 8.70.1-alpha.20
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* We could use NoInfer typescript
|
|
2
|
+
* We could use NoInfer typescript built-in utility
|
|
3
3
|
* introduced in typescript 5.4, however at the moment of creation
|
|
4
4
|
* the supported ts versions are >=4.8.4 <5.7.0
|
|
5
5
|
* so for the moment we have to stick to this polyfill.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/utils",
|
|
3
|
-
"version": "8.70.1-alpha.
|
|
3
|
+
"version": "8.70.1-alpha.20",
|
|
4
4
|
"description": "Utilities for working with TypeScript + ESLint together",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
],
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
55
|
-
"@typescript-eslint/scope-manager": "8.70.1-alpha.
|
|
56
|
-
"@typescript-eslint/types": "8.70.1-alpha.
|
|
57
|
-
"@typescript-eslint/typescript-estree": "8.70.1-alpha.
|
|
55
|
+
"@typescript-eslint/scope-manager": "8.70.1-alpha.20",
|
|
56
|
+
"@typescript-eslint/types": "8.70.1-alpha.20",
|
|
57
|
+
"@typescript-eslint/typescript-estree": "8.70.1-alpha.20"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|