@typescript-eslint/eslint-plugin 8.6.1-alpha.8 → 8.7.1-alpha.0

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.
@@ -106,6 +106,8 @@ class Foo {
106
106
 
107
107
  If you strongly prefer to have explicit types regardless of whether they can be inferred, this rule may not be for you.
108
108
 
109
+ If you use the `--isolatedDeclarations` compiler option, this rule is incompatible.
110
+
109
111
  ## Further Reading
110
112
 
111
113
  - [TypeScript Inference](https://www.typescriptlang.org/docs/handbook/type-inference.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.6.1-alpha.8",
3
+ "version": "8.7.1-alpha.0",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -60,10 +60,10 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@eslint-community/regexpp": "^4.10.0",
63
- "@typescript-eslint/scope-manager": "8.6.1-alpha.8",
64
- "@typescript-eslint/type-utils": "8.6.1-alpha.8",
65
- "@typescript-eslint/utils": "8.6.1-alpha.8",
66
- "@typescript-eslint/visitor-keys": "8.6.1-alpha.8",
63
+ "@typescript-eslint/scope-manager": "8.7.1-alpha.0",
64
+ "@typescript-eslint/type-utils": "8.7.1-alpha.0",
65
+ "@typescript-eslint/utils": "8.7.1-alpha.0",
66
+ "@typescript-eslint/visitor-keys": "8.7.1-alpha.0",
67
67
  "graphemer": "^1.4.0",
68
68
  "ignore": "^5.3.1",
69
69
  "natural-compare": "^1.4.0",
@@ -74,8 +74,8 @@
74
74
  "@types/marked": "^5.0.2",
75
75
  "@types/mdast": "^4.0.3",
76
76
  "@types/natural-compare": "*",
77
- "@typescript-eslint/rule-schema-to-typescript-types": "8.6.1-alpha.8",
78
- "@typescript-eslint/rule-tester": "8.6.1-alpha.8",
77
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.7.1-alpha.0",
78
+ "@typescript-eslint/rule-tester": "8.7.1-alpha.0",
79
79
  "ajv": "^6.12.6",
80
80
  "cross-env": "^7.0.3",
81
81
  "cross-fetch": "*",