@itcase/lint 1.1.68 → 1.1.70

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.
@@ -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.68",
3
+ "version": "1.1.70",
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.4",
37
+ "@babel/eslint-parser": "^7.28.5",
38
38
  "@babel/eslint-plugin": "^7.27.1",
39
- "@eslint/compat": "^1.4.0",
40
- "@eslint/js": "^9.37.0",
41
- "@eslint/markdown": "^7.4.0",
39
+ "@eslint/compat": "^2.0.0",
40
+ "@eslint/js": "^9.39.2",
41
+ "@eslint/markdown": "^7.5.1",
42
42
  "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
43
- "@typescript-eslint/eslint-plugin": "^8.46.1",
44
- "@typescript-eslint/parser": "^8.46.1",
45
- "eslint": "^9.37.0",
43
+ "@typescript-eslint/eslint-plugin": "^8.50.1",
44
+ "@typescript-eslint/parser": "^8.50.1",
45
+ "eslint": "^9.39.2",
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.1",
54
+ "eslint-plugin-perfectionist": "^5.1.0",
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": "^7.0.0",
58
+ "eslint-plugin-react-hooks": "^7.0.1",
59
59
  "eslint-plugin-react-native": "^5.0.0",
60
- "eslint-plugin-react-refresh": "^0.4.23",
61
- "eslint-plugin-storybook": "^9.1.10",
62
- "expo-modules-autolinking": "^3.0.15",
63
- "globals": "^16.4.0",
64
- "prettier": "^3.6.2",
60
+ "eslint-plugin-react-refresh": "^0.4.26",
61
+ "eslint-plugin-storybook": "^10.1.10",
62
+ "expo-modules-autolinking": "^3.0.23",
63
+ "globals": "^16.5.0",
64
+ "prettier": "^3.7.4",
65
65
  "stylelint-config-standard": "^39.0.1",
66
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.46.1"
69
+ "typescript-eslint": "^8.50.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@commitlint/cli": "^20.1.0",
73
- "@commitlint/config-conventional": "^20.0.0",
74
- "@itcase/config": "^1.0.57",
72
+ "@commitlint/cli": "^20.2.0",
73
+ "@commitlint/config-conventional": "^20.2.0",
74
+ "@itcase/config": "^1.0.79",
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.2.4",
81
- "semantic-release": "^24.2.9",
80
+ "lint-staged": "^16.2.7",
81
+ "semantic-release": "^25.0.2",
82
82
  "typescript": "^5.9.3"
83
83
  }
84
84
  }