@typescript-eslint/eslint-plugin 7.17.0 → 7.17.1-alpha.1
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.
|
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
|
|
|
10
10
|
> See **https://typescript-eslint.io/rules/sort-type-constituents** for documentation.
|
|
11
11
|
|
|
12
12
|
:::danger Deprecated
|
|
13
|
-
This rule has been deprecated in favor of the [`perfectionist/sort-intersection-types`](https://
|
|
13
|
+
This rule has been deprecated in favor of the [`perfectionist/sort-intersection-types`](https://perfectionist.dev/rules/sort-intersection-types) and [`perfectionist/sort-union-types`](https://perfectionist.dev/rules/sort-union-types) rules.
|
|
14
14
|
|
|
15
15
|
See [Docs: Deprecate sort-type-constituents in favor of eslint-plugin-perfectionist](https://github.com/typescript-eslint/typescript-eslint/issues/8915) and [eslint-plugin: Feature freeze naming and sorting stylistic rules](https://github.com/typescript-eslint/typescript-eslint/issues/8792) for more information.
|
|
16
16
|
:::
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
|
3
|
-
"version": "7.17.
|
|
3
|
+
"version": "7.17.1-alpha.1",
|
|
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.
|
|
64
|
-
"@typescript-eslint/type-utils": "7.17.
|
|
65
|
-
"@typescript-eslint/utils": "7.17.
|
|
66
|
-
"@typescript-eslint/visitor-keys": "7.17.
|
|
63
|
+
"@typescript-eslint/scope-manager": "7.17.1-alpha.1",
|
|
64
|
+
"@typescript-eslint/type-utils": "7.17.1-alpha.1",
|
|
65
|
+
"@typescript-eslint/utils": "7.17.1-alpha.1",
|
|
66
|
+
"@typescript-eslint/visitor-keys": "7.17.1-alpha.1",
|
|
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.
|
|
78
|
-
"@typescript-eslint/rule-tester": "7.17.
|
|
77
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "7.17.1-alpha.1",
|
|
78
|
+
"@typescript-eslint/rule-tester": "7.17.1-alpha.1",
|
|
79
79
|
"ajv": "^6.12.6",
|
|
80
80
|
"cross-env": "^7.0.3",
|
|
81
81
|
"cross-fetch": "*",
|