@itcase/lint 1.1.67 → 1.1.69
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.
- package/eslint/perfectionist/sort/props.js +10 -10
- package/package.json +23 -23
|
@@ -117,6 +117,16 @@ const props = [
|
|
|
117
117
|
'borderColorActiveHover',
|
|
118
118
|
'borderColorDisabled',
|
|
119
119
|
|
|
120
|
+
// Appearance
|
|
121
|
+
'hasPrimaryAppearance',
|
|
122
|
+
'hasSecondaryAppearance',
|
|
123
|
+
'hasTertiaryAppearance',
|
|
124
|
+
'hasQuaternaryAppearance',
|
|
125
|
+
'hasMutedPrimaryAppearance',
|
|
126
|
+
'hasMutedSecondaryAppearance',
|
|
127
|
+
'hasMutedTertiaryAppearance',
|
|
128
|
+
'hasMutedQuaternaryAppearance',
|
|
129
|
+
|
|
120
130
|
// Colors
|
|
121
131
|
'hasAccent',
|
|
122
132
|
'hasPrimary',
|
|
@@ -160,16 +170,6 @@ const props = [
|
|
|
160
170
|
'hasServerErrorData',
|
|
161
171
|
'hasInitialValues',
|
|
162
172
|
|
|
163
|
-
// Appearance
|
|
164
|
-
'hasPrimaryAppearance',
|
|
165
|
-
'hasSecondaryAppearance',
|
|
166
|
-
'hasTertiaryAppearance',
|
|
167
|
-
'hasQuaternaryAppearance',
|
|
168
|
-
'hasMutedPrimaryAppearance',
|
|
169
|
-
'hasMutedSecondaryAppearance',
|
|
170
|
-
'hasMutedTertiaryAppearance',
|
|
171
|
-
'hasMutedQuaternaryAppearance',
|
|
172
|
-
|
|
173
173
|
// State
|
|
174
174
|
'custom',
|
|
175
175
|
'fail',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.69",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"registry": "https://registry.npmjs.org/"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@babel/eslint-parser": "^7.28.
|
|
37
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
38
38
|
"@babel/eslint-plugin": "^7.27.1",
|
|
39
|
-
"@eslint/compat": "^
|
|
40
|
-
"@eslint/js": "^9.
|
|
41
|
-
"@eslint/markdown": "^7.
|
|
39
|
+
"@eslint/compat": "^2.0.0",
|
|
40
|
+
"@eslint/js": "^9.39.1",
|
|
41
|
+
"@eslint/markdown": "^7.5.1",
|
|
42
42
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
44
|
-
"@typescript-eslint/parser": "^8.
|
|
45
|
-
"eslint": "^9.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
44
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
45
|
+
"eslint": "^9.39.1",
|
|
46
46
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
47
47
|
"eslint-plugin-import": "^2.32.0",
|
|
48
48
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -51,34 +51,34 @@
|
|
|
51
51
|
"eslint-plugin-mobx": "^0.0.13",
|
|
52
52
|
"eslint-plugin-n": "^17.23.1",
|
|
53
53
|
"eslint-plugin-node": "^11.1.0",
|
|
54
|
-
"eslint-plugin-perfectionist": "^4.15.
|
|
54
|
+
"eslint-plugin-perfectionist": "^4.15.1",
|
|
55
55
|
"eslint-plugin-prettier": "^5.5.4",
|
|
56
56
|
"eslint-plugin-promise": "^7.2.1",
|
|
57
57
|
"eslint-plugin-react": "^7.37.5",
|
|
58
|
-
"eslint-plugin-react-hooks": "^
|
|
58
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
59
59
|
"eslint-plugin-react-native": "^5.0.0",
|
|
60
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
61
|
-
"eslint-plugin-storybook": "^
|
|
62
|
-
"expo-modules-autolinking": "^3.0.
|
|
63
|
-
"globals": "^16.
|
|
60
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
61
|
+
"eslint-plugin-storybook": "^10.0.8",
|
|
62
|
+
"expo-modules-autolinking": "^3.0.22",
|
|
63
|
+
"globals": "^16.5.0",
|
|
64
64
|
"prettier": "^3.6.2",
|
|
65
|
-
"stylelint-config-standard": "^39.0.
|
|
66
|
-
"stylelint-no-unsupported-browser-features": "^8.0.
|
|
65
|
+
"stylelint-config-standard": "^39.0.1",
|
|
66
|
+
"stylelint-no-unsupported-browser-features": "^8.0.5",
|
|
67
67
|
"stylelint-order": "^7.0.0",
|
|
68
68
|
"stylelint-prettier": "^5.0.3",
|
|
69
|
-
"typescript-eslint": "^8.
|
|
69
|
+
"typescript-eslint": "^8.47.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@commitlint/cli": "^
|
|
73
|
-
"@commitlint/config-conventional": "^
|
|
74
|
-
"@itcase/config": "^1.0.
|
|
72
|
+
"@commitlint/cli": "^20.1.0",
|
|
73
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
74
|
+
"@itcase/config": "^1.0.67",
|
|
75
75
|
"@semantic-release/changelog": "^6.0.3",
|
|
76
76
|
"@semantic-release/git": "^10.0.1",
|
|
77
77
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
78
78
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
79
79
|
"husky": "^9.1.7",
|
|
80
|
-
"lint-staged": "^16.
|
|
81
|
-
"semantic-release": "^
|
|
82
|
-
"typescript": "^5.9.
|
|
80
|
+
"lint-staged": "^16.2.6",
|
|
81
|
+
"semantic-release": "^25.0.2",
|
|
82
|
+
"typescript": "^5.9.3"
|
|
83
83
|
}
|
|
84
84
|
}
|