@typescript-eslint/eslint-plugin 8.15.1-alpha.3 → 8.15.1-alpha.4

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.
@@ -43,7 +43,7 @@ const y: readonly string[] = ['a', 'b'];
43
43
  ### `"generic"`
44
44
 
45
45
  Always use `Array<T>`, `ReadonlyArray<T>`, or `Readonly<Array<T>>` for all array types.
46
- `readonly T[]` will be modified to `ReadonlyArray<T>` and `Readonly<T[]>` will be modified to `Readonly<Array<T>`.
46
+ `readonly T[]` will be modified to `ReadonlyArray<T>` and `Readonly<T[]>` will be modified to `Readonly<Array<T>>`.
47
47
 
48
48
  <Tabs>
49
49
  <TabItem value="❌ Incorrect">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.15.1-alpha.3",
3
+ "version": "8.15.1-alpha.4",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -61,10 +61,10 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@eslint-community/regexpp": "^4.10.0",
64
- "@typescript-eslint/scope-manager": "8.15.1-alpha.3",
65
- "@typescript-eslint/type-utils": "8.15.1-alpha.3",
66
- "@typescript-eslint/utils": "8.15.1-alpha.3",
67
- "@typescript-eslint/visitor-keys": "8.15.1-alpha.3",
64
+ "@typescript-eslint/scope-manager": "8.15.1-alpha.4",
65
+ "@typescript-eslint/type-utils": "8.15.1-alpha.4",
66
+ "@typescript-eslint/utils": "8.15.1-alpha.4",
67
+ "@typescript-eslint/visitor-keys": "8.15.1-alpha.4",
68
68
  "graphemer": "^1.4.0",
69
69
  "ignore": "^5.3.1",
70
70
  "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.15.1-alpha.3",
79
- "@typescript-eslint/rule-tester": "8.15.1-alpha.3",
78
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.15.1-alpha.4",
79
+ "@typescript-eslint/rule-tester": "8.15.1-alpha.4",
80
80
  "ajv": "^6.12.6",
81
81
  "cross-env": "^7.0.3",
82
82
  "cross-fetch": "*",