@itcase/lint 1.1.66 → 1.1.68
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.
|
@@ -54,7 +54,7 @@ const customGroups = {
|
|
|
54
54
|
hasWarning: '^(?!is|on).*(W|w)arning.*\b',
|
|
55
55
|
|
|
56
56
|
hasDefault: '^.(?!is|on).*(D|d)efault.*\b',
|
|
57
|
-
hasRequire: '^(?!is|on).*(
|
|
57
|
+
hasRequire: '^(?!is|on).*(R|r)equire.*\b',
|
|
58
58
|
hasSuccess: '^(?!is|on)(?!on).*(S|s)uccess.*\b',
|
|
59
59
|
hasDanger: '^(?!is|on).*(D|d)anger.*\b',
|
|
60
60
|
hasInfo: '^(?!is|on).*(I|i)nfo.*\b',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.68",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/eslint-parser": "^7.28.4",
|
|
38
38
|
"@babel/eslint-plugin": "^7.27.1",
|
|
39
|
-
"@eslint/compat": "^1.
|
|
40
|
-
"@eslint/js": "^9.
|
|
41
|
-
"@eslint/markdown": "^7.
|
|
39
|
+
"@eslint/compat": "^1.4.0",
|
|
40
|
+
"@eslint/js": "^9.37.0",
|
|
41
|
+
"@eslint/markdown": "^7.4.0",
|
|
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.46.1",
|
|
44
|
+
"@typescript-eslint/parser": "^8.46.1",
|
|
45
|
+
"eslint": "^9.37.0",
|
|
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.0",
|
|
59
59
|
"eslint-plugin-react-native": "^5.0.0",
|
|
60
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
61
|
-
"eslint-plugin-storybook": "^9.1.
|
|
62
|
-
"expo-modules-autolinking": "^3.0.
|
|
60
|
+
"eslint-plugin-react-refresh": "^0.4.23",
|
|
61
|
+
"eslint-plugin-storybook": "^9.1.10",
|
|
62
|
+
"expo-modules-autolinking": "^3.0.15",
|
|
63
63
|
"globals": "^16.4.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.46.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@commitlint/cli": "^
|
|
73
|
-
"@commitlint/config-conventional": "^
|
|
72
|
+
"@commitlint/cli": "^20.1.0",
|
|
73
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
74
74
|
"@itcase/config": "^1.0.57",
|
|
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": "^24.2.
|
|
82
|
-
"typescript": "^5.9.
|
|
80
|
+
"lint-staged": "^16.2.4",
|
|
81
|
+
"semantic-release": "^24.2.9",
|
|
82
|
+
"typescript": "^5.9.3"
|
|
83
83
|
}
|
|
84
84
|
}
|