@typescript-eslint/eslint-plugin 7.12.1-alpha.3 → 7.12.1-alpha.5
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.
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
:::danger Deprecated
|
|
2
|
+
|
|
3
|
+
This rule has been renamed to [`sort-type-constituents`](https://typescript-eslint.io/rules/sort-type-constituents).
|
|
4
|
+
|
|
5
|
+
:::
|
|
6
|
+
|
|
7
|
+
<!--
|
|
8
|
+
This doc file has been left on purpose to help direct people to the replacement rule.
|
|
9
|
+
|
|
10
|
+
Note that there is no actual way to get to this page in the normal navigation,
|
|
11
|
+
so end-users will only be able to get to this page from the search bar.
|
|
12
|
+
-->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
|
3
|
-
"version": "7.12.1-alpha.
|
|
3
|
+
"version": "7.12.1-alpha.5",
|
|
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": "7.12.1-alpha.
|
|
66
|
-
"@typescript-eslint/type-utils": "7.12.1-alpha.
|
|
67
|
-
"@typescript-eslint/utils": "7.12.1-alpha.
|
|
68
|
-
"@typescript-eslint/visitor-keys": "7.12.1-alpha.
|
|
65
|
+
"@typescript-eslint/scope-manager": "7.12.1-alpha.5",
|
|
66
|
+
"@typescript-eslint/type-utils": "7.12.1-alpha.5",
|
|
67
|
+
"@typescript-eslint/utils": "7.12.1-alpha.5",
|
|
68
|
+
"@typescript-eslint/visitor-keys": "7.12.1-alpha.5",
|
|
69
69
|
"graphemer": "^1.4.0",
|
|
70
70
|
"ignore": "^5.3.1",
|
|
71
71
|
"natural-compare": "^1.4.0",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"@types/marked": "^5.0.2",
|
|
77
77
|
"@types/mdast": "^4.0.3",
|
|
78
78
|
"@types/natural-compare": "*",
|
|
79
|
-
"@typescript-eslint/rule-schema-to-typescript-types": "7.12.1-alpha.
|
|
80
|
-
"@typescript-eslint/rule-tester": "7.12.1-alpha.
|
|
79
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "7.12.1-alpha.5",
|
|
80
|
+
"@typescript-eslint/rule-tester": "7.12.1-alpha.5",
|
|
81
81
|
"ajv": "^6.12.6",
|
|
82
82
|
"cross-env": "^7.0.3",
|
|
83
83
|
"cross-fetch": "*",
|