@typescript-eslint/eslint-plugin 8.31.1-alpha.0 → 8.31.1-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.
@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
|
|
12
12
|
TypeScript's "declaration merging" supports merging separate declarations with the same name.
|
13
13
|
|
14
14
|
Declaration merging between classes and interfaces is unsafe.
|
15
|
-
The TypeScript compiler doesn't check whether properties are initialized, which can
|
15
|
+
The TypeScript compiler doesn't check whether properties are initialized, which can lead to TypeScript not detecting code that will cause runtime errors.
|
16
16
|
|
17
17
|
```ts
|
18
18
|
interface Foo {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
3
|
-
"version": "8.31.1-alpha.
|
3
|
+
"version": "8.31.1-alpha.1",
|
4
4
|
"description": "TypeScript plugin for ESLint",
|
5
5
|
"files": [
|
6
6
|
"dist",
|
@@ -62,10 +62,10 @@
|
|
62
62
|
},
|
63
63
|
"dependencies": {
|
64
64
|
"@eslint-community/regexpp": "^4.10.0",
|
65
|
-
"@typescript-eslint/scope-manager": "8.31.1-alpha.
|
66
|
-
"@typescript-eslint/type-utils": "8.31.1-alpha.
|
67
|
-
"@typescript-eslint/utils": "8.31.1-alpha.
|
68
|
-
"@typescript-eslint/visitor-keys": "8.31.1-alpha.
|
65
|
+
"@typescript-eslint/scope-manager": "8.31.1-alpha.1",
|
66
|
+
"@typescript-eslint/type-utils": "8.31.1-alpha.1",
|
67
|
+
"@typescript-eslint/utils": "8.31.1-alpha.1",
|
68
|
+
"@typescript-eslint/visitor-keys": "8.31.1-alpha.1",
|
69
69
|
"graphemer": "^1.4.0",
|
70
70
|
"ignore": "^5.3.1",
|
71
71
|
"natural-compare": "^1.4.0",
|
@@ -75,8 +75,8 @@
|
|
75
75
|
"@types/marked": "^5.0.2",
|
76
76
|
"@types/mdast": "^4.0.3",
|
77
77
|
"@types/natural-compare": "*",
|
78
|
-
"@typescript-eslint/rule-schema-to-typescript-types": "8.31.1-alpha.
|
79
|
-
"@typescript-eslint/rule-tester": "8.31.1-alpha.
|
78
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "8.31.1-alpha.1",
|
79
|
+
"@typescript-eslint/rule-tester": "8.31.1-alpha.1",
|
80
80
|
"@vitest/coverage-v8": "^3.1.1",
|
81
81
|
"ajv": "^6.12.6",
|
82
82
|
"cross-fetch": "*",
|