@typescript-eslint/eslint-plugin 8.4.1-alpha.2 → 8.4.1-alpha.3

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.
@@ -68,7 +68,7 @@ namespace Baz {}
68
68
  ```
69
69
 
70
70
  **Note:** Even with this option set to true, this rule will report if you name a type and a variable the same name. **_This is intentional_**.
71
- Declaring a variable and a type and a variable the same is usually an accident, and it can lead to hard-to-understand code.
71
+ Declaring a variable and a type the same is usually an accident, and it can lead to hard-to-understand code.
72
72
  If you have a rare case where you're intentionally naming a type the same name as a variable, use a disable comment. For example:
73
73
 
74
74
  ```ts option='{ "ignoreDeclarationMerge": true }' showPlaygroundButton
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.4.1-alpha.2",
3
+ "version": "8.4.1-alpha.3",
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.4.1-alpha.2",
64
- "@typescript-eslint/type-utils": "8.4.1-alpha.2",
65
- "@typescript-eslint/utils": "8.4.1-alpha.2",
66
- "@typescript-eslint/visitor-keys": "8.4.1-alpha.2",
63
+ "@typescript-eslint/scope-manager": "8.4.1-alpha.3",
64
+ "@typescript-eslint/type-utils": "8.4.1-alpha.3",
65
+ "@typescript-eslint/utils": "8.4.1-alpha.3",
66
+ "@typescript-eslint/visitor-keys": "8.4.1-alpha.3",
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.4.1-alpha.2",
78
- "@typescript-eslint/rule-tester": "8.4.1-alpha.2",
77
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.4.1-alpha.3",
78
+ "@typescript-eslint/rule-tester": "8.4.1-alpha.3",
79
79
  "ajv": "^6.12.6",
80
80
  "cross-env": "^7.0.3",
81
81
  "cross-fetch": "*",