@typescript-eslint/eslint-plugin 7.17.1-alpha.9 → 7.18.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.
@@ -70,3 +70,7 @@ It can sometimes be useful for the sake of documentation to include aliases for
70
70
  You might consider using [ESLint disable comments](https://eslint.org/docs/latest/use/configure/rules#using-configuration-comments-1) for those specific situations instead of completely disabling this rule.
71
71
 
72
72
  > In some of those cases, [branded types](https://basarat.gitbook.io/typescript/main-1/nominaltyping#using-interfaces) might be a type-safe way to represent the underlying data types.
73
+
74
+ ## Related To
75
+
76
+ - [no-redundant-type-constituents](./no-redundant-type-constituents.mdx)
@@ -96,3 +96,7 @@ If you strongly feel a preference for these unnecessary type constituents, this
96
96
  - [Intersection Types](https://www.typescriptlang.org/docs/handbook/2/objects.html#intersection-types)
97
97
  - [Bottom Types](https://en.wikipedia.org/wiki/Bottom_type)
98
98
  - [Top Types](https://en.wikipedia.org/wiki/Top_type)
99
+
100
+ ## Related To
101
+
102
+ - [no-duplicate-type-constituents](./no-duplicate-type-constituents.mdx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "7.17.1-alpha.9",
3
+ "version": "7.18.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": "7.17.1-alpha.9",
64
- "@typescript-eslint/type-utils": "7.17.1-alpha.9",
65
- "@typescript-eslint/utils": "7.17.1-alpha.9",
66
- "@typescript-eslint/visitor-keys": "7.17.1-alpha.9",
63
+ "@typescript-eslint/scope-manager": "7.18.0",
64
+ "@typescript-eslint/type-utils": "7.18.0",
65
+ "@typescript-eslint/utils": "7.18.0",
66
+ "@typescript-eslint/visitor-keys": "7.18.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": "7.17.1-alpha.9",
78
- "@typescript-eslint/rule-tester": "7.17.1-alpha.9",
77
+ "@typescript-eslint/rule-schema-to-typescript-types": "7.18.0",
78
+ "@typescript-eslint/rule-tester": "7.18.0",
79
79
  "ajv": "^6.12.6",
80
80
  "cross-env": "^7.0.3",
81
81
  "cross-fetch": "*",