@itcase/lint 1.1.97 → 1.1.98
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/CHANGELOG.md +10 -0
- package/dist/stylelint.js +1 -1
- package/package.json +26 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [1.1.98](https://github.com/ITCase/itcase-lint/compare/v1.1.97...v1.1.98) (2026-03-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **stylelint:** Add styleLLInt rules ([193de2c](https://github.com/ITCase/itcase-lint/commit/193de2c1e1c8365a074f91190d9d8cc9d26a527b))
|
|
6
|
+
|
|
7
|
+
### Continuous Integrations
|
|
8
|
+
|
|
9
|
+
* **other:** bump actions/checkout from 5 to 6 ([8e756bb](https://github.com/ITCase/itcase-lint/commit/8e756bb7f33558078c11bb876870faa48281a3b1))
|
|
10
|
+
|
|
1
11
|
## [1.1.97](https://github.com/ITCase/itcase-lint/compare/v1.1.96...v1.1.97) (2026-02-13)
|
|
2
12
|
|
|
3
13
|
### Features
|
package/dist/stylelint.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.98",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">=24.14.0"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "npm run build-js",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@figma/eslint-plugin-figma-plugins": "^1.0.0",
|
|
52
52
|
"@eslint/js": "^10.0.1",
|
|
53
53
|
"@eslint/markdown": "^7.5.1",
|
|
54
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
55
|
-
"@html-eslint/parser": "^0.
|
|
54
|
+
"@html-eslint/eslint-plugin": "^0.58.0",
|
|
55
|
+
"@html-eslint/parser": "^0.58.0",
|
|
56
56
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
58
|
-
"@typescript-eslint/parser": "^8.
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
58
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
59
59
|
"eslint": "9.39.2",
|
|
60
60
|
"eslint-config-prettier": "^10.1.8",
|
|
61
61
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
@@ -63,47 +63,49 @@
|
|
|
63
63
|
"eslint-plugin-import": "^2.32.0",
|
|
64
64
|
"eslint-plugin-json": "^4.0.1",
|
|
65
65
|
"eslint-plugin-mobx": "^0.0.13",
|
|
66
|
-
"eslint-plugin-n": "^17.
|
|
66
|
+
"eslint-plugin-n": "^17.24.0",
|
|
67
67
|
"eslint-plugin-node": "^11.1.0",
|
|
68
|
-
"eslint-plugin-perfectionist": "^5.
|
|
68
|
+
"eslint-plugin-perfectionist": "^5.6.0",
|
|
69
69
|
"eslint-plugin-prettier": "^5.5.5",
|
|
70
70
|
"eslint-plugin-promise": "^7.2.1",
|
|
71
71
|
"eslint-plugin-react": "^7.37.5",
|
|
72
72
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
73
73
|
"eslint-plugin-react-native": "^5.0.0",
|
|
74
|
-
"eslint-plugin-react-refresh": "^0.5.
|
|
75
|
-
"eslint-plugin-storybook": "^10.2.
|
|
76
|
-
"expo-modules-autolinking": "^
|
|
77
|
-
"globals": "^17.
|
|
74
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
75
|
+
"eslint-plugin-storybook": "^10.2.15",
|
|
76
|
+
"expo-modules-autolinking": "^55.0.8",
|
|
77
|
+
"globals": "^17.4.0",
|
|
78
78
|
"prettier": "^3.8.1",
|
|
79
|
-
"stylelint": "^17.
|
|
79
|
+
"stylelint": "^17.4.0",
|
|
80
80
|
"stylelint-config-standard": "^40.0.0",
|
|
81
81
|
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
82
82
|
"stylelint-order": "^7.0.1",
|
|
83
83
|
"stylelint-prettier": "^5.0.3",
|
|
84
|
-
"typescript-eslint": "^8.
|
|
84
|
+
"typescript-eslint": "^8.56.1"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@commitlint/cli": "^20.4.
|
|
88
|
-
"@commitlint/config-conventional": "^20.4.
|
|
89
|
-
"@itcase/config": "^1.6.
|
|
87
|
+
"@commitlint/cli": "^20.4.3",
|
|
88
|
+
"@commitlint/config-conventional": "^20.4.3",
|
|
89
|
+
"@itcase/config": "^1.6.52",
|
|
90
90
|
"@rollup/plugin-alias": "^6.0.0",
|
|
91
|
-
"@rollup/plugin-babel": "^
|
|
91
|
+
"@rollup/plugin-babel": "^7.0.0",
|
|
92
92
|
"@rollup/plugin-image": "^3.0.3",
|
|
93
93
|
"@rollup/plugin-json": "^6.1.0",
|
|
94
94
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
95
|
-
"@rollup/plugin-terser": "^0.
|
|
95
|
+
"@rollup/plugin-terser": "^1.0.0",
|
|
96
96
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
97
|
-
"@types/node": "^25.
|
|
98
|
-
"@
|
|
99
|
-
"
|
|
97
|
+
"@types/node": "^25.3.3",
|
|
98
|
+
"@types/react": "^18.3.0",
|
|
99
|
+
"@typescript-eslint/rule-tester": "^8.56.1",
|
|
100
|
+
"conventional-changelog-conventionalcommits": "^9.3.0",
|
|
100
101
|
"del-cli": "^7.0.0",
|
|
101
102
|
"husky": "^9.1.7",
|
|
102
|
-
"lint-staged": "^16.2
|
|
103
|
-
"rollup": "4.
|
|
103
|
+
"lint-staged": "^16.3.2",
|
|
104
|
+
"rollup": "4.59.0",
|
|
104
105
|
"rollup-plugin-copy": "^3.5.0",
|
|
105
106
|
"rollup-plugin-dts": "^6.3.0",
|
|
106
107
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
108
|
+
"react": "^18.3.0",
|
|
107
109
|
"rollup-preserve-directives": "^1.1.3",
|
|
108
110
|
"semantic-release": "^25.0.3",
|
|
109
111
|
"tsx": "^4.21.0",
|