@itcase/lint 1.1.95 → 1.1.96
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 +6 -0
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.1.96](https://github.com/ITCase/itcase-lint/compare/v1.1.95...v1.1.96) (2026-02-08)
|
|
2
|
+
|
|
3
|
+
### Dependencies
|
|
4
|
+
|
|
5
|
+
* **eslint:** Update ([368fe49](https://github.com/ITCase/itcase-lint/commit/368fe49211bbfbf7bd1da0afdc5dcf1573e0b75a))
|
|
6
|
+
|
|
1
7
|
## [1.1.95](https://github.com/ITCase/itcase-lint/compare/v1.1.94...v1.1.95) (2026-01-30)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.96",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@babel/eslint-parser": "^7.28.6",
|
|
49
49
|
"@babel/eslint-plugin": "^7.27.1",
|
|
50
|
-
"@eslint/compat": "^2.0.
|
|
50
|
+
"@eslint/compat": "^2.0.2",
|
|
51
51
|
"@figma/eslint-plugin-figma-plugins": "^1.0.0",
|
|
52
|
-
"@eslint/js": "^
|
|
52
|
+
"@eslint/js": "^10.0.1",
|
|
53
53
|
"@eslint/markdown": "^7.5.1",
|
|
54
|
-
"@html-eslint/eslint-plugin": "^0.54.
|
|
54
|
+
"@html-eslint/eslint-plugin": "^0.54.2",
|
|
55
55
|
"@html-eslint/parser": "^0.54.0",
|
|
56
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.7.
|
|
56
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
58
58
|
"@typescript-eslint/parser": "^8.54.0",
|
|
59
|
-
"eslint": "^
|
|
59
|
+
"eslint": "^10.0.0",
|
|
60
60
|
"eslint-config-prettier": "^10.1.8",
|
|
61
61
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
62
62
|
"eslint-plugin-html": "^8.1.4",
|
|
@@ -65,28 +65,28 @@
|
|
|
65
65
|
"eslint-plugin-mobx": "^0.0.13",
|
|
66
66
|
"eslint-plugin-n": "^17.23.2",
|
|
67
67
|
"eslint-plugin-node": "^11.1.0",
|
|
68
|
-
"eslint-plugin-perfectionist": "^5.
|
|
68
|
+
"eslint-plugin-perfectionist": "^5.5.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.
|
|
75
|
-
"eslint-plugin-storybook": "^10.2.
|
|
74
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
75
|
+
"eslint-plugin-storybook": "^10.2.7",
|
|
76
76
|
"expo-modules-autolinking": "^3.0.24",
|
|
77
|
-
"globals": "^17.
|
|
77
|
+
"globals": "^17.3.0",
|
|
78
78
|
"prettier": "^3.8.1",
|
|
79
|
-
"stylelint": "^17.
|
|
79
|
+
"stylelint": "^17.1.1",
|
|
80
80
|
"stylelint-config-standard": "^40.0.0",
|
|
81
|
-
"stylelint-no-unsupported-browser-features": "^8.
|
|
81
|
+
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
82
82
|
"stylelint-order": "^7.0.1",
|
|
83
83
|
"stylelint-prettier": "^5.0.3",
|
|
84
84
|
"typescript-eslint": "^8.54.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@commitlint/cli": "^20.
|
|
88
|
-
"@commitlint/config-conventional": "^20.
|
|
89
|
-
"@itcase/config": "^1.6.
|
|
87
|
+
"@commitlint/cli": "^20.4.1",
|
|
88
|
+
"@commitlint/config-conventional": "^20.4.1",
|
|
89
|
+
"@itcase/config": "^1.6.48",
|
|
90
90
|
"@rollup/plugin-alias": "^6.0.0",
|
|
91
91
|
"@rollup/plugin-babel": "^6.1.0",
|
|
92
92
|
"@rollup/plugin-image": "^3.0.3",
|
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
95
95
|
"@rollup/plugin-terser": "^0.4.4",
|
|
96
96
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
97
|
-
"@types/node": "^25.
|
|
98
|
-
"@types/react": "^19.2.
|
|
97
|
+
"@types/node": "^25.2.2",
|
|
98
|
+
"@types/react": "^19.2.13",
|
|
99
99
|
"@types/react-dom": "^19.2.3",
|
|
100
100
|
"@typescript-eslint/rule-tester": "^8.54.0",
|
|
101
101
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
102
102
|
"del-cli": "^7.0.0",
|
|
103
103
|
"husky": "^9.1.7",
|
|
104
104
|
"lint-staged": "^16.2.7",
|
|
105
|
-
"rollup": "4.57.
|
|
105
|
+
"rollup": "4.57.1",
|
|
106
106
|
"rollup-plugin-copy": "^3.5.0",
|
|
107
107
|
"rollup-plugin-dts": "^6.3.0",
|
|
108
108
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
109
109
|
"rollup-preserve-directives": "^1.1.3",
|
|
110
|
-
"semantic-release": "^25.0.
|
|
110
|
+
"semantic-release": "^25.0.3",
|
|
111
111
|
"tsx": "^4.21.0",
|
|
112
112
|
"typescript": "^5.9.3"
|
|
113
113
|
}
|